Interface DeprecatedCollectionStuff
-
- All Superinterfaces:
CollectionMetadata,CollectionPersister,FilterRestrictable,Joinable,PropertyMapping,QueryableCollection,Restrictable,SQLLoadableCollection,WhereRestrictable
- All Known Implementing Classes:
AbstractCollectionPersister,BasicCollectionPersister,OneToManyPersister
@Deprecated public interface DeprecatedCollectionStuff extends SQLLoadableCollection, CollectionMetadata
Deprecated.Just used to singly extend all the deprecated collection persister roles
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default StringgetRole()Deprecated.Get the name of this collection role (the fully qualified class name, extended by a "property path")-
Methods inherited from interface org.hibernate.metadata.CollectionMetadata
getElementType, getIndexType, getKeyType, hasIndex, isArray, isLazy, isPrimitiveArray
-
Methods inherited from interface org.hibernate.persister.collection.CollectionPersister
applyBaseManyToManyRestrictions, deleteRows, elementExists, getAttributeMapping, getBatchSize, getCacheAccessStrategy, getCacheEntryStructure, getCollectionMetadata, getCollectionSemantics, getCollectionSpaces, getCollectionType, getElementByIndex, getElementClass, getElementColumnAliases, getElementType, getFactory, getGenerator, getIdentifierColumnAlias, getIdentifierGenerator, getIdentifierType, getIndexColumnAliases, getIndexType, getKeyColumnAliases, getKeyType, getManyToManyFilterFragment, getMappedByProperty, getNavigableRole, getOwnerEntityPersister, getSize, getSortingComparator, hasCache, hasIndex, hasManyToManyOrdering, hasOrdering, hasOrphanDelete, indexExists, initialize, insertRows, isAffectedByEnabledFetchProfiles, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEnabledFilters, isAffectedByEntityGraph, isArray, isBatchLoadable, isCascadeDeleteEnabled, isExtraLazy, isInverse, isLazy, isManyToMany, isMutable, isOneToMany, isPrimitiveArray, isSubselectLoadable, isVersioned, needsRemove, postInstantiate, processQueuedOps, recreate, remove, updateRows, useShallowQueryCacheLayout
-
Methods inherited from interface org.hibernate.metamodel.mapping.FilterRestrictable
applyFilterRestrictions, applyFilterRestrictions
-
Methods inherited from interface org.hibernate.persister.entity.Joinable
consumesCollectionAlias, consumesEntityAlias, getKeyColumnNames, getName, getTableName, isCollection
-
Methods inherited from interface org.hibernate.persister.entity.PropertyMapping
toColumns, toType
-
Methods inherited from interface org.hibernate.persister.collection.QueryableCollection
getElementColumnNames, getElementColumnNames, getElementPersister, getFetchMode, getIndexColumnNames, getIndexColumnNames, getIndexFormulas, getManyToManyOrderByString, getSQLOrderByString, hasWhere, selectFragment
-
Methods inherited from interface org.hibernate.metamodel.mapping.Restrictable
applyBaseRestrictions, applyBaseRestrictions
-
Methods inherited from interface org.hibernate.persister.collection.SQLLoadableCollection
getCollectionPropertyColumnAliases, getIdentifierColumnName
-
Methods inherited from interface org.hibernate.metamodel.mapping.WhereRestrictable
applyWhereRestrictions, hasWhereRestrictions
-
-
-
-
Method Detail
-
getRole
default String getRole()
Deprecated.Description copied from interface:CollectionPersisterGet the name of this collection role (the fully qualified class name, extended by a "property path")- Specified by:
getRolein interfaceCollectionMetadata- Specified by:
getRolein interfaceCollectionPersister
-
-