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.
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
Package
Description
Defines strategies for post-processing criteria query
results into a form convenient to the application.
Most contracts here have been replaced by the new runtime
mapping model.
-
Uses of Remove in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type RemoveModifier and TypeClassDescription@interfaceDeprecated.Prefer Table.comment()@interfaceDeprecated.Per Comment, prefer Table.comment()@interfaceDeprecated.useCurrentTimestampinstead -
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.engine.internal
Methods in org.hibernate.engine.internal with annotations of type RemoveModifier and TypeMethodDescriptionstatic booleanVersioning.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 StringRootClass.DEFAULT_DISCRIMINATOR_COLUMN_NAMEDeprecated.static final StringRootClass.DEFAULT_IDENTIFIER_COLUMN_NAMEDeprecated.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.