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 contracts that make up the bootstrap API for Hibernate.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.dialect.identity org.hibernate.jpa.spi 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.tuple Most contracts here have been replaced by Hibernate's 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 Hibernate's 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.interface
ForeignKey
Deprecated, for removal: This API element is subject to removal in a future version.use the JPA 2.1ForeignKey
annotationclass
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 CacheModeType
cacheMode()
Deprecated.useNamedNativeQuery.cacheStoreMode()
andNamedNativeQuery.cacheRetrieveMode()
sinceCacheModeType
is deprecatedCacheModeType
cacheMode()
Deprecated.useNamedQuery.cacheStoreMode()
andNamedQuery.cacheRetrieveMode()
sinceCacheModeType
is deprecatedGenerationTiming
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.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 CollectionDataAccess
CacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)
Find the cache data access strategy for the given collection.EntityDataAccess
CacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)
Find the cache data access strategy for an entity.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.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.jpa.spi
Classes in org.hibernate.jpa.spi with annotations of type Remove Modifier and Type Interface Description interface
IdentifierGeneratorStrategyProvider
Deprecated.supply aGenerationTypeStrategyRegistration
instead -
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 String
RootClass. DEFAULT_DISCRIMINATOR_COLUMN_NAME
Deprecated.static String
RootClass. DEFAULT_IDENTIFIER_COLUMN_NAME
Deprecated.Methods in org.hibernate.mapping with annotations of type Remove Modifier and Type Method Description Properties
SimpleValue. getIdentifierGeneratorProperties()
Deprecated.abstract Iterator<KeyValue>
PersistentClass. getKeyClosureIterator()
Deprecated.abstract Iterator<Property>
PersistentClass. getPropertyClosureIterator()
Deprecated.Iterator<Property>
Component. getPropertyIterator()
Deprecated.Iterator<Property>
PersistentClass. getReferenceablePropertyIterator()
Deprecated.Iterator<PersistentClass>
PersistentClass. getSubclassClosureIterator()
Deprecated.Iterator<Subclass>
PersistentClass. getSubclassIterator()
Deprecated.Iterator<Join>
PersistentClass. getSubclassJoinClosureIterator()
Deprecated.Iterator<Property>
PersistentClass. getSubclassPropertyClosureIterator()
Deprecated.Iterator<Table>
PersistentClass. getSubclassTableClosureIterator()
Deprecated.abstract Iterator<Table>
PersistentClass. getTableClosureIterator()
Deprecated.void
SimpleValue. setIdentifierGeneratorProperties(Map<String,Object> identifierGeneratorProperties)
Deprecated.void
SimpleValue. setIdentifierGeneratorProperties(Properties identifierGeneratorProperties)
Deprecated.Iterator<String>
Table. sqlAlterStrings(Dialect dialect, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext sqlStringGenerationContext)
Deprecated.abstract String
Constraint. sqlConstraintString(SqlStringGenerationContext context, String constraintName, String defaultCatalog, String defaultSchema)
Deprecated.this method is no longer calledConstructors in org.hibernate.mapping with annotations of type Remove Constructor Description Table()
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 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
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.String
AbstractEntityPersister. generateDeleteString(int j)
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.protected String[]
AbstractEntityPersister. generateSQLDeleteStrings(Object[] loadedState)
Deprecated, for removal: This API element is subject to removal in a future version.String[]
AbstractEntityPersister. getSQLDeleteStrings()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.String[]
AbstractEntityPersister. getSQLUpdateStrings()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.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 SelectionQuery<R>
SelectionQuery. setAliasSpecificLockMode(String alias, LockMode lockMode)
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.useCurrentTimestampGeneration
class
UpdateTimestampGeneration
Deprecated.useCurrentTimestampGeneration
-
Uses of Remove in org.hibernate.type
Methods in org.hibernate.type with annotations of type Remove Modifier and Type Method Description Generator[]
ComponentType. getPropertyValueGenerationStrategies()
Deprecated.
-