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 type.classJava class for BagCollectionType complex type.classJava class for IdBagCollectionType complex type.classJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classJava class for ListType complex type.classJava class for MapType complex type.classJava class for PrimitiveArrayType complex type.classRoot entity mapping.classA join allows some properties of a class to be persisted to a second tableclassJava class for SetType complex type.classUnion 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)