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 JaxbHbmKeyTypeJaxbHbmArrayType. keyprotected JaxbHbmKeyTypeJaxbHbmBagCollectionType. keyprotected JaxbHbmKeyTypeJaxbHbmIdBagCollectionType. keyprotected JaxbHbmKeyTypeJaxbHbmJoinedSubclassEntityType. keyprotected JaxbHbmKeyTypeJaxbHbmListType. keyprotected JaxbHbmKeyTypeJaxbHbmMapType. keyprotected JaxbHbmKeyTypeJaxbHbmPrimitiveArrayType. keyprotected JaxbHbmKeyTypeJaxbHbmSecondaryTableType. keyprotected JaxbHbmKeyTypeJaxbHbmSetType. keyMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmKeyType Modifier and Type Method Description JaxbHbmKeyTypeObjectFactory. createJaxbHbmKeyType()Create an instance ofJaxbHbmKeyTypeJaxbHbmKeyTypeJaxbHbmArrayType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmBagCollectionType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmIdBagCollectionType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmJoinedSubclassEntityType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmListType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmMapType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmPrimitiveArrayType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmSecondaryTableType. getKey()Gets the value of the key property.JaxbHbmKeyTypeJaxbHbmSetType. getKey()Gets the value of the key property.JaxbHbmKeyTypePluralAttributeInfo. getKey()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmKeyType Modifier and Type Method Description voidJaxbHbmArrayType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmBagCollectionType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmIdBagCollectionType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmJoinedSubclassEntityType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmListType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmMapType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmPrimitiveArrayType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmSecondaryTableType. setKey(JaxbHbmKeyType value)Sets the value of the key property.voidJaxbHbmSetType. 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 JaxbHbmKeyTypeKey. build()
-