Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Packages that use JaxbHbmKeyType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.envers.boot.model -
-
Uses of JaxbHbmKeyType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmKeyType Modifier and Type Field Description protected JaxbHbmKeyType
JaxbHbmArrayType. key
protected JaxbHbmKeyType
JaxbHbmBagCollectionType. key
protected JaxbHbmKeyType
JaxbHbmIdBagCollectionType. key
protected JaxbHbmKeyType
JaxbHbmJoinedSubclassEntityType. key
protected JaxbHbmKeyType
JaxbHbmListType. key
protected JaxbHbmKeyType
JaxbHbmMapType. key
protected JaxbHbmKeyType
JaxbHbmPrimitiveArrayType. key
protected JaxbHbmKeyType
JaxbHbmSecondaryTableType. key
protected JaxbHbmKeyType
JaxbHbmSetType. key
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmKeyType Modifier and Type Method Description JaxbHbmKeyType
ObjectFactory. createJaxbHbmKeyType()
Create an instance ofJaxbHbmKeyType
JaxbHbmKeyType
JaxbHbmArrayType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmBagCollectionType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmIdBagCollectionType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmJoinedSubclassEntityType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmListType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmMapType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmPrimitiveArrayType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmSecondaryTableType. getKey()
Gets the value of the key property.JaxbHbmKeyType
JaxbHbmSetType. getKey()
Gets the value of the key property.JaxbHbmKeyType
PluralAttributeInfo. getKey()
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmKeyType Modifier and Type Method Description void
JaxbHbmArrayType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmBagCollectionType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmIdBagCollectionType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmJoinedSubclassEntityType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmListType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmMapType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmPrimitiveArrayType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmSecondaryTableType. setKey(JaxbHbmKeyType value)
Sets the value of the key property.void
JaxbHbmSetType. setKey(JaxbHbmKeyType value)
Sets the value of the key property. -
Uses of JaxbHbmKeyType in org.hibernate.boot.model.source.internal.hbm
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmKeyType Constructor Description PluralAttributeKeySourceImpl(MappingDocument mappingDocument, JaxbHbmKeyType jaxbKey, JaxbHbmManyToOneType jaxbManyToOne, AttributeSourceContainer container)
PluralAttributeKeySourceImpl(MappingDocument mappingDocument, JaxbHbmKeyType jaxbKey, AttributeSourceContainer container)
-
Uses of JaxbHbmKeyType in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return JaxbHbmKeyType Modifier and Type Method Description JaxbHbmKeyType
Key. build()
-