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.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.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 HibernateTypeis 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 classCacheModeTypeDeprecated.classNoAttributeConverter<O,R>Deprecated.this class is no longer usedinterfaceSourceDeprecated.useCurrentTimestampinsteadMethods in org.hibernate.annotations with annotations of type Remove Modifier and Type Method Description @Remove CacheModeTypecacheMode()Deprecated.useNamedNativeQuery.cacheStoreMode()andNamedNativeQuery.cacheRetrieveMode()sinceCacheModeTypeis deprecated@Remove CacheModeTypecacheMode()Deprecated.useNamedQuery.cacheStoreMode()andNamedQuery.cacheRetrieveMode()sinceCacheModeTypeis deprecated@Remove GenerationTimingtiming()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 interfaceAttributeConverterInfoDeprecated, 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 classFilterKeyDeprecated.this class is no longer usedclassQuerySpacesHelperDeprecated.This helper class is no longer usedMethods in org.hibernate.cache.spi with annotations of type Remove Modifier and Type Method Description @Remove CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)Find the cache data access strategy for the given collection.@Remove EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Find the cache data access strategy for an entity.@Remove NaturalIdDataAccessCacheImplementor. 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 StringAvailableSettings. 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 flagstatic @Remove StringMappingSettings. 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 Remove Modifier and Type Class Description classOracle12cGetGeneratedKeysDelegateDeprecated, 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 Remove Modifier and Type Class Description classIdGeneratorDeprecated.this class is no longer usedclassPropertyGenerationDeprecated.This is replaced byValueGenerationandGenerationTiming, and is no longer usedinterfaceSemanticsResolverDeprecated.this is no longer usedclassTypeDefDeprecated.no longer usedFields in org.hibernate.mapping with annotations of type Remove Modifier and Type Field Description static @Remove StringRootClass. DEFAULT_DISCRIMINATOR_COLUMN_NAMEDeprecated.static @Remove StringRootClass. DEFAULT_IDENTIFIER_COLUMN_NAMEDeprecated. -
Uses of Remove in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection with annotations of type Remove Modifier and Type Class Description classCompositeElementPropertyMappingDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEmbeddedCollectionPartclassElementPropertyMappingDeprecated, for removal: This API element is subject to removal in a future version.Replaced byCollectionPartMethods in org.hibernate.persister.collection with annotations of type Remove Modifier and Type Method Description protected @Remove ObjectAbstractCollectionPersister. 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 classAbstractPropertyMappingDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingTypeclassBasicEntityPropertyMappingDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingTypeinterfacePropertyMappingDeprecated, 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 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.@Remove StringAbstractEntityPersister. 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 booleanAbstractEntityPersister. isAllNull(Object[] array, int tableNumber)Deprecated, 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 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 SqmAttributeJoinSqmAttributeJoin. 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 classCreationTimestampGenerationDeprecated.useCurrentTimestampGenerationclassUpdateTimestampGenerationDeprecated.useCurrentTimestampGeneration -
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.
-