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 TypeInterfaceDescriptioninterface
Commonality between the various forms of plural attribute (collection) mappings:<bag/>
,<set/>
, etc.interface
Classes in org.hibernate.boot.jaxb.hbm.spi that implement AttributeMappingModifier and TypeClassDescriptionclass
Java class for ArrayType complex typeclass
Java class for BagCollectionType complex typeclass
Java class for BasicAttributeType complex typeclass
A property embedded in a composite identifier or map index (always not-null).class
A many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).class
Java class for IdBagCollectionType complex typeclass
Java class for ListType complex typeclass
Java class for ManyToOneType complex typeclass
Java class for MapType complex typeclass
Java class for PrimitiveArrayType complex typeclass
Java class for SetType complex typeclass
Declares the id type, column and generation algorithm for an entity class.class
Optimistic locking attribute based on a (last-updated) timestamp.class
Optimistic locking attribute based on an incrementing value.class
Adaptive implementation of thePluralAttributeInfo
for<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 TypeInterfaceDescriptioninterface
Unifying contract for any JAXB types which describe an embedded (in JPA terms).