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 classJaxbHbmBasicAttributeTypeJava class for BasicAttributeType complex type.classJaxbHbmCompositeKeyBasicAttributeTypeA property embedded in a composite identifier or map index (always not-null).classJaxbHbmCompositeKeyManyToOneTypeA many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).classJaxbHbmManyToOneTypeJava class for ManyToOneType complex type.classJaxbHbmSimpleIdTypeDeclares the id type, column and generation algorithm for an entity class.classJaxbHbmTimestampAttributeTypeOptimistic locking attribute based on a (last-updated) timestamp.classJaxbHbmVersionAttributeTypeOptimistic 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 interfaceEmbeddedAttributeMappingUnifying contract for any JAXB types which describe an embedded (in JPA terms).
-