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.
This package contains the interfaces that make up the bootstrap API
for Hibernate.
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
Dialect
-specific identity column handling.This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for collections.
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.
Most contracts here have been replaced by the new runtime
mapping model.
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()class
NoAttributeConverter<O,
R> Deprecated.this class is no longer used@interface
Deprecated.useCurrentTimestamp
instead -
Uses of Remove in org.hibernate.boot
Classes in org.hibernate.boot with annotations of type RemoveModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.no longer used -
Uses of Remove in org.hibernate.cache.spi
Classes in org.hibernate.cache.spi with annotations of type RemoveModifier and TypeClassDescriptionfinal class
Deprecated.this class is no longer usedclass
Deprecated.This helper class is no longer usedMethods 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 TypeFieldDescriptionMappingSettings.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.dialect.identity
Classes in org.hibernate.dialect.identity with annotations of type RemoveModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.no longer used, useGetGeneratedKeysDelegate
instead -
Uses of Remove in org.hibernate.mapping
Classes in org.hibernate.mapping with annotations of type RemoveModifier and TypeClassDescriptionclass
Deprecated.this class is no longer usedclass
Deprecated.This is replaced byValueGeneration
andGenerationTiming
, and is no longer usedinterface
Deprecated.this is no longer usedclass
Deprecated.no longer usedFields in org.hibernate.mapping with annotations of type RemoveModifier and TypeFieldDescriptionRootClass.DEFAULT_DISCRIMINATOR_COLUMN_NAME
Deprecated.RootClass.DEFAULT_IDENTIFIER_COLUMN_NAME
Deprecated.Methods in org.hibernate.mapping with annotations of type RemoveModifier and TypeMethodDescriptionSimpleValue.getIdentifierGeneratorProperties()
Deprecated.Component.getPropertyIterator()
Deprecated.void
SimpleValue.setIdentifierGeneratorProperties
(Map<String, Object> identifierGeneratorProperties) Deprecated.void
SimpleValue.setIdentifierGeneratorProperties
(Properties identifierGeneratorProperties) Deprecated.Table.sqlAlterStrings
(Dialect dialect, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext sqlStringGenerationContext) Deprecated. -
Uses of Remove in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection with annotations of type RemoveModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEmbeddedCollectionPart
class
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byCollectionPart
Methods in org.hibernate.persister.collection with annotations of type RemoveModifier and TypeMethodDescriptionAbstractCollectionPersister.decrementIndexByBase
(Object index) Deprecated, for removal: This API element is subject to removal in a future version.No longer used. -
Uses of Remove in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity with annotations of type RemoveModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingType
class
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingType
interface
Deprecated, for removal: This API element is subject to removal in a future version.This interface is obsoleteMethods in org.hibernate.persister.entity with annotations of type RemoveModifier and TypeMethodDescription@org.hibernate.Remove int
AbstractEntityPersister.dehydrate
(Object id, Object[] fields, Object rowId, boolean[] includeProperty, boolean[][] includeColumns, int j, PreparedStatement ps, SharedSessionContractImplementor session, int index, boolean isUpdate) Deprecated, for removal: This API element is subject to removal in a future version.No longer used.AbstractEntityPersister.generateDeleteString
(int j) Deprecated, for removal: This API element is subject to removal in a future version.No longer used.AbstractEntityPersister.generateSQLDeleteStrings
(Object[] loadedState) Deprecated, for removal: This API element is subject to removal in a future version.AbstractEntityPersister.getSQLDeleteStrings()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.AbstractEntityPersister.getSQLUpdateStrings()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.SingleTableEntityPersister.getSubclassClosure()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.@org.hibernate.Remove boolean[]
AbstractEntityPersister.getTableUpdateNeeded
(int[] dirtyProperties, boolean hasDirtyCollection) Deprecated, for removal: This API element is subject to removal in a future version.No longer used.final @org.hibernate.Remove boolean
Deprecated, for removal: This API element is subject to removal in a future version.@org.hibernate.Remove boolean
AbstractEntityPersister.isBatchable()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.protected @org.hibernate.Remove boolean
AbstractEntityPersister.isInverseSubclassTable
(int j) Deprecated, for removal: This API element is subject to removal in a future version.No longer usedabstract @org.hibernate.Remove boolean
AbstractEntityPersister.isTableCascadeDeleteEnabled
(int j) 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.tuple
Classes in org.hibernate.tuple with annotations of type RemoveModifier and TypeClassDescriptionclass
Deprecated.useCurrentTimestampGeneration
class
Deprecated.useCurrentTimestampGeneration
-
Uses of Remove in org.hibernate.type
Methods in org.hibernate.type with annotations of type RemoveModifier and TypeMethodDescriptionComponentType.getPropertyValueGenerationStrategies()
Deprecated.
CacheMode
orCacheStoreMode
andCacheRetrieveMode
.