Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
-
Packages that use TableInformationContainer Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of TableInformationContainer in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of TableInformationContainer in org.hibernate.boot.jaxb.hbm.spi Modifier and Type Interface Description interface
PluralAttributeInfo
Commonality between the various forms of plural attribute (collection) mappings:<bag/>
,<set/>
, etc.Classes in org.hibernate.boot.jaxb.hbm.spi that implement TableInformationContainer Modifier and Type Class Description class
JaxbHbmArrayType
Java class for ArrayType complex type.class
JaxbHbmBagCollectionType
Java class for BagCollectionType complex type.class
JaxbHbmIdBagCollectionType
Java class for IdBagCollectionType complex type.class
JaxbHbmJoinedSubclassEntityType
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. class
JaxbHbmListType
Java class for ListType complex type.class
JaxbHbmMapType
Java class for MapType complex type.class
JaxbHbmPrimitiveArrayType
Java class for PrimitiveArrayType complex type.class
JaxbHbmRootEntityType
Root entity mapping.class
JaxbHbmSecondaryTableType
A join allows some properties of a class to be persisted to a second tableclass
JaxbHbmSetType
Java class for SetType complex type.class
JaxbHbmUnionSubclassEntityType
Union subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs. class
PluralAttributeInfoIdBagAdapter
Adaptive implementation of thePluralAttributeInfo
for<idbag/>
mappings which do not support all the configuration available on other collection mappings.class
PluralAttributeInfoPrimitiveArrayAdapter
-
Uses of TableInformationContainer in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type TableInformationContainer Modifier and Type Method Description static TableSpecificationSource
Helper. createTableSource(MappingDocument mappingDocument, TableInformationContainer entityElement, Helper.InLineViewNameInferrer inLineViewNameInferrer)
static TableSpecificationSource
Helper. createTableSource(MappingDocument mappingDocument, TableInformationContainer tableInformationContainer, Helper.InLineViewNameInferrer inLineViewNameInferrer, String rowId, String comment, String checkConstraint)
-