Uses of Class
org.hibernate.internal.jaxb.mapping.hbm.JaxbKeyElement

Packages that use JaxbKeyElement
org.hibernate.internal.jaxb.mapping.hbm   
org.hibernate.metamodel.source.hbm   
 

Uses of JaxbKeyElement in org.hibernate.internal.jaxb.mapping.hbm
 

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbKeyElement
protected  JaxbKeyElement JaxbMapElement.key
           
protected  JaxbKeyElement JaxbJoinedSubclassElement.key
           
protected  JaxbKeyElement JaxbListElement.key
           
protected  JaxbKeyElement JaxbJoinElement.key
           
protected  JaxbKeyElement JaxbBagElement.key
           
protected  JaxbKeyElement JaxbPrimitiveArrayElement.key
           
protected  JaxbKeyElement JaxbArrayElement.key
           
protected  JaxbKeyElement JaxbSetElement.key
           
protected  JaxbKeyElement JaxbIdbagElement.key
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbKeyElement
 JaxbKeyElement ObjectFactory.createJaxbKeyElement()
          Create an instance of JaxbKeyElement
 JaxbKeyElement PluralAttributeElement.getKey()
           
 JaxbKeyElement JaxbMapElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbJoinedSubclassElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbListElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbJoinElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbBagElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbPrimitiveArrayElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbArrayElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbSetElement.getKey()
          Gets the value of the key property.
 JaxbKeyElement JaxbIdbagElement.getKey()
          Gets the value of the key property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbKeyElement
 void JaxbMapElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbJoinedSubclassElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbListElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbJoinElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbBagElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbPrimitiveArrayElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbArrayElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbSetElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 void JaxbIdbagElement.setKey(JaxbKeyElement value)
          Sets the value of the key property.
 

Uses of JaxbKeyElement in org.hibernate.metamodel.source.hbm
 

Constructors in org.hibernate.metamodel.source.hbm with parameters of type JaxbKeyElement
PluralAttributeKeySourceImpl(JaxbKeyElement keyElement, AttributeSourceContainer container)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.