Class ProcessorSessionFactory.ToManyAssociationPersister
java.lang.Object
org.hibernate.processor.validation.MockCollectionPersister
org.hibernate.processor.validation.ProcessorSessionFactory.ToManyAssociationPersister
- All Implemented Interfaces:
org.hibernate.metamodel.mapping.FilterRestrictable, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.WhereRestrictable, org.hibernate.persister.collection.CollectionPersister, org.hibernate.persister.entity.Joinable
- Enclosing class:
ProcessorSessionFactory
public abstract static class ProcessorSessionFactory.ToManyAssociationPersister
extends MockCollectionPersister
-
Constructor Summary
ConstructorsConstructorDescriptionToManyAssociationPersister(String role, org.hibernate.type.CollectionType collectionType, String targetEntityName, ProcessorSessionFactory that) -
Method Summary
Methods inherited from class MockCollectionPersister
getCollectionSpaces, getCollectionType, getElementPersister, getElementType, getFactory, getIdentifierType, getIndexType, getKeyType, getMappedByProperty, getOwnerEntityPersister, getRole, getTableName, hasIndex, isOneToManyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.persister.collection.CollectionPersister
applyBaseManyToManyRestrictions, deleteRows, elementExists, getAttributeMapping, getBatchSize, getCacheAccessStrategy, getCacheEntryStructure, getCollectionPropertyColumnAliases, getCollectionSemantics, getElementByIndex, getElementClass, getElementColumnAliases, getElementColumnIsSettable, getGenerator, getIdentifierColumnAlias, getIdentifierColumnName, getIdentifierGenerator, getIndexColumnAliases, getIndexColumnIsSettable, getIndexIncrementer, getKeyColumnAliases, getNavigableRole, getRowMutationOperations, getSize, getSortingComparator, hasCache, hasManyToManyOrdering, hasOrdering, hasOrphanDelete, indexExists, initialize, insertRows, isAffectedByEnabledFetchProfiles, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEntityGraph, isArray, isBatchLoadable, isCascadeDeleteEnabled, isExtraLazy, isInverse, isLazy, isManyToMany, isMutable, isPrimitiveArray, isRowDeleteEnabled, isRowInsertEnabled, isSubselectLoadable, isVersioned, needsRemove, postInstantiate, processQueuedOps, recreate, remove, selectFragment, updateRows, useShallowQueryCacheLayoutMethods inherited from interface org.hibernate.metamodel.mapping.FilterRestrictable
applyFilterRestrictions, applyFilterRestrictionsMethods inherited from interface org.hibernate.metamodel.mapping.Restrictable
applyBaseRestrictions, applyBaseRestrictionsMethods inherited from interface org.hibernate.metamodel.mapping.WhereRestrictable
applyWhereRestrictions, hasWhereRestrictions
-
Constructor Details
-
ToManyAssociationPersister
public ToManyAssociationPersister(String role, org.hibernate.type.CollectionType collectionType, String targetEntityName, ProcessorSessionFactory that)
-