Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.SingularAttributeInfo
Packages that use SingularAttributeInfo
-
Uses of SingularAttributeInfo in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement SingularAttributeInfoModifier and TypeClassDescriptionclass
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 ManyToOneType 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. -
Uses of SingularAttributeInfo in org.hibernate.boot.model.source.spi
Subinterfaces of SingularAttributeInfo in org.hibernate.boot.model.source.spiModifier and TypeInterfaceDescriptioninterface
Unifying contract for any JAXB types which describe an embedded (in JPA terms).