Class ProcessorSessionFactory.ElementCollectionPersister
java.lang.Object
org.hibernate.processor.validation.MockCollectionPersister
org.hibernate.processor.validation.ProcessorSessionFactory.ElementCollectionPersister
- All Implemented Interfaces:
FilterRestrictable
,Restrictable
,WhereRestrictable
,CollectionPersister
,Joinable
- Enclosing class:
- ProcessorSessionFactory
public abstract static class ProcessorSessionFactory.ElementCollectionPersister
extends MockCollectionPersister
-
Constructor Summary
ConstructorsConstructorDescriptionElementCollectionPersister
(String role, CollectionType collectionType, TypeElement elementType, String propertyPath, AccessType defaultAccessType, ProcessorSessionFactory factory) -
Method Summary
Methods inherited from class org.hibernate.processor.validation.MockCollectionPersister
getCollectionSpaces, getCollectionType, getElementPersister, getElementType, getFactory, getIdentifierType, getIndexType, getKeyType, getMappedByProperty, getOwnerEntityPersister, getRole, getTableName, hasIndex, isOneToMany
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, getCollectionPropertyColumnAliases, getCollectionSemantics, getElementByIndex, getElementClass, getElementColumnAliases, getGenerator, getIdentifierColumnAlias, getIdentifierColumnName, getIdentifierGenerator, getIndexColumnAliases, getKeyColumnAliases, getManyToManyFilterFragment, getNavigableRole, getSize, getSortingComparator, hasCache, hasManyToManyOrdering, hasOrdering, hasOrphanDelete, indexExists, initialize, insertRows, isAffectedByEnabledFetchProfiles, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEntityGraph, isArray, isBatchLoadable, isCascadeDeleteEnabled, isExtraLazy, isInverse, isLazy, isManyToMany, isMutable, isPrimitiveArray, isSubselectLoadable, isVersioned, needsRemove, postInstantiate, processQueuedOps, recreate, remove, selectFragment, updateRows, useShallowQueryCacheLayout
Methods inherited from interface org.hibernate.metamodel.mapping.FilterRestrictable
applyFilterRestrictions, applyFilterRestrictions
Methods inherited from interface org.hibernate.metamodel.mapping.Restrictable
applyBaseRestrictions, applyBaseRestrictions
Methods inherited from interface org.hibernate.metamodel.mapping.WhereRestrictable
applyWhereRestrictions, hasWhereRestrictions
-
Constructor Details
-
ElementCollectionPersister
public ElementCollectionPersister(String role, CollectionType collectionType, TypeElement elementType, String propertyPath, AccessType defaultAccessType, ProcessorSessionFactory factory)
-