Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
Packages that use TableInformationContainer
-
Uses of TableInformationContainer in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of TableInformationContainer in org.hibernate.boot.jaxb.hbm.spiModifier and TypeInterfaceDescriptioninterface
Commonality between the various forms of plural attribute (collection) mappings:<bag/>
,<set/>
, etc.Classes in org.hibernate.boot.jaxb.hbm.spi that implement TableInformationContainerModifier and TypeClassDescriptionclass
Java class for ArrayType complex typeclass
Java class for BagCollectionType complex typeclass
Java class for IdBagCollectionType complex typeclass
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. class
Java class for ListType complex typeclass
Java class for MapType complex typeclass
Java class for PrimitiveArrayType complex typeclass
Root entity mapping.class
A join allows some properties of a class to be persisted to a second tableclass
Java class for SetType complex typeclass
Union subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs. class
Adaptive implementation of thePluralAttributeInfo
for<idbag/>
mappings which do not support all the configuration available on other collection mappings.class
-
Uses of TableInformationContainer in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type TableInformationContainerModifier and TypeMethodDescriptionstatic 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)