Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Packages that use JaxbHbmKeyType
Package
Description
-
Uses of JaxbHbmKeyType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmKeyTypeModifier and TypeFieldDescriptionprotected 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 JaxbHbmKeyTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmKeyType()Create an instance ofJaxbHbmKeyTypeJaxbHbmArrayType.getKey()Gets the value of the key property.JaxbHbmBagCollectionType.getKey()Gets the value of the key property.JaxbHbmIdBagCollectionType.getKey()Gets the value of the key property.JaxbHbmJoinedSubclassEntityType.getKey()Gets the value of the key property.JaxbHbmListType.getKey()Gets the value of the key property.JaxbHbmMapType.getKey()Gets the value of the key property.JaxbHbmPrimitiveArrayType.getKey()Gets the value of the key property.JaxbHbmSecondaryTableType.getKey()Gets the value of the key property.JaxbHbmSetType.getKey()Gets the value of the key property.PluralAttributeInfo.getKey()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmKeyTypeModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.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 JaxbHbmKeyTypeModifierConstructorDescriptionPluralAttributeKeySourceImpl(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