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 interfacePluralAttributeInfoCommonality 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 classJaxbHbmArrayTypeJava class for ArrayType complex type.classJaxbHbmBagCollectionTypeJava class for BagCollectionType complex type.classJaxbHbmIdBagCollectionTypeJava class for IdBagCollectionType complex type.classJaxbHbmJoinedSubclassEntityTypeJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classJaxbHbmListTypeJava class for ListType complex type.classJaxbHbmMapTypeJava class for MapType complex type.classJaxbHbmPrimitiveArrayTypeJava class for PrimitiveArrayType complex type.classJaxbHbmRootEntityTypeRoot entity mapping.classJaxbHbmSecondaryTableTypeA join allows some properties of a class to be persisted to a second tableclassJaxbHbmSetTypeJava class for SetType complex type.classJaxbHbmUnionSubclassEntityTypeUnion subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs. classPluralAttributeInfoIdBagAdapterAdaptive implementation of thePluralAttributeInfofor<idbag/>mappings which do not support all the configuration available on other collection mappings.classPluralAttributeInfoPrimitiveArrayAdapter -
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 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)
-