Class ModelBinder
java.lang.Object
org.hibernate.boot.model.source.internal.hbm.ModelBinder
Responsible for coordinating the binding of all information inside entity tags (
<class/>, etc).- Author:
- Steve Ebersole
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindEntityHierarchy(EntityHierarchySourceImpl hierarchySource) voidbindListOrArrayIndex(MappingDocument mappingDocument, IndexedPluralAttributeSource attributeSource, List collectionBinding) voidbindOneToOne(MappingDocument sourceDocument, SingularAttributeSourceOneToOne oneToOneSource, OneToOne oneToOneBinding) static ModelBinderprepare(MetadataBuildingContext context) static @org.hibernate.Remove booleanuseEntityWhereClauseForCollections(MetadataBuildingContext buildingContext) Deprecated.Interprets the setting "hibernate.use_entity_where_clause_for_collections", which itself is deprecated
-
Constructor Details
-
ModelBinder
-
-
Method Details
-
prepare
-
useEntityWhereClauseForCollections
@Remove @Deprecated(since="6.2") public static @org.hibernate.Remove boolean useEntityWhereClauseForCollections(MetadataBuildingContext buildingContext) Deprecated.Interprets the setting "hibernate.use_entity_where_clause_for_collections", which itself is deprecated -
bindEntityHierarchy
-
bindOneToOne
public void bindOneToOne(MappingDocument sourceDocument, SingularAttributeSourceOneToOne oneToOneSource, OneToOne oneToOneBinding) -
bindListOrArrayIndex
public void bindListOrArrayIndex(MappingDocument mappingDocument, IndexedPluralAttributeSource attributeSource, List collectionBinding)
-