Uses of Interface
org.hibernate.boot.model.source.internal.hbm.Helper.InLineViewNameInferrer
-
Packages that use Helper.InLineViewNameInferrer Package Description org.hibernate.boot.model.source.internal.hbm -
-
Uses of Helper.InLineViewNameInferrer in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement Helper.InLineViewNameInferrer Modifier and Type Class Description class
AbstractEntitySourceImpl
class
AbstractPluralAttributeSourceImpl
class
JoinedSubclassEntitySourceImpl
class
PluralAttributeSourceArrayImpl
class
PluralAttributeSourceBagImpl
class
PluralAttributeSourceIdBagImpl
class
PluralAttributeSourceListImpl
class
PluralAttributeSourceMapImpl
class
PluralAttributeSourcePrimitiveArrayImpl
class
PluralAttributeSourceSetImpl
class
RootEntitySourceImpl
class
SubclassEntitySourceImpl
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type Helper.InLineViewNameInferrer 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)
-