Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.SingularAttributeInfo
-
Packages that use SingularAttributeInfo Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.spi -
-
Uses of SingularAttributeInfo in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement SingularAttributeInfo Modifier and Type Class Description class
JaxbHbmBasicAttributeType
Java class for BasicAttributeType complex type.class
JaxbHbmCompositeKeyBasicAttributeType
A property embedded in a composite identifier or map index (always not-null).class
JaxbHbmCompositeKeyManyToOneType
A many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).class
JaxbHbmManyToOneType
Java class for ManyToOneType complex type.class
JaxbHbmSimpleIdType
Declares the id type, column and generation algorithm for an entity class.class
JaxbHbmTimestampAttributeType
Optimistic locking attribute based on a (last-updated) timestamp.class
JaxbHbmVersionAttributeType
Optimistic locking attribute based on an incrementing value. -
Uses of SingularAttributeInfo in org.hibernate.boot.model.source.spi
Subinterfaces of SingularAttributeInfo in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interface
EmbeddedAttributeMapping
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
-