Uses of Annotation Interface
org.hibernate.Remove
Packages that use Remove
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Packages with annotations of type Remove
Package
Description
Defines strategies for post-processing criteria query
results into a form convenient to the application.
-
Uses of Remove in org.hibernate
Methods in org.hibernate with annotations of type RemoveModifier and TypeMethodDescriptionLockOptions.findGreatestLockMode()
Deprecated, for removal: This API element is subject to removal in a future version.Currently needed for follow-on locking.int
LockOptions.getAliasLockCount()
Deprecated, for removal: This API element is subject to removal in a future version.The number of aliases that have alias-specific lock modes specified.LockOptions.getAliasSpecificLockMode
(String alias) Deprecated, for removal: This API element is subject to removal in a future version.Get theLockMode
explicitly specified for the given alias viaLockOptions.setAliasSpecificLockMode(String, LockMode)
.LockOptions.getAliasSpecificLocks()
Deprecated, for removal: This API element is subject to removal in a future version.LockOptions.getEffectiveLockMode
(String alias) Deprecated, for removal: This API element is subject to removal in a future version.Determine theLockMode
to apply to the given alias.boolean
LockOptions.hasAliasSpecificLockModes()
Deprecated, for removal: This API element is subject to removal in a future version.Whether thisLockOptions
instance defines alias-specific lock-modesLockOptions.setAliasSpecificLockMode
(String alias, LockMode lockMode) Deprecated, for removal: This API element is subject to removal in a future version.Specify theLockMode
to be used for the given query alias. -
Uses of Remove in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type RemoveModifier and TypeClassDescription@interface
Deprecated.@interface
Deprecated.Per Comment, prefer Table.comment() -
Uses of Remove in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with annotations of type RemoveModifier and TypeMethodDescriptionCacheImplementor.getCollectionRegionAccess
(NavigableRole collectionRole) Find the cache data access strategy for the given collection.CacheImplementor.getEntityRegionAccess
(NavigableRole rootEntityName) Find the cache data access strategy for an entity.CacheImplementor.getNaturalIdCacheRegionAccessStrategy
(NavigableRole rootEntityName) Find the cache data access strategy for the given entity's natural-id cache. -
Uses of Remove in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with annotations of type RemoveModifier and TypeMethodDescriptionString[]
SingleTableEntityPersister.getSubclassClosure()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used. -
Uses of Remove in org.hibernate.query
Methods in org.hibernate.query with annotations of type RemoveModifier and TypeMethodDescriptionSelectionQuery.setLockMode
(String alias, LockMode lockMode) Specify aLockMode
to apply to a specific alias defined in the query
Table.comment()
,Column.comment()
, etc.