Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
Packages that use AttributeMapping
-
Uses of AttributeMapping in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of AttributeMapping in org.hibernate.boot.jaxb.hbm.spiModifier and TypeInterfaceDescriptioninterfaceCommonality between the various forms of plural attribute (collection) mappings:<bag/>,<set/>, etc.interfaceClasses in org.hibernate.boot.jaxb.hbm.spi that implement AttributeMappingModifier and TypeClassDescriptionclassJava class for ArrayType complex typeclassJava class for BagCollectionType complex typeclassJava class for BasicAttributeType complex typeclassA property embedded in a composite identifier or map index (always not-null).classA many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).classJava class for IdBagCollectionType complex typeclassJava class for ListType complex typeclassJava class for ManyToOneType complex typeclassJava class for MapType complex typeclassJava class for PrimitiveArrayType complex typeclassJava class for SetType complex typeclassDeclares the id type, column and generation algorithm for an entity class.classOptimistic locking attribute based on a (last-updated) timestamp.classOptimistic locking attribute based on an incrementing value.classAdaptive implementation of thePluralAttributeInfofor<idbag/>mappings which do not support all the configuration available on other collection mappings.class -
Uses of AttributeMapping in org.hibernate.boot.model.source.spi
Subinterfaces of AttributeMapping in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterfaceUnifying contract for any JAXB types which describe an embedded (in JPA terms).