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 TypeInterfaceDescriptioninterfaceCommonality between the various forms of plural attribute (collection) mappings:<bag/>,<set/>, etc.Classes in org.hibernate.boot.jaxb.hbm.spi that implement TableInformationContainerModifier and TypeClassDescriptionclassJava class for ArrayType complex typeclassJava class for BagCollectionType complex typeclassJava class for IdBagCollectionType complex typeclassJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classJava class for ListType complex typeclassJava class for MapType complex typeclassJava class for PrimitiveArrayType complex typeclassRoot entity mapping.classA join allows some properties of a class to be persisted to a second tableclassJava class for SetType complex typeclassUnion subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs. classAdaptive implementation of thePluralAttributeInfofor<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 TableSpecificationSourceHelper.createTableSource(MappingDocument mappingDocument, TableInformationContainer entityElement, Helper.InLineViewNameInferrer inLineViewNameInferrer) static TableSpecificationSourceHelper.createTableSource(MappingDocument mappingDocument, TableInformationContainer tableInformationContainer, Helper.InLineViewNameInferrer inLineViewNameInferrer, String rowId, String comment, String checkConstraint)