Class ProcessorSessionFactory.ToManyAssociationPersister
- java.lang.Object
-
- org.hibernate.jpamodelgen.validation.MockCollectionPersister
-
- org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.ToManyAssociationPersister
-
- All Implemented Interfaces:
FilterRestrictable
,Restrictable
,WhereRestrictable
,CollectionPersister
,QueryableCollection
,Joinable
,PropertyMapping
- Enclosing class:
- ProcessorSessionFactory
public abstract static class ProcessorSessionFactory.ToManyAssociationPersister extends MockCollectionPersister
-
-
Constructor Summary
Constructors Constructor Description ToManyAssociationPersister(String role, CollectionType collectionType, String targetEntityName, ProcessorSessionFactory that)
-
Method Summary
-
Methods inherited from class org.hibernate.jpamodelgen.validation.MockCollectionPersister
consumesCollectionAlias, getCollectionSpaces, getCollectionType, getElementColumnNames, getElementColumnNames, getElementPersister, getElementType, getFactory, getFetchMode, getIdentifierType, getIndexColumnNames, getIndexColumnNames, getIndexFormulas, getIndexType, getKeyColumnNames, getKeyType, getMappedByProperty, getName, getOwnerEntityPersister, getRole, getTableName, hasIndex, isCollection, isOneToMany, toColumns, toType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.persister.collection.CollectionPersister
applyBaseManyToManyRestrictions, deleteRows, elementExists, getAttributeMapping, getBatchSize, getCacheAccessStrategy, getCacheEntryStructure, getCollectionMetadata, getCollectionSemantics, getElementByIndex, getElementClass, getElementColumnAliases, getGenerator, getIdentifierColumnAlias, getIdentifierGenerator, getIndexColumnAliases, getKeyColumnAliases, getManyToManyFilterFragment, getNavigableRole, getSize, getSortingComparator, hasCache, hasManyToManyOrdering, hasOrdering, hasOrphanDelete, indexExists, initialize, insertRows, isAffectedByEnabledFetchProfiles, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEntityGraph, isArray, isBatchLoadable, isCascadeDeleteEnabled, isExtraLazy, isInverse, isLazy, isManyToMany, isMutable, isPrimitiveArray, isSubselectLoadable, isVersioned, needsRemove, postInstantiate, processQueuedOps, recreate, remove, updateRows
-
Methods inherited from interface org.hibernate.metamodel.mapping.FilterRestrictable
applyFilterRestrictions
-
Methods inherited from interface org.hibernate.persister.entity.Joinable
consumesEntityAlias
-
Methods inherited from interface org.hibernate.persister.collection.QueryableCollection
getManyToManyOrderByString, getSQLOrderByString, hasWhere, selectFragment
-
Methods inherited from interface org.hibernate.metamodel.mapping.Restrictable
applyBaseRestrictions
-
Methods inherited from interface org.hibernate.metamodel.mapping.WhereRestrictable
applyWhereRestrictions, hasWhereRestrictions
-
-
-
-
Constructor Detail
-
ToManyAssociationPersister
public ToManyAssociationPersister(String role, CollectionType collectionType, String targetEntityName, ProcessorSessionFactory that)
-
-