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 TypeClassDescriptionenumDeprecated.@interfaceDeprecated.Prefer Table.comment()@interfaceDeprecated.Per Comment, prefer Table.comment()classNoAttributeConverter<O,R> Deprecated.this class is no longer used@interfaceDeprecated.useCurrentTimestampinstead -
Uses of Remove in org.hibernate.boot
Classes in org.hibernate.boot with annotations of type RemoveModifier and TypeInterfaceDescriptioninterfaceDeprecated, 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 classDeprecated.this class is no longer usedclassDeprecated.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_COLLECTIONSDeprecated, 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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.no longer used, useGetGeneratedKeysDelegateinstead -
Uses of Remove in org.hibernate.mapping
Classes in org.hibernate.mapping with annotations of type RemoveModifier and TypeClassDescriptionclassDeprecated.this class is no longer usedclassDeprecated.This is replaced byValueGenerationandGenerationTiming, and is no longer usedinterfaceDeprecated.this is no longer usedclassDeprecated.no longer usedFields in org.hibernate.mapping with annotations of type RemoveModifier and TypeFieldDescriptionRootClass.DEFAULT_DISCRIMINATOR_COLUMN_NAMEDeprecated.RootClass.DEFAULT_IDENTIFIER_COLUMN_NAMEDeprecated.Methods in org.hibernate.mapping with annotations of type RemoveModifier and TypeMethodDescriptionSimpleValue.getIdentifierGeneratorProperties()Deprecated.Component.getPropertyIterator()Deprecated.voidSimpleValue.setIdentifierGeneratorProperties(Map<String, Object> identifierGeneratorProperties) Deprecated.voidSimpleValue.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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEmbeddedCollectionPartclassDeprecated, for removal: This API element is subject to removal in a future version.Replaced byCollectionPartMethods 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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingTypeclassDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingTypeinterfaceDeprecated, 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 intAbstractEntityPersister.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 booleanDeprecated, for removal: This API element is subject to removal in a future version.@org.hibernate.Remove booleanAbstractEntityPersister.isBatchable()Deprecated, for removal: This API element is subject to removal in a future version.No longer used.protected @org.hibernate.Remove booleanAbstractEntityPersister.isInverseSubclassTable(int j) Deprecated, for removal: This API element is subject to removal in a future version.No longer usedabstract @org.hibernate.Remove booleanAbstractEntityPersister.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 TypeClassDescriptionclassDeprecated.useCurrentTimestampGenerationclassDeprecated.useCurrentTimestampGeneration -
Uses of Remove in org.hibernate.type
Methods in org.hibernate.type with annotations of type RemoveModifier and TypeMethodDescriptionComponentType.getPropertyValueGenerationStrategies()Deprecated.
CacheModeorCacheStoreModeandCacheRetrieveMode.