Uses of Class
org.hibernate.Remove
-
Packages that use Remove Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.model.internal org.hibernate.boot.model.source.internal.hbm org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.dialect.identity Support forDialect
-specific identity column handling.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
Packages with annotations of type Remove Package Description org.hibernate.tuple 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 Remove Modifier and Type Class Description class
CacheModeType
Deprecated.class
NoAttributeConverter<O,R>
Deprecated.this class is no longer usedinterface
Source
Deprecated.useCurrentTimestamp
insteadMethods in org.hibernate.annotations with annotations of type Remove Modifier and Type Method Description @Remove CacheModeType
cacheMode()
Deprecated.useNamedNativeQuery.cacheStoreMode()
andNamedNativeQuery.cacheRetrieveMode()
sinceCacheModeType
is deprecated@Remove CacheModeType
cacheMode()
Deprecated.useNamedQuery.cacheStoreMode()
andNamedQuery.cacheRetrieveMode()
sinceCacheModeType
is deprecated@Remove GenerationTiming
timing()
Deprecated.This was introduced in error -
Uses of Remove in org.hibernate.boot
Classes in org.hibernate.boot with annotations of type Remove Modifier and Type Interface Description interface
AttributeConverterInfo
Deprecated, for removal: This API element is subject to removal in a future version.no longer used -
Uses of Remove in org.hibernate.boot.model.internal
Classes in org.hibernate.boot.model.internal with annotations of type Remove Modifier and Type Interface Description interface
AttributeConverterDefinitionCollector
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.boot.model.internal with annotations of type Remove Modifier and Type Method Description static @Remove String
QueryBinder. parseJdbcCall(String sqlString, List<String> parameterNames, Supplier<RuntimeException> exceptionProducer)
Deprecated. -
Uses of Remove in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with annotations of type Remove Modifier and Type Method Description static @org.hibernate.Remove 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
Classes in org.hibernate.cache.spi with annotations of type Remove Modifier and Type Class Description class
FilterKey
Deprecated.this class is no longer usedclass
QuerySpacesHelper
Deprecated.This helper class is no longer usedMethods in org.hibernate.cache.spi with annotations of type Remove Modifier and Type Method Description @Remove CollectionDataAccess
CacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)
Find the cache data access strategy for the given collection.@Remove EntityDataAccess
CacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)
Find the cache data access strategy for an entity.@Remove NaturalIdDataAccess
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 Remove Modifier and Type Field Description static @Remove String
AvailableSettings. 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 flagstatic @Remove 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.dialect.identity
Classes in org.hibernate.dialect.identity with annotations of type Remove Modifier and Type Class Description class
Oracle12cGetGeneratedKeysDelegate
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.engine.internal
Methods in org.hibernate.engine.internal with annotations of type Remove Modifier and Type Method Description static @org.hibernate.Remove boolean
Versioning. seedVersion(Object[] fields, int versionProperty, EntityVersionMapping versionMapping, SharedSessionContractImplementor session)
-
Uses of Remove in org.hibernate.mapping
Classes in org.hibernate.mapping with annotations of type Remove Modifier and Type Class Description class
IdGenerator
Deprecated.this class is no longer usedclass
PropertyGeneration
Deprecated.This is replaced byValueGeneration
andGenerationTiming
, and is no longer usedinterface
SemanticsResolver
Deprecated.this is no longer usedclass
TypeDef
Deprecated.no longer usedFields in org.hibernate.mapping with annotations of type Remove Modifier and Type Field Description static @Remove String
RootClass. DEFAULT_DISCRIMINATOR_COLUMN_NAME
Deprecated.static @Remove String
RootClass. DEFAULT_IDENTIFIER_COLUMN_NAME
Deprecated. -
Uses of Remove in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection with annotations of type Remove Modifier and Type Class Description class
CompositeElementPropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEmbeddedCollectionPart
class
ElementPropertyMapping
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 Remove Modifier and Type Method Description protected @Remove Object
AbstractCollectionPersister. 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 Remove Modifier and Type Class Description class
AbstractPropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingType
class
BasicEntityPropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingType
interface
PropertyMapping
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 Remove Modifier and Type Method Description @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.@Remove String
AbstractEntityPersister. generateDeleteString(int j)
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.protected @Remove String[]
AbstractEntityPersister. generateSQLDeleteStrings(Object[] loadedState)
Deprecated, for removal: This API element is subject to removal in a future version.@Remove String[]
AbstractEntityPersister. getSQLDeleteStrings()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.@Remove String[]
AbstractEntityPersister. getSQLUpdateStrings()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.@Remove String[]
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.@org.hibernate.Remove boolean
AbstractEntityPersister. isAllNull(Object[] array, int tableNumber)
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 Remove Modifier and Type Method Description @Remove SelectionQuery<R>
SelectionQuery. 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 Remove Modifier and Type Method Description @Remove SqmAttributeJoin
SqmAttributeJoin. makeCopy(SqmCreationProcessingState creationProcessingState)
Deprecated. -
Uses of Remove in org.hibernate.tuple
Classes in org.hibernate.tuple with annotations of type Remove Modifier and Type Class Description class
CreationTimestampGeneration
Deprecated.class
UpdateTimestampGeneration
Deprecated. -
Uses of Remove in org.hibernate.type
Methods in org.hibernate.type with annotations of type Remove Modifier and Type Method Description @Remove Generator[]
ComponentType. getPropertyValueGenerationStrategies()
Deprecated.
-