| org.hibernate.annotations.AttributeAccessor.value() | |
|---|
| org.hibernate.annotations.Cache.include() | |
|---|
| org.hibernate.annotations.CurrentTimestamp.timing() | This was introduced in error |
|---|
| org.hibernate.annotations.DynamicInsert.value() | Whenfalse, this annotation has no effect. |
|---|
| org.hibernate.annotations.DynamicUpdate.value() | Whenfalse, this annotation has no effect. |
|---|
| org.hibernate.annotations.ForeignKey.inverseName() | this member is currently ignored and has no effect |
|---|
| org.hibernate.annotations.Generated.value() | |
|---|
| org.hibernate.annotations.GenerationTime.getEquivalent() | Needed for backwards compatibility until the deprecated, legacy generation stuff can be removed |
|---|
| org.hibernate.annotations.GenericGenerator.strategy() | |
|---|
| org.hibernate.annotations.NamedNativeQuery.cacheMode() | |
|---|
| org.hibernate.annotations.NamedNativeQuery.callable() | |
|---|
| org.hibernate.annotations.NamedQuery.cacheMode() | |
|---|
| org.hibernate.annotations.SelectBeforeUpdate.value() | Whenfalse, this annotation has no effect. |
|---|
| org.hibernate.annotations.SQLDelete.check() | |
|---|
| org.hibernate.annotations.SQLDeleteAll.check() | |
|---|
| org.hibernate.annotations.SQLInsert.check() | |
|---|
| org.hibernate.annotations.SQLUpdate.check() | |
|---|
| org.hibernate.annotations.Table.checkConstraint() | |
|---|
| org.hibernate.annotations.Table.comment() | |
|---|
| org.hibernate.annotations.Table.fetch() | This setting has no effect in Hibernate 6 |
|---|
| org.hibernate.annotations.Table.foreignKey() | |
|---|
| org.hibernate.annotations.Table.indexes() | |
|---|
| org.hibernate.annotations.Table.inverse() | |
|---|
| org.hibernate.annotations.Table.optional() | |
|---|
| org.hibernate.annotations.Table.sqlDelete() | |
|---|
| org.hibernate.annotations.Table.sqlInsert() | |
|---|
| org.hibernate.annotations.Table.sqlUpdate() | |
|---|
| org.hibernate.boot.archive.scan.spi.ScanOptions.canDetectHibernateMappingFiles() | With move to unified schema, this setting is now deprecated and will be removed once support for readinghbm.xml files is fully removed. |
|---|
| org.hibernate.boot.internal.MetadataBuilderImpl.applySourceProcessOrdering(MetadataSourceType...) | |
|---|
| org.hibernate.boot.internal.MetadataBuilderImpl.contributeType(BasicType<?>) | |
|---|
| org.hibernate.boot.internal.SessionFactoryOptionsBuilder.applyBatchFetchStyle(BatchFetchStyle) | : No longer used internally |
|---|
| org.hibernate.boot.MetadataBuilder.applySourceProcessOrdering(MetadataSourceType...) | hbm.xml mappings are no longer supported, making this irrelevant
|
|---|
| org.hibernate.boot.model.internal.HCANNHelper.annotatedElementSignature(XProperty) | |
|---|
| org.hibernate.boot.model.internal.HCANNHelper.getUnderlyingMember(XProperty) | |
|---|
| org.hibernate.boot.model.internal.QueryBinder.parseJdbcCall(String, List<String>, Supplier<RuntimeException>) | |
|---|
| org.hibernate.boot.model.relational.SqlStringGenerationContext.getIdentifierHelper() | |
|---|
| org.hibernate.boot.model.source.internal.hbm.ModelBinder.useEntityWhereClauseForCollections(MetadataBuildingContext) | |
|---|
| org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.isReferencedEntityAttribute() | no longer used, so this should be removed |
|---|
| org.hibernate.boot.model.TypeContributions.contributeType(BasicType<?>) | See discussion ofTypeContributor in User Guide. |
|---|
| org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.fromConfigSettings(Map) | No longer used/supported! |
|---|
| org.hibernate.boot.SessionFactoryBuilder.applyBatchFetchStyle(BatchFetchStyle) | : an appropriate style is selected |
|---|
| org.hibernate.boot.SessionFactoryBuilder.enableJpaListCompliance(boolean) | |
|---|
| org.hibernate.boot.spi.AdditionalMappingContributions.contributeBinding(JaxbHbmHibernateMapping) | hbm.xml mapping file support is deprecated. Use extended orm.xml bindings instead. |
|---|
| org.hibernate.boot.spi.InFlightMetadataCollector.addAttributeConverter(ConverterDescriptor) | |
|---|
| org.hibernate.boot.spi.InFlightMetadataCollector.addRegisteredConversion(RegisteredConversion) | |
|---|
| org.hibernate.boot.spi.InFlightMetadataCollector.addTypeDefinition(TypeDefinition) | |
|---|
| org.hibernate.boot.spi.InFlightMetadataCollector.getAttributeConverterAutoApplyHandler() | |
|---|
| org.hibernate.boot.spi.MetadataBuildingOptions.disallowExtensionsInCdi() | |
|---|
| org.hibernate.boot.spi.SessionFactoryOptions.getBatchFetchStyle() | : No longer used internally |
|---|
| org.hibernate.bytecode.enhance.spi.EnhancementContext.doDirtyCheckingInline(UnloadedClass) | Will be removed without replacement. See HHH-15641 |
|---|
| org.hibernate.bytecode.enhance.spi.EnhancementContext.hasLazyLoadableAttributes(UnloadedClass) | Will be removed without replacement. See HHH-15641 |
|---|
| org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.loadProxy(Class<?>, TypeCache.SimpleKey, Function<ByteBuddy, DynamicType.Builder<?>>) | |
|---|
| org.hibernate.bytecode.spi.BytecodeProvider.getReflectionOptimizer(Class, String[], String[], Class[]) | |
|---|
| org.hibernate.c3p0.internal.C3P0ConnectionProvider.close() | |
|---|
| org.hibernate.cache.internal.DisabledCaching.getCollectionRegionAccess(NavigableRole) | |
|---|
| org.hibernate.cache.internal.DisabledCaching.getEntityRegionAccess(NavigableRole) | |
|---|
| org.hibernate.cache.internal.DisabledCaching.getNaturalIdCacheRegionAccessStrategy(NavigableRole) | |
|---|
| org.hibernate.cache.internal.EnabledCaching.getCollectionRegionAccess(NavigableRole) | |
|---|
| org.hibernate.cache.internal.EnabledCaching.getEntityRegionAccess(NavigableRole) | |
|---|
| org.hibernate.cache.internal.EnabledCaching.getNaturalIdCacheRegionAccessStrategy(NavigableRole) | |
|---|
| org.hibernate.cache.spi.CacheImplementor.evictQueries() | only because it's currently never called |
|---|
| org.hibernate.cfg.Configuration.getSqlFunctions() | |
|---|
| org.hibernate.classic.Lifecycle.onLoad(Session, Serializable) | |
|---|
| org.hibernate.dialect.AbstractHANADialect.createVersion(DialectResolutionInfo) | |
|---|
| org.hibernate.dialect.AbstractTransactSQLDialect.replaceLtrimRtrim(TrimSpec, char) | |
|---|
| org.hibernate.dialect.DatabaseVersion.makeCopy() | |
|---|
| org.hibernate.dialect.Dialect.getCheckCondition(String, long[]) | |
|---|
| org.hibernate.dialect.Dialect.getDropTableString(String) | No longer used |
|---|
| org.hibernate.dialect.Dialect.getNoColumnsInsertString() | Override the method renderInsertIntoNoColumns() on the translator returned by this dialect. |
|---|
| org.hibernate.dialect.Dialect.getSelectClauseNullString(int, TypeConfiguration) | |
|---|
| org.hibernate.dialect.Dialect.inlineLiteral(String) | This is no longer called |
|---|
| org.hibernate.dialect.Dialect.isAnsiNullOn() | |
|---|
| org.hibernate.dialect.Dialect.isLockTimeoutParameterized() | This is never called, and since at least Hibernate 5 has just returnedfalse in every dialect. It will be removed. |
|---|
| org.hibernate.dialect.Dialect.supportsParametersInInsertSelect() | This seems to be supported on all platforms, and we don't call this except in test suite |
|---|
| org.hibernate.dialect.Dialect.trimPattern(TrimSpec, char) | |
|---|
| org.hibernate.dialect.DialectDelegateWrapper.getNoColumnsInsertString() | |
|---|
| org.hibernate.dialect.DialectDelegateWrapper.inlineLiteral(String) | |
|---|
| org.hibernate.dialect.DialectDelegateWrapper.isAnsiNullOn() | |
|---|
| org.hibernate.dialect.DialectDelegateWrapper.isLockTimeoutParameterized() | |
|---|
| org.hibernate.dialect.DialectDelegateWrapper.supportsParametersInInsertSelect() | |
|---|
| org.hibernate.dialect.H2SqlAstTranslator.visitReturningInsertStatement(TableInsertStandard) | |
|---|
| org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport.render(TableInsert, Consumer<String>, Consumer<ColumnReference>, H2IdentityColumnSupport.InsertValuesHandler, SessionFactoryImplementor) | |
|---|
| org.hibernate.dialect.identity.H2IdentityColumnSupport.render(TableInsert, Consumer<String>, Consumer<ColumnReference>, H2IdentityColumnSupport.InsertValuesHandler, SessionFactoryImplementor) | |
|---|
| org.hibernate.dialect.identity.IdentityColumnSupport.appendIdentitySelectToInsert(String) | |
|---|
| org.hibernate.dialect.identity.IdentityColumnSupport.buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) | |
|---|
| org.hibernate.dialect.MySQLDialect.createVersion(DialectResolutionInfo) | |
|---|
| org.hibernate.dialect.MySQLDialect.getCharacterSetBytesPerCharacter(DatabaseMetaData) | |
|---|
| org.hibernate.dialect.MySQLServerConfiguration.fromDatabaseMetadata(DatabaseMetaData) | |
|---|
| org.hibernate.dialect.MySQLSqlAstTranslator.getSqlType(CastTarget, Dialect) | |
|---|
| org.hibernate.dialect.OracleDialect.isAutonomous(DialectResolutionInfo) | |
|---|
| org.hibernate.dialect.OracleDialect.isExtended(DialectResolutionInfo) | |
|---|
| org.hibernate.dialect.pagination.Oracle12LimitHandler.processSql(String, boolean, LockOptions) | |
|---|
| org.hibernate.dialect.pagination.Oracle12LimitHandler.processSqlOffsetFetch(String, boolean) | |
|---|
| org.hibernate.dialect.PostgreSQLDialect.extractField(StringBuilder, TemporalUnit, TemporalType, TemporalType, TemporalUnit) | No longer used, and should be removed |
|---|
| org.hibernate.engine.internal.StatefulPersistenceContext.getCollectionEntries() | We should not expose this directly: the other accessors that have been created as a replacement have better chances of skipping initializing this map, which is a good performance improvement. |
|---|
| org.hibernate.engine.internal.StatefulPersistenceContext.getEntitiesByKey() | this will be removed: it provides too wide access, making it hard to optimise the internals for specific access needs. Consider using #iterateEntities instead. |
|---|
| org.hibernate.engine.internal.Versioning.seedVersion(Object[], int, EntityVersionMapping, SharedSessionContractImplementor) | |
|---|
| org.hibernate.engine.jdbc.batch.spi.BatchKey.getBatchedStatementCount() | With no replacement. No longer used |
|---|
| org.hibernate.engine.jdbc.batch.spi.BatchKey.getExpectation() | With no replacement. No longer used |
|---|
| org.hibernate.engine.jdbc.env.spi.JdbcEnvironment.getQualifiedObjectNameFormatter() | |
|---|
| org.hibernate.engine.jdbc.Size.getLobMultiplier() | |
|---|
| org.hibernate.engine.jdbc.Size.setLobMultiplier(Size.LobMultiplier) | |
|---|
| org.hibernate.engine.OptimisticLockStyle.getOldCode() | these integer codes have not been used for a long time |
|---|
| org.hibernate.engine.OptimisticLockStyle.interpretOldCode(int) | these integer codes have not been used for a long time |
|---|
| org.hibernate.engine.profile.Fetch.getStyle() | |
|---|
| org.hibernate.engine.profile.FetchProfile.addFetch(Association, String) | No longer used |
|---|
| org.hibernate.engine.profile.FetchProfile.isContainsJoinFetchedBag() | No longer used |
|---|
| org.hibernate.engine.profile.FetchProfile.isContainsJoinFetchedCollection() | No longer used |
|---|
| org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder.connectionReleaseMode() | |
|---|
| org.hibernate.engine.spi.CascadingAction.noCascade(EventSource, Object, EntityPersister, Type, int) | No longer used |
|---|
| org.hibernate.engine.spi.CascadingAction.requiresNoCascadeChecking() | No longer used |
|---|
| org.hibernate.engine.spi.LoadQueryInfluencers.getInternalFetchProfile() | |
|---|
| org.hibernate.engine.spi.LoadQueryInfluencers.setInternalFetchProfile(String) | |
|---|
| org.hibernate.engine.spi.PersistenceContext.getCollectionsByKey() | this method should be removed; alternative methods are available that better express the intent, allowing for better optimisations. Not aggressively removing this as it's an SPI, but also useful for testing and other contexts which are not performance sensitive. N.B. This might return an immutable map: do not use for mutations! |
|---|
| org.hibernate.engine.spi.PersistenceContext.proxyFor(EntityHolder) | |
|---|
| org.hibernate.engine.spi.PersistentAttributeInterceptor.attributeInitialized(String) | |
|---|
| org.hibernate.engine.spi.PersistentAttributeInterceptor.getInitializedLazyAttributeNames() | |
|---|
| org.hibernate.engine.spi.PersistentAttributeInterceptor.isAttributeLoaded(String) | |
|---|
| org.hibernate.engine.spi.SessionDelegatorBaseImpl.buildLockRequest(LockOptions) | |
|---|
| org.hibernate.engine.spi.SessionFactoryDelegatingImpl.getCollectionRolesByEntityParticipant(String) | |
|---|
| org.hibernate.engine.spi.SessionFactoryDelegatingImpl.getDeserializationResolver() | |
|---|
| org.hibernate.engine.spi.SessionFactoryDelegatingImpl.getFilterDefinition(String) | |
|---|
| org.hibernate.engine.spi.SessionFactoryDelegatingImpl.getMetamodel() | |
|---|
| org.hibernate.engine.spi.SessionFactoryDelegatingImpl.resolveParameterBindType(T) | |
|---|
| org.hibernate.engine.spi.SessionFactoryImplementor.getDeserializationResolver() | this is never called |
|---|
| org.hibernate.engine.spi.SessionFactoryImplementor.getIdentifierGenerator(String) | |
|---|
| org.hibernate.engine.spi.SessionFactoryImplementor.getMetamodel() | |
|---|
| org.hibernate.engine.spi.SessionFactoryImplementor.resolveParameterBindType(T) | |
|---|
| org.hibernate.engine.spi.SessionImplementor.delete(String, Object, boolean, DeleteContext) | OperationalContext should cover this overload I believe |
|---|
| org.hibernate.engine.spi.SessionImplementor.merge(String, Object, MergeContext) | OperationalContext should cover this overload I believe |
|---|
| org.hibernate.engine.spi.SessionImplementor.persist(String, Object, PersistContext) | OperationalContext should cover this overload I believe |
|---|
| org.hibernate.engine.spi.SessionImplementor.persistOnFlush(String, Object, PersistContext) | OperationalContext should cover this overload I believe |
|---|
| org.hibernate.engine.spi.SessionImplementor.refresh(String, Object, RefreshContext) | OperationalContext should cover this overload I believe |
|---|
| org.hibernate.engine.spi.SessionImplementor.removeOrphanBeforeUpdates(String, Object) | OperationalContext should cover this overload I believe |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.buildLockRequest(LockOptions) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.createNamedQuery(String) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.createNativeQuery(String) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.createQuery(String) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.delete(Object) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.getNamedNativeQuery(String) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.getNamedQuery(String) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.load(Class<T>, Object, LockMode) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.lock(String, Object, LockMode) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.refresh(String, Object) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.replicate(Object, ReplicationMode) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.save(Object) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.saveOrUpdate(Object) | |
|---|
| org.hibernate.engine.spi.SessionLazyDelegator.update(Object) | |
|---|
| org.hibernate.engine.spi.SharedSessionContractImplementor.getFlushMode() | there's no good reason to expose this here |
|---|
| org.hibernate.engine.spi.SharedSessionContractImplementor.isAutoCloseSessionEnabled() | there's no reason to expose this here |
|---|
| org.hibernate.engine.spi.SharedSessionContractImplementor.isEnforcingFetchGraph() | this is not used anywhere |
|---|
| org.hibernate.engine.spi.SharedSessionContractImplementor.setAutoClear(boolean) | there's no good reason to expose this here |
|---|
| org.hibernate.engine.spi.SharedSessionContractImplementor.setEnforcingFetchGraph(boolean) | this is not used anywhere |
|---|
| org.hibernate.engine.spi.SharedSessionContractImplementor.shouldAutoClose() | there's no reason to expose this here |
|---|
| org.hibernate.envers.Audited.auditParents() | Use@AuditOverride(forClass=SomeEntity.class) instead. |
|---|
| org.hibernate.envers.AuditReader.getCurrentRevision(Class<T>, boolean) | use RevisionListener instead. While this method is being deprecated, expect a new API for this in 6.0. |
|---|
| org.hibernate.envers.boot.internal.EnversServiceImpl.getAuditStrategy() | |
|---|
| org.hibernate.envers.query.internal.impl.AbstractAuditQuery.setLockMode(LockMode) | Instead use setLockOptions |
|---|
| org.hibernate.envers.strategy.AuditStrategy.perform(Session, String, EnversService, Object, Object, Object) | |
|---|
| org.hibernate.envers.strategy.AuditStrategy.performCollectionChange(Session, String, String, EnversService, PersistentCollectionChangeData, Object) | |
|---|
| org.hibernate.envers.strategy.internal.ValidityAuditStrategy.setRevisionTimestampGetter(Getter) | with no replacement. |
|---|
| org.hibernate.event.service.spi.EventListenerGroup.clear() | |
|---|
| org.hibernate.event.service.spi.EventListenerGroup.listeners() | |
|---|
| org.hibernate.exception.internal.StandardSQLExceptionConverter.addDelegate(SQLExceptionConversionDelegate) | |
|---|
| org.hibernate.Filter.getFilterDefinition() | There is no plan to remove this operation, but its use should be avoided since FilterDefinition is an SPI type, and so this operation is a layer-breaker. |
|---|
| org.hibernate.grammars.graph.GraphLanguageLexer.getTokenNames() | |
|---|
| org.hibernate.grammars.graph.GraphLanguageParser.getTokenNames() | |
|---|
| org.hibernate.grammars.hql.HqlLexer.getTokenNames() | |
|---|
| org.hibernate.grammars.hql.HqlParser.getTokenNames() | |
|---|
| org.hibernate.grammars.importsql.SqlScriptLexer.getTokenNames() | |
|---|
| org.hibernate.grammars.importsql.SqlScriptParser.getTokenNames() | |
|---|
| org.hibernate.grammars.ordering.OrderingLexer.getTokenNames() | |
|---|
| org.hibernate.grammars.ordering.OrderingParser.getTokenNames() | |
|---|
| org.hibernate.graph.GraphSemantic.fromJpaHintName(String) | |
|---|
| org.hibernate.graph.GraphSemantic.getJpaHintName() | |
|---|
| org.hibernate.id.Configurable.create(GeneratorCreationContext) | Added in 6.6 as a short-term work-around, but should really use on of the alternatives discussed at Configurable. See HHH-18615. |
|---|
| org.hibernate.id.enhanced.DatabaseStructure.getAllSqlForTests() | Exposed for tests only. |
|---|
| org.hibernate.id.enhanced.DatabaseStructure.prepare(Optimizer) | |
|---|
| org.hibernate.id.enhanced.OptimizerFactory.isPooledOptimizer(String) | No longer used |
|---|
| org.hibernate.id.enhanced.TableGenerator.getAllSqlForTests() | Exposed for tests only. |
|---|
| org.hibernate.id.factory.IdentifierGeneratorFactory.createIdentifierGenerator(String, Type, GeneratorCreationContext, Properties) | |
|---|
| org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory.createIdentifierGenerator(String, Type, GeneratorCreationContext, Properties) | |
|---|
| org.hibernate.id.IdentifierGenerator.supportsJdbcBatchInserts() | this method is no longer called |
|---|
| org.hibernate.id.IdentifierGeneratorHelper.getGeneratedIdentity(String, ResultSet, PostInsertIdentityPersister, WrapperOptions) | |
|---|
| org.hibernate.id.IncrementGenerator.getAllSqlForTests() | Exposed for tests only. |
|---|
| org.hibernate.id.insert.AbstractReturningDelegate.executeAndExtract(String, PreparedStatement, SharedSessionContractImplementor) | No longer used |
|---|
| org.hibernate.id.insert.AbstractSelectingDelegate.extractGeneratedValues(ResultSet, SharedSessionContractImplementor) | No substitute. |
|---|
| org.hibernate.IdentifierLoadAccess.with(RootGraph<T>) | |
|---|
| org.hibernate.integrator.spi.Integrator.integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) | - use |
|---|
| org.hibernate.Interceptor.findDirty(Object, Serializable, Object[], Object[], String[], Type[]) | |
|---|
| org.hibernate.Interceptor.getEntity(String, Serializable) | |
|---|
| org.hibernate.Interceptor.onCollectionRecreate(Object, Serializable) | |
|---|
| org.hibernate.Interceptor.onCollectionRemove(Object, Serializable) | |
|---|
| org.hibernate.Interceptor.onCollectionUpdate(Object, Serializable) | |
|---|
| org.hibernate.Interceptor.onDelete(Object, Serializable, Object[], String[], Type[]) | |
|---|
| org.hibernate.Interceptor.onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) | |
|---|
| org.hibernate.Interceptor.onLoad(Object, Serializable, Object[], String[], Type[]) | |
|---|
| org.hibernate.Interceptor.onSave(Object, Serializable, Object[], String[], Type[]) | |
|---|
| org.hibernate.internal.AbstractSharedSessionContract.addResultType(Class<T>, NativeQueryImplementor<T>) | |
|---|
| org.hibernate.internal.CoreMessageLogger.batchContainedStatementsOnRelease() | |
|---|
| org.hibernate.internal.CoreMessageLogger.disablingContextualLOBCreation(String) | |
|---|
| org.hibernate.internal.CoreMessageLogger.disablingContextualLOBCreationSinceConnectionNull() | |
|---|
| org.hibernate.internal.CoreMessageLogger.disablingContextualLOBCreationSinceCreateClobFailed(Throwable) | |
|---|
| org.hibernate.internal.CoreMessageLogger.disablingContextualLOBCreationSinceOldJdbcVersion(int) | |
|---|
| org.hibernate.internal.CoreMessageLogger.unableToExecuteBatch(Exception, String) | Useorg.hibernate.engine.jdbc.batch.JdbcBatchLogging#unableToExecuteBatch instead |
|---|
| org.hibernate.internal.CoreMessageLogger.unableToReleaseBatchStatement() | |
|---|
| org.hibernate.internal.CoreMessageLogger.unexpectedRowCounts() | |
|---|
| org.hibernate.internal.CoreMessageLogger.usingDialect(Dialect) | |
|---|
| org.hibernate.internal.FastSessionServices.getDefaultTimeZoneStorageStrategy() | |
|---|
| org.hibernate.internal.FastSessionServices.getMutationExecutorService() | |
|---|
| org.hibernate.internal.JdbcSessionContextImpl.getFetchSize() | |
|---|
| org.hibernate.internal.JdbcSessionContextImpl.getObserver() | |
|---|
| org.hibernate.internal.JdbcSessionContextImpl.getServiceRegistry() | |
|---|
| org.hibernate.internal.JdbcSessionContextImpl.getSessionFactory() | |
|---|
| org.hibernate.internal.SessionFactoryImpl.configuredInterceptor(Interceptor, SessionFactoryOptions) | |
|---|
| org.hibernate.internal.SessionFactoryImpl.getDeserializationResolver() | |
|---|
| org.hibernate.internal.SessionFactoryImpl.getGenerator(String) | |
|---|
| org.hibernate.internal.SessionFactoryImpl.getIdentifierGenerator(String) | |
|---|
| org.hibernate.internal.SessionImpl.buildLockRequest(LockOptions) | |
|---|
| org.hibernate.internal.SessionImpl.delete(Object) | |
|---|
| org.hibernate.internal.SessionImpl.isEnforcingFetchGraph() | |
|---|
| org.hibernate.internal.SessionImpl.load(Class<T>, Object) | |
|---|
| org.hibernate.internal.SessionImpl.refresh(String, Object) | |
|---|
| org.hibernate.internal.SessionImpl.save(Object) | |
|---|
| org.hibernate.internal.SessionImpl.saveOrUpdate(Object) | |
|---|
| org.hibernate.internal.SessionImpl.setEnforcingFetchGraph(boolean) | |
|---|
| org.hibernate.internal.SessionImpl.update(Object) | |
|---|
| org.hibernate.internal.util.ReflectHelper.classForName(String) | |
|---|
| org.hibernate.internal.util.ReflectHelper.getConstructor(Class<?>, Type[]) | no longer used, since we moved away from the Type interface |
|---|
| org.hibernate.jdbc.Expectations.appropriateExpectation(ExecuteUpdateResultCheckStyle) | |
|---|
| org.hibernate.jpa.spi.JpaCompliance.isJpaListComplianceEnabled() | |
|---|
| org.hibernate.loader.ast.spi.AfterLoadAction.afterLoad(SharedSessionContractImplementor, Object, Loadable) | |
|---|
| org.hibernate.loader.ast.spi.BatchLoaderFactory.createEntityBatchLoader(int, EntityMappingType, SessionFactoryImplementor) | |
|---|
| org.hibernate.loader.ast.spi.Loadable.isAffectedByEnabledFilters(LoadQueryInfluencers) | |
|---|
| org.hibernate.loader.ast.spi.Loadable.isAffectedByInfluencers(LoadQueryInfluencers) | |
|---|
| org.hibernate.loader.internal.NaturalIdLoadAccessImpl.using(Object...) | |
|---|
| org.hibernate.LockOptions.getAliasLockIterator() | |
|---|
| org.hibernate.LockOptions.getScope() | |
|---|
| org.hibernate.LockOptions.setScope(boolean) | |
|---|
| org.hibernate.mapping.Collection.getCustomSQLDeleteCheckStyle() | |
|---|
| org.hibernate.mapping.Collection.getCustomSQLInsertCheckStyle() | |
|---|
| org.hibernate.mapping.Collection.getCustomSQLUpdateCheckStyle() | |
|---|
| org.hibernate.mapping.Column.checkConstraint() | |
|---|
| org.hibernate.mapping.Column.getCheckConstraint() | |
|---|
| org.hibernate.mapping.Column.getSqlType(TypeConfiguration, Dialect, Mapping) | |
|---|
| org.hibernate.mapping.Column.setCheckConstraint(String) | |
|---|
| org.hibernate.mapping.Component.getPropertyIterator() | |
|---|
| org.hibernate.mapping.Constraint.generatedConstraintNamePrefix() | No longer used, should be removed |
|---|
| org.hibernate.mapping.Constraint.generateName(String, Table, Column...) | |
|---|
| org.hibernate.mapping.Constraint.hashedName(String) | Only used from deprecated methods |
|---|
| org.hibernate.mapping.Constraint.isGenerated(Dialect) | No longer used |
|---|
| org.hibernate.mapping.Constraint.sqlConstraintString(SqlStringGenerationContext, String, String, String) | this method is no longer called |
|---|
| org.hibernate.mapping.DenormalizedTable.getUniqueKeyIterator() | |
|---|
| org.hibernate.mapping.FetchProfile.addFetch(String, String, String) | |
|---|
| org.hibernate.mapping.FetchProfile.Fetch.getStyle() | |
|---|
| org.hibernate.mapping.ForeignKey.generatedConstraintNamePrefix() | |
|---|
| org.hibernate.mapping.ForeignKey.isCascadeDeleteEnabled() | |
|---|
| org.hibernate.mapping.ForeignKey.setCascadeDeleteEnabled(boolean) | |
|---|
| org.hibernate.mapping.ForeignKey.sqlConstraintString(SqlStringGenerationContext, String, String, String) | |
|---|
| org.hibernate.mapping.Index.addColumns(List<Column>) | |
|---|
| org.hibernate.mapping.Index.buildSqlCreateIndexString(Dialect, String, String, List<Column>, Map<Column, String>, boolean) | This method will be removed in the next release |
|---|
| org.hibernate.mapping.Index.buildSqlDropIndexString(String, String) | This method will be removed in the next release |
|---|
| org.hibernate.mapping.Index.containsColumn(Column) | |
|---|
| org.hibernate.mapping.Index.getColumnOrderMap() | |
|---|
| org.hibernate.mapping.Index.getColumns() | |
|---|
| org.hibernate.mapping.Join.getCustomSQLDeleteCheckStyle() | |
|---|
| org.hibernate.mapping.Join.getCustomSQLInsertCheckStyle() | |
|---|
| org.hibernate.mapping.Join.getCustomSQLUpdateCheckStyle() | |
|---|
| org.hibernate.mapping.Join.getPropertyIterator() | |
|---|
| org.hibernate.mapping.KeyValue.createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) | |
|---|
| org.hibernate.mapping.OneToOne.getConstraintColumnIterator() | |
|---|
| org.hibernate.mapping.PersistentClass.getCustomSQLDeleteCheckStyle() | |
|---|
| org.hibernate.mapping.PersistentClass.getCustomSQLInsertCheckStyle() | |
|---|
| org.hibernate.mapping.PersistentClass.getCustomSQLUpdateCheckStyle() | |
|---|
| org.hibernate.mapping.PersistentClass.getOptimisticLockMode() | |
|---|
| org.hibernate.mapping.PersistentClass.getSubclassProperty(String) | This will be removed with no replacement. |
|---|
| org.hibernate.mapping.PersistentClass.isCachingExplicitlyRequested() | UsePersistentClass.isCached instead |
|---|
| org.hibernate.mapping.PersistentClass.setCachingExplicitlyRequested(boolean) | |
|---|
| org.hibernate.mapping.PersistentClass.setOptimisticLockMode(int) | |
|---|
| org.hibernate.mapping.PrimaryKey.generatedConstraintNamePrefix() | |
|---|
| org.hibernate.mapping.PrimaryKey.sqlConstraintString(SqlStringGenerationContext, String, String, String) | |
|---|
| org.hibernate.mapping.Property.getAccessorPropertyName(RepresentationMode) | this method is no longer used |
|---|
| org.hibernate.mapping.Property.isPrimitive(Class<?>) | this method is no longer used |
|---|
| org.hibernate.mapping.Selectable.getAlias(Dialect) | new read-by-position paradigm means that these generated aliases are no longer needed |
|---|
| org.hibernate.mapping.SimpleValue.getConstraintColumnIterator() | |
|---|
| org.hibernate.mapping.SimpleValue.getIdentifierGeneratorProperties() | |
|---|
| org.hibernate.mapping.SimpleValue.isCascadeDeleteEnabled() | |
|---|
| org.hibernate.mapping.SimpleValue.setCascadeDeleteEnabled(boolean) | |
|---|
| org.hibernate.mapping.SimpleValue.setIdentifierGeneratorProperties(Properties) | |
|---|
| org.hibernate.mapping.Table.addCheckConstraint(String) | |
|---|
| org.hibernate.mapping.Table.addInitCommand(InitCommand) | |
|---|
| org.hibernate.mapping.Table.createUniqueKey(List<Column>) | |
|---|
| org.hibernate.mapping.Table.getCheckConstraints() | No longer used, should be removed |
|---|
| org.hibernate.mapping.Table.getCheckConstraintsIterator() | No longer used, should be removed |
|---|
| org.hibernate.mapping.Table.getForeignKeyIterator() | No longer used, should be removed |
|---|
| org.hibernate.mapping.Table.getUniqueKeyIterator() | No longer used, should be removed |
|---|
| org.hibernate.mapping.Table.qualify(String, String, String) | |
|---|
| org.hibernate.mapping.Table.sqlAlterStrings(Dialect, Metadata, TableInformation, SqlStringGenerationContext) | |
|---|
| org.hibernate.mapping.UniqueKey.generatedConstraintNamePrefix() | |
|---|
| org.hibernate.mapping.UniqueKey.sqlConstraintString(SqlStringGenerationContext, String, String, String) | |
|---|
| org.hibernate.metadata.ClassMetadata.getIdentifier(Object) | |
|---|
| org.hibernate.metadata.ClassMetadata.getPropertyValuesToInsert(Object, Map<Object, Object>, SessionImplementor) | Use the form accepting SharedSessionContractImplementor instead |
|---|
| org.hibernate.metadata.ClassMetadata.instantiate(Object, SessionImplementor) | Use the form accepting SharedSessionContractImplementor instead |
|---|
| org.hibernate.metadata.ClassMetadata.setIdentifier(Object, Object, SessionImplementor) | |
|---|
| org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart.getDiscriminatorPart() | |
|---|
| org.hibernate.metamodel.mapping.EntityMappingType.extractConcreteTypeStateValues(Map<AttributeMapping, DomainResultAssembler>, RowProcessingState) | |
|---|
| org.hibernate.metamodel.mapping.EntityMappingType.getContributor() | |
|---|
| org.hibernate.metamodel.mapping.EntityMappingType.pruneForSubclasses(TableGroup, Set<String>) | |
|---|
| org.hibernate.metamodel.mapping.FilterRestrictable.applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) | |
|---|
| org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList.getSingularAttributeMapping(int) | should be removed |
|---|
| org.hibernate.metamodel.mapping.Restrictable.applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) | |
|---|
| org.hibernate.metamodel.MappingMetamodel.locateEntityPersister(Class<?>) | |
|---|
| org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap.convertToMap() | Higly inefficient - do not use; this exists to support other deprecated methods and will be removed. |
|---|
| org.hibernate.metamodel.RuntimeMetamodels.getEmbedded(String) | |
|---|
| org.hibernate.metamodel.spi.MetamodelImplementor.collectionPersister(String) | |
|---|
| org.hibernate.metamodel.spi.MetamodelImplementor.collectionPersisters() | |
|---|
| org.hibernate.metamodel.spi.MetamodelImplementor.entityPersister(Class<?>) | |
|---|
| org.hibernate.metamodel.spi.MetamodelImplementor.entityPersisters() | |
|---|
| org.hibernate.metamodel.spi.MetamodelImplementor.getCollectionRolesByEntityParticipant(String) | |
|---|
| org.hibernate.metamodel.spi.MetamodelImplementor.getEntityNameResolvers() | |
|---|
| org.hibernate.MultiIdentifierLoadAccess.with(RootGraph<T>) | |
|---|
| org.hibernate.NaturalIdLoadAccess.using(Object...) | |
|---|
| org.hibernate.NaturalIdMultiLoadAccess.compoundValue(Object...) | |
|---|
| org.hibernate.NaturalIdMultiLoadAccess.with(RootGraph<T>) | |
|---|
| org.hibernate.persister.collection.AbstractCollectionPersister.decrementIndexByBase(Object) | No longer used. |
|---|
| org.hibernate.persister.collection.AbstractCollectionPersister.getCollectionMetadata() | |
|---|
| org.hibernate.persister.collection.AbstractCollectionPersister.getIdentifierGenerator() | |
|---|
| org.hibernate.persister.collection.CollectionPersister.getCollectionMetadata() | This operation is no longer called by Hibernate. |
|---|
| org.hibernate.persister.collection.CollectionPersister.getCollectionType() | |
|---|
| org.hibernate.persister.collection.CollectionPersister.getElementColumnAliases(String) | Read-by-position makes this irrelevant. Currently still used by SQLQueryParser |
|---|
| org.hibernate.persister.collection.CollectionPersister.getElementType() | |
|---|
| org.hibernate.persister.collection.CollectionPersister.getIdentifierColumnAlias(String) | Read-by-position makes this irrelevant. Currently still used by SQLQueryParser |
|---|
| org.hibernate.persister.collection.CollectionPersister.getIdentifierGenerator() | |
|---|
| org.hibernate.persister.collection.CollectionPersister.getIdentifierType() | |
|---|
| org.hibernate.persister.collection.CollectionPersister.getIndexColumnAliases(String) | Read-by-position makes this irrelevant. Currently still used by SQLQueryParser |
|---|
| org.hibernate.persister.collection.CollectionPersister.getIndexType() | |
|---|
| org.hibernate.persister.collection.CollectionPersister.getKeyColumnAliases(String) | Read-by-position makes this irrelevant. Currently still used by SQLQueryParser |
|---|
| org.hibernate.persister.collection.CollectionPersister.getKeyType() | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.dehydrate(Object, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SharedSessionContractImplementor, int, boolean) | No longer used. |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.generateDeleteString(int) | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.generateSQLDeleteStrings(Object[]) | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getClassMetadata() | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getDiscriminatorAlias() | Hibernate no longer uses aliases to read from result sets |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getElementTypeDescriptor() | With no replacement. |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getIdentifierGenerator() | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getLazyPropertyColumnAliases() | Hibernate no longer uses aliases to read from result sets |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getPropertyType(String) | by the supertypes |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getSQLDeleteStrings() | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getSQLUpdateStrings() | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getSubclassColumnAliasClosure() | Hibernate no longer uses aliases to read from result sets |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getSubclassFormulaAliasClosure() | Hibernate no longer uses aliases to read from result sets |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getSubclassPropertyColumnAliases(String, String) | Hibernate no longer uses aliases to read from result sets |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getTableMappingsCount() | this method is no longer used |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getTableName(int) | Only ever used from places where we really want to use |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.getTableUpdateNeeded(int[], boolean) | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.initSubclassPropertyAliasesMap(PersistentClass) | Hibernate no longer uses aliases to read from result sets |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isAllNull(Object[], int) | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isAllOrDirtyOptLocking() | this method is no longer used |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isBatchable() | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isDeleteCallable(int) | With no replacement |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isInsertCallable(int) | With no replacement |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isInverseSubclassTable(int) | No longer used |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isMultiTable() | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isSelectable(FetchParent, Fetchable) | |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isSubclassTableSequentialSelect(int) | With no replacement |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isTableCascadeDeleteEnabled(int) | No longer used |
|---|
| org.hibernate.persister.entity.AbstractEntityPersister.isUpdateCallable(int) | With no replacement |
|---|
| org.hibernate.persister.entity.EntityPersister.canExtractIdOutOfEntity() | This feature is no longer supported |
|---|
| org.hibernate.persister.entity.EntityPersister.delete(Object, Object, Object, SharedSessionContractImplementor) | |
|---|
| org.hibernate.persister.entity.EntityPersister.getClassMetadata() | This operation is no longer called by Hibernate. |
|---|
| org.hibernate.persister.entity.EntityPersister.getIdentifierGenerator() | |
|---|
| org.hibernate.persister.entity.EntityPersister.getPropertyType(String) | |
|---|
| org.hibernate.persister.entity.EntityPersister.getPropertyValue(Object, int) | |
|---|
| org.hibernate.persister.entity.EntityPersister.getPropertyValues(Object) | |
|---|
| org.hibernate.persister.entity.EntityPersister.hasCache() | |
|---|
| org.hibernate.persister.entity.EntityPersister.insert(Object, Object[], Object, SharedSessionContractImplementor) | |
|---|
| org.hibernate.persister.entity.EntityPersister.load(Object, Object, LockMode, SharedSessionContractImplementor, Boolean) | |
|---|
| org.hibernate.persister.entity.EntityPersister.merge(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) | |
|---|
| org.hibernate.persister.entity.EntityPersister.processInsertGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) | |
|---|
| org.hibernate.persister.entity.EntityPersister.processUpdateGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) | |
|---|
| org.hibernate.persister.entity.EntityPersister.setPropertyValue(Object, int, Object) | |
|---|
| org.hibernate.persister.entity.EntityPersister.setPropertyValues(Object, Object[]) | |
|---|
| org.hibernate.persister.entity.EntityPersister.update(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) | |
|---|
| org.hibernate.persister.entity.Loadable.getDiscriminatorColumnName() | |
|---|
| org.hibernate.persister.entity.Loadable.getDiscriminatorValue() | |
|---|
| org.hibernate.persister.entity.Loadable.getSubclassForDiscriminatorValue(Object) | |
|---|
| org.hibernate.persister.entity.Loadable.hasSubclasses() | |
|---|
| org.hibernate.persister.entity.mutation.EntityMutationTarget.getIdentityInsertDelegate() | |
|---|
| org.hibernate.persister.entity.mutation.InsertCoordinatorStandard.getInsertBatchKey() | |
|---|
| org.hibernate.persister.entity.Queryable.isMultiTable() | |
|---|
| org.hibernate.persister.entity.SingleTableEntityPersister.getSubclassClosure() | No longer used. |
|---|
| org.hibernate.persister.spi.PersisterFactory.createCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) | |
|---|
| org.hibernate.persister.spi.PersisterFactory.createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) | |
|---|
| org.hibernate.proxool.internal.ProxoolConnectionProvider.close() | |
|---|
| org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper.buildUnloadedProxy(Class<?>, Class<?>[]) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.arrayContainsAll(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.arrayContainsAllNullable(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.arrayOverlaps(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.arrayOverlapsNullable(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.criteria.HibernateCriteriaBuilder.collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.arrayContainsAll(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.arrayContainsAllNullable(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.arrayOverlaps(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.arrayOverlapsNullable(Expression<T[]>, Expression<T[]>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate.collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) | |
|---|
| org.hibernate.query.hql.spi.SqmQueryImplementor.setResultTransformer(ResultTransformer<T>) | |
|---|
| org.hibernate.query.NativeQuery.setResultTransformer(ResultTransformer<S>) | |
|---|
| org.hibernate.query.Query.setResultTransformer(ResultTransformer<T>) | |
|---|
| org.hibernate.query.QueryProducer.createNamedQuery(String) | |
|---|
| org.hibernate.query.QueryProducer.createNamedSelectionQuery(String) | |
|---|
| org.hibernate.query.QueryProducer.createNativeQuery(String) | |
|---|
| org.hibernate.query.QueryProducer.createQuery(String) | |
|---|
| org.hibernate.query.QueryProducer.createSelectionQuery(String) | |
|---|
| org.hibernate.query.QueryProducer.getNamedNativeQuery(String) | |
|---|
| org.hibernate.query.QueryProducer.getNamedQuery(String) | |
|---|
| org.hibernate.query.SelectionQuery.setAliasSpecificLockMode(String, LockMode) | |
|---|
| org.hibernate.query.spi.AbstractSelectionQuery.setAliasSpecificLockMode(String, LockMode) | |
|---|
| org.hibernate.query.spi.QueryImplementor.setResultTransformer(ResultTransformer<T>) | |
|---|
| org.hibernate.query.spi.QueryProducerImplementor.createNamedQuery(String) | |
|---|
| org.hibernate.query.spi.QueryProducerImplementor.createNativeQuery(String) | |
|---|
| org.hibernate.query.spi.QueryProducerImplementor.createQuery(String) | |
|---|
| org.hibernate.query.spi.QueryProducerImplementor.getNamedNativeQuery(String) | |
|---|
| org.hibernate.query.sql.internal.NativeQueryImpl.setResultTransformer(ResultTransformer<S>) | |
|---|
| org.hibernate.query.sql.spi.NativeQueryImplementor.setResultTransformer(ResultTransformer<T>) | |
|---|
| org.hibernate.query.sqm.function.FunctionRenderer.render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) | |
|---|
| org.hibernate.query.sqm.function.FunctionRenderingSupport.render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) | |
|---|
| org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression.getRenderer() | |
|---|
| org.hibernate.query.sqm.function.SelfRenderingSqmFunction.getRenderingSupport() | |
|---|
| org.hibernate.query.sqm.function.SelfRenderingSqmFunction.resolveResultType(TypeConfiguration) | |
|---|
| org.hibernate.query.sqm.internal.SqmSelectionQueryImpl.setAliasSpecificLockMode(String, LockMode) | |
|---|
| org.hibernate.query.sqm.internal.SqmUtil.isFkOptimizationAllowed(SqmPath<?>) | |
|---|
| org.hibernate.query.sqm.produce.function.ArgumentsValidator.validate(List<? extends SqmTypedNode<?>>, String, QueryEngine) | |
|---|
| org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver.resolveFunctionReturnType(ReturnableType<?>, List<? extends SqmTypedNode<?>>, TypeConfiguration) | |
|---|
| org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor.setAliasSpecificLockMode(String, LockMode) | |
|---|
| org.hibernate.query.sqm.sql.SqmTranslatorFactory.createInsertTranslator(SqmInsertStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) | |
|---|
| org.hibernate.query.sqm.sql.SqmTranslatorFactory.createSimpleDeleteTranslator(SqmDeleteStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) | |
|---|
| org.hibernate.query.sqm.sql.SqmTranslatorFactory.createSimpleUpdateTranslator(SqmUpdateStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) | |
|---|
| org.hibernate.query.sqm.tree.from.SqmAttributeJoin.makeCopy(SqmCreationProcessingState) | |
|---|
| org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery.setResultType(Class<T>) | Don't use this method. It has no effect. |
|---|
| org.hibernate.QueryException.wrapWithQueryString(String) | This method is no longer used |
|---|
| org.hibernate.resource.jdbc.spi.JdbcSessionContext.getFetchSize() | this is never called, and luckily so, because it's not null-safe |
|---|
| org.hibernate.resource.jdbc.spi.JdbcSessionContext.getObserver() | |
|---|
| org.hibernate.resource.jdbc.spi.JdbcSessionContext.getServiceRegistry() | |
|---|
| org.hibernate.resource.jdbc.spi.JdbcSessionContext.getSessionFactory() | exposing this here seems to kinda defeat the purpose of this SPI |
|---|
| org.hibernate.Session.buildLockRequest(LockOptions) | |
|---|
| org.hibernate.Session.createNamedQuery(String) | |
|---|
| org.hibernate.Session.createQuery(String) | |
|---|
| org.hibernate.Session.delete(Object) | |
|---|
| org.hibernate.Session.load(Class<T>, Object, LockMode) | |
|---|
| org.hibernate.Session.lock(String, Object, LockMode) | |
|---|
| org.hibernate.Session.LockRequest.getScope() | |
|---|
| org.hibernate.Session.LockRequest.lock(String, Object) | |
|---|
| org.hibernate.Session.LockRequest.setScope(boolean) | |
|---|
| org.hibernate.Session.refresh(String, Object) | |
|---|
| org.hibernate.Session.replicate(Object, ReplicationMode) | With no real replacement |
|---|
| org.hibernate.Session.save(Object) | |
|---|
| org.hibernate.Session.saveOrUpdate(Object) | |
|---|
| org.hibernate.Session.update(Object) | |
|---|
| org.hibernate.SessionBuilder.tenantIdentifier(String) | |
|---|
| org.hibernate.SessionFactory.getFilterDefinition(String) | There is no plan to remove this operation, but its use should be avoided since FilterDefinition is an SPI type, and so this operation is a layer-breaker. |
|---|
| org.hibernate.SessionFactory.getSessionFactoryOptions() | There is no plan to remove this operation, but its use should be avoided since SessionFactoryOptions is an SPI type, and so this operation is a layer-breaker. |
|---|
| org.hibernate.SharedSessionBuilder.connectionReleaseMode() | |
|---|
| org.hibernate.SharedSessionBuilder.tenantIdentifier(String) | |
|---|
| org.hibernate.spi.NavigablePath.calculateIdMapperFullPath(NavigablePath, String, String) | No longer used |
|---|
| org.hibernate.spi.NavigablePath.calculateRootFullPath(NavigablePath, String, String) | No longer used |
|---|
| org.hibernate.spi.TreatedNavigablePath.calculateTreatedFullPath(NavigablePath, String, String) | No longer used |
|---|
| org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.getCastTypeName(SqlTypedMapping, SessionFactoryImplementor) | |
|---|
| org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.getFromDual() | |
|---|
| org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.getSqlTypeName(SqlTypedMapping, SessionFactoryImplementor) | |
|---|
| org.hibernate.sql.ast.SqlAstTranslatorFactory.buildDeleteTranslator(SessionFactoryImplementor, DeleteStatement) | |
|---|
| org.hibernate.sql.ast.SqlAstTranslatorFactory.buildInsertTranslator(SessionFactoryImplementor, InsertStatement) | |
|---|
| org.hibernate.sql.ast.SqlAstTranslatorFactory.buildUpdateTranslator(SessionFactoryImplementor, UpdateStatement) | |
|---|
| org.hibernate.sql.exec.spi.Callback.invokeAfterLoadActions(SharedSessionContractImplementor, Object, Loadable) | |
|---|
| org.hibernate.sql.exec.spi.JdbcOperationQuery.getFilterJdbcParameters() | No longer used. |
|---|
| org.hibernate.sql.exec.spi.JdbcSelectExecutor.executeQuery(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, Function<String, PreparedStatement>, ResultsConsumer<T, R>) | |
|---|
| org.hibernate.sql.model.ast.MutationGroup.forEachTableMutation(BiConsumer<Integer, M>) | |
|---|
| org.hibernate.sql.model.ast.MutationGroup.getTableMutation(String) | |
|---|
| org.hibernate.sql.model.MutationOperationGroup.forEachOperation(BiConsumer<Integer, O>) | Will be removed. Use the other methods to visit each operation. |
|---|
| org.hibernate.sql.model.MutationOperationGroup.hasMatching(BiFunction<Integer, O, Boolean>) | Will be removed. Use the other methods to visit each operation. |
|---|
| org.hibernate.sql.results.caching.QueryCachePutManager.finishUp(SharedSessionContractImplementor) | |
|---|
| org.hibernate.sql.results.internal.InitializersList.asList() | |
|---|
| org.hibernate.stat.Statistics.getStartTime() | |
|---|
| org.hibernate.StatelessSessionBuilder.tenantIdentifier(String) | |
|---|
| org.hibernate.testing.transaction.TransactionUtil.setJdbcTimeout(Session) | |
|---|
| org.hibernate.tool.schema.internal.StandardTableExporter.applyComments(Table, QualifiedTableName, List<String>) | |
|---|
| org.hibernate.tool.schema.spi.ExecutionOptions.getSchemaFilter() | |
|---|
| org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.buildExecutionOptions(Map<String, Object>, SchemaFilter, ExceptionHandler) | |
|---|
| org.hibernate.tuple.IdentifierAttribute.getIdentifierGenerator() | |
|---|
| org.hibernate.tuple.NonIdentifierAttribute.isDirtyCheckable(boolean) | |
|---|
| org.hibernate.type.CollectionType.getElementsIterator(Object, SharedSessionContractImplementor) | |
|---|
| org.hibernate.type.ComponentType.getPropertyValueGenerationStrategies() | |
|---|
| org.hibernate.type.descriptor.DateTimeUtils.appendAsTime(SqlAppender, Date) | |
|---|
| org.hibernate.type.descriptor.DateTimeUtils.appendAsTimestampWithMicros(SqlAppender, Calendar, TimeZone) | |
|---|
| org.hibernate.type.descriptor.DateTimeUtils.roundToDefaultPrecision(T, Dialect) | |
|---|
| org.hibernate.type.descriptor.java.JavaType.createJavaType(ParameterizedType) | |
|---|
| org.hibernate.type.descriptor.jdbc.JdbcType.addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) | |
|---|
| org.hibernate.type.descriptor.sql.DdlType.getCastTypeName(JdbcType, JavaType<?>) | |
|---|
| org.hibernate.type.descriptor.sql.DdlType.getRawTypeName() | not appropriate for named enum or array types |
|---|
| org.hibernate.type.descriptor.sql.DdlType.getRawTypeNames() | not appropriate for named enum or array types |
|---|
| org.hibernate.type.descriptor.sql.DdlType.getTypeName(Size) | |
|---|
| org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.getRawTypeNames() | |
|---|
| org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry.getTypeName(int, Size) | |
|---|
| org.hibernate.type.SerializableToBlobType.setJavaTypeDescriptor(JavaType<T>) | |
|---|
| org.hibernate.type.spi.TypeConfiguration.getMetadataBuildingContext() | This operation is not very typesafe, and we're migrating away from its use |
|---|
| org.hibernate.type.spi.TypeConfiguration.getServiceRegistry() | |
|---|
| org.hibernate.type.spi.TypeConfiguration.getSessionFactory() | This operation is not very typesafe, and we're migrating away from its use |
|---|
| org.hibernate.type.Type.beforeAssemble(Serializable, SharedSessionContractImplementor) | Is not called anymore |
|---|