Uses of Annotation Interface
org.hibernate.Remove
Packages that use Remove
Package
Description
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 defines APIs for configuring Hibernate.
Support for many of the internal workings of Hibernate.
This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPI-level SQM contracts
Nodes representing root entities and joins in the SQM tree.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Packages with annotations of type Remove
-
Uses of Remove in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type RemoveModifier and TypeClassDescriptionenum
Deprecated.@interface
Deprecated.Prefer Table.comment()@interface
Deprecated.Per Comment, prefer Table.comment()@interface
Deprecated.useCurrentTimestamp
instead -
Uses of Remove in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with annotations of type RemoveModifier and TypeMethodDescriptionstatic boolean
ModelBinder.useEntityWhereClauseForCollections
(MetadataBuildingContext buildingContext) Deprecated.Interprets the setting "hibernate.use_entity_where_clause_for_collections", which itself is deprecated -
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.cfg
Fields in org.hibernate.cfg with annotations of type RemoveModifier and TypeFieldDescriptionstatic final String
MappingSettings.USE_ENTITY_WHERE_CLAUSE_FOR_COLLECTIONS
Deprecated, for removal: This API element is subject to removal in a future version.Originally added as a backwards compatibility flag -
Uses of Remove in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with annotations of type RemoveModifier and TypeMethodDescriptionstatic boolean
Versioning.seedVersion
(Object[] fields, int versionProperty, EntityVersionMapping versionMapping, SharedSessionContractImplementor session) -
Uses of Remove in org.hibernate.mapping
Fields in org.hibernate.mapping with annotations of type RemoveModifier and TypeFieldDescriptionstatic final String
RootClass.DEFAULT_DISCRIMINATOR_COLUMN_NAME
Deprecated.static final String
RootClass.DEFAULT_IDENTIFIER_COLUMN_NAME
Deprecated.Methods in org.hibernate.mapping with annotations of type RemoveModifier and TypeMethodDescriptionTable.sqlAlterStrings
(Dialect dialect, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext sqlStringGenerationContext) Deprecated. -
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.setAliasSpecificLockMode
(String alias, LockMode lockMode) Deprecated. -
Uses of Remove in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with annotations of type RemoveModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setAliasSpecificLockMode
(String alias, LockMode lockMode) Deprecated. -
Uses of Remove in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from with annotations of type RemoveModifier and TypeMethodDescriptionSqmAttributeJoin.makeCopy
(SqmCreationProcessingState creationProcessingState) Deprecated. -
Uses of Remove in org.hibernate.type
Methods in org.hibernate.type with annotations of type RemoveModifier and TypeMethodDescriptionComponentType.getPropertyValueGenerationStrategies()
Deprecated.
CacheMode
orCacheStoreMode
andCacheRetrieveMode
.