Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.TypeContainer
-
Packages that use TypeContainer Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of TypeContainer in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement TypeContainer Modifier and Type Class Description class
JaxbHbmBasicAttributeType
Java class for BasicAttributeType complex type.class
JaxbHbmBasicCollectionElementType
Declares the element type of a collection where the element is of basic typeclass
JaxbHbmCompositeKeyBasicAttributeType
A property embedded in a composite identifier or map index (always not-null).class
JaxbHbmMapKeyBasicType
Describes the key of a java.util.Map where the key is a basic (JPA term) typeclass
JaxbHbmSimpleIdType
Declares the id type, column and generation algorithm for an entity class.
-