org.hibernate.cfg.Mappings.addUniqueConstraints(Table, List)
|
org.hibernate.dialect.Dialect.appendLockHint(LockMode, String)
use appendLockHint(LockOptions,String) instead
|
org.hibernate.type.TypeFactory.array(String, String, boolean, Class)
|
org.hibernate.jpa.boot.spi.InputStreamAccess.asNamedInputStream()
Needed until we can remove NamedInputStream
|
org.hibernate.SharedSessionBuilder.autoClose()
|
org.hibernate.SessionBuilder.autoClose(boolean)
Only integrations can specify autoClosing behavior of individual sessions. See
SessionOwner
|
org.hibernate.type.TypeFactory.bag(String, String, boolean)
|
org.hibernate.dialect.Dialect.bindLimitParametersFirst()
|
org.hibernate.dialect.Dialect.bindLimitParametersInReverseOrder()
|
org.hibernate.jpa.internal.metamodel.MetamodelImpl.buildMetamodel(Iterator, SessionFactoryImplementor)
|
org.hibernate.id.enhanced.OptimizerFactory.buildOptimizer(String, Class, int)
|
org.hibernate.cfg.Configuration.buildSessionFactory()
|
org.hibernate.dialect.Dialect.buildSQLExceptionConverter()
|
org.hibernate.tuple.PropertyFactory.buildStandardProperty(Property, boolean) |
org.hibernate.cfg.annotations.TableBinder.buildUniqueConstraints(UniqueConstraint[])
|
org.hibernate.engine.config.spi.ConfigurationService.cast(Class, Object)
No idea why this is exposed here...
|
org.hibernate.c3p0.internal.C3P0ConnectionProvider.close()
|
org.hibernate.proxool.internal.ProxoolConnectionProvider.close()
|
org.hibernate.StatelessSession.connection()
just missed when deprecating same method from Session
|
org.hibernate.dialect.Dialect.convertToFirstRowValue(int)
|
org.hibernate.envers.query.criteria.AuditId.count(String)
|
org.hibernate.criterion.ProjectionList.create()
an instance factory method does not make sense
|
org.hibernate.hql.internal.ast.util.ASTUtil.create(ASTFactory, int, String)
silly
|
org.hibernate.Criteria.createAlias(String, String, int)
|
org.hibernate.criterion.DetachedCriteria.createAlias(String, String, int)
|
org.hibernate.Criteria.createAlias(String, String, int, Criterion)
|
org.hibernate.criterion.DetachedCriteria.createAlias(String, String, int, Criterion)
|
org.hibernate.Criteria.createCriteria(String, int)
|
org.hibernate.criterion.DetachedCriteria.createCriteria(String, int)
|
org.hibernate.Criteria.createCriteria(String, String, int)
|
org.hibernate.criterion.DetachedCriteria.createCriteria(String, String, int)
|
org.hibernate.Criteria.createCriteria(String, String, int, Criterion)
|
org.hibernate.criterion.DetachedCriteria.createCriteria(String, String, int, Criterion)
|
org.hibernate.id.IdentifierGeneratorHelper.createNumber(long, Class)
|
org.hibernate.type.TypeFactory.custom(Class, Properties, TypeFactory.TypeScope)
|
org.hibernate.type.TypeFactory.customCollection(String, Properties, String, String, boolean)
|
org.hibernate.type.TypeFactory.customComponent(Class, Properties, TypeFactory.TypeScope)
|
org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper.determineImplicitName(NamingStrategy) |
org.hibernate.persister.collection.AbstractCollectionPersister.doProcessQueuedOps(PersistentCollection, Serializable, int, SessionImplementor)
|
org.hibernate.SessionFactory.evict(Class)
|
org.hibernate.SessionFactory.evict(Class, Serializable)
|
org.hibernate.SessionFactory.evictCollection(String)
|
org.hibernate.SessionFactory.evictCollection(String, Serializable)
|
org.hibernate.SessionFactory.evictEntity(String)
|
org.hibernate.SessionFactory.evictEntity(String, Serializable)
|
org.hibernate.SessionFactory.evictQueries()
|
org.hibernate.SessionFactory.evictQueries(String)
|
org.hibernate.cfg.annotations.TableBinder.fillTable(String, String, String, String, boolean, List, String, Table, Mappings)
Use TableBinder.buildAndFillTable(java.lang.String, java.lang.String, org.hibernate.cfg.ObjectNameSource, org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper, boolean, java.util.List<org.hibernate.cfg.UniqueConstraintHolder>, java.util.List<org.hibernate.cfg.JPAIndexHolder>, java.lang.String, org.hibernate.mapping.Table, org.hibernate.cfg.Mappings, java.lang.String) instead.
|
org.hibernate.dialect.Dialect.forceLimitUsage()
|
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.fromConfigSettings(Map)
No longer used/supported!
|
org.hibernate.type.Type.fromXMLNode(Node, Mapping)
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.usertype.EnhancedUserType.fromXMLString(String)
|
org.hibernate.cfg.Configuration.generateSchemaUpdateScript(Dialect, DatabaseMetadata)
|
org.hibernate.Session.get(Class, Serializable, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.Session.get(String, Serializable, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.dialect.Dialect.getAddUniqueConstraintString(String)
|
org.hibernate.engine.spi.SessionFactoryImplementor.getConnectionProvider()
|
org.hibernate.engine.jdbc.spi.JdbcServices.getConnectionProvider()
|
org.hibernate.hql.internal.ast.util.ASTUtil.getConstantName(Class, int)
Use #getTokenTypeName instead
|
org.hibernate.dialect.Dialect.getCreateSequenceStrings(String)
|
org.hibernate.hql.internal.ast.tree.ConstructorNode.getDataType()
(tell clover to ignore this method)
|
org.hibernate.cache.ehcache.management.impl.HibernateStatsImpl.getDBSQLExecutionSample()
DO NOT USE, WILL ONLY THROW AT YOU!
|
org.hibernate.action.internal.EntityIdentityInsertAction.getDelayedEntityKey()
No Hibernate code currently uses this method
|
org.hibernate.engine.spi.SessionImplementor.getEnabledFilters()
use #getLoadQueryInfluencers instead
|
org.hibernate.engine.spi.PersistenceContext.getEntityEntries()
|
org.hibernate.type.CharBooleanType.getFalseString()
Pass the true/false values into constructor instead.
|
org.hibernate.metamodel.binding.AssociationAttributeBinding.getFetchMode() |
org.hibernate.engine.spi.SessionImplementor.getFetchProfile()
use #getLoadQueryInfluencers instead
|
org.hibernate.engine.spi.SessionImplementor.getFilterParameterType(String)
use #getLoadQueryInfluencers instead
|
org.hibernate.engine.spi.SessionImplementor.getFilterParameterValue(String)
use #getLoadQueryInfluencers instead
|
org.hibernate.tuple.entity.EntityTuplizer.getIdentifier(Object)
|
org.hibernate.persister.entity.EntityPersister.getIdentifier(Object)
|
org.hibernate.metadata.ClassMetadata.getIdentifier(Object)
|
org.hibernate.engine.spi.Mapping.getIdentifierGeneratorFactory()
temporary solution
|
org.hibernate.dialect.Dialect.getLimitString(String, boolean)
|
org.hibernate.dialect.Dialect.getLimitString(String, int, int)
|
org.hibernate.sql.Select.getLockMode()
Instead use getLockOptions
|
org.hibernate.engine.query.spi.ParameterMetadata.getNamedParameterExpectedType(String)
|
org.hibernate.engine.query.spi.ParameterMetadata.getNamedParameterSourceLocations(String)
|
org.hibernate.cfg.Mappings.getNamingStrategy()
|
org.hibernate.cfg.ObjectNameNormalizer.getNamingStrategy()
|
org.hibernate.tuple.AbstractAttribute.getNode() |
org.hibernate.tuple.Property.getNode() |
org.hibernate.mapping.PersistentClass.getOptimisticLockMode() |
org.hibernate.engine.query.spi.ParameterMetadata.getOrdinalParameterExpectedType(int)
|
org.hibernate.engine.query.spi.ParameterMetadata.getOrdinalParameterSourceLocation(int)
|
org.hibernate.InstantiationException.getPersistentClass()
|
org.hibernate.persister.entity.EntityPersister.getPropertyInsertGenerationInclusions()
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
|
org.hibernate.persister.entity.AbstractEntityPersister.getPropertyInsertGenerationInclusions() |
org.hibernate.persister.entity.EntityPersister.getPropertyUpdateGenerationInclusions()
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
|
org.hibernate.persister.entity.AbstractEntityPersister.getPropertyUpdateGenerationInclusions() |
org.hibernate.jpa.spi.AbstractEntityManagerImpl.getRawSession()
|
org.hibernate.cfg.Ejb3Column.getSecondaryTableName()
|
org.hibernate.boot.registry.StandardServiceRegistryBuilder.getSettings()
Temporarily exposed since Configuration is still around and much code still uses Configuration.
This allows code to configure the builder and access that to configure Configuration object (used from HEM atm).
|
org.hibernate.event.spi.AbstractPreDatabaseOperationEvent.getSource()
|
org.hibernate.cfg.Mappings.getTableUniqueConstraints()
|
org.hibernate.type.CharBooleanType.getTrueString()
Pass the true/false values into constructor instead.
|
org.hibernate.jpa.boot.archive.spi.ArchiveDescriptorFactory.getURLFromPath(String)
Not used!
|
org.hibernate.engine.jdbc.WrappedNClob.getWrappedClob()
|
org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper.handleExplicitName(NamingStrategy, String)
|
org.hibernate.type.TypeFactory.idbag(String, String, boolean)
|
org.hibernate.tuple.entity.EntityTuplizer.instantiate(Serializable)
|
org.hibernate.mapping.Collection.isEmbedded()
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.mapping.ToOne.isEmbedded()
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.mapping.OneToMany.isEmbedded()
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.type.AssociationType.isEmbeddedInXML()
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.FlushMode.isManualFlushMode(FlushMode)
Just use equality check against FlushMode.MANUAL . Legacy from before this was an enum
|
org.hibernate.engine.jdbc.SerializableNClobProxy.isNClob(Clob)
ORM baselines on JDK 1.6, so optional support for NClob (JDK 1,6 addition) is no longer needed.
|
org.hibernate.type.EntityType.isNotEmbedded(SessionImplementor)
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.type.Type.isXMLElement()
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.cfg.Mappings.iterateAuxliaryDatabaseObjects()
|
org.hibernate.cfg.Mappings.iterateAuxliaryDatabaseObjectsInReverse()
|
org.hibernate.type.TypeFactory.list(String, String, boolean)
|
org.hibernate.Session.load(Class, Serializable, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.loader.entity.BatchingEntityLoader.load(Serializable, Object, SessionImplementor) |
org.hibernate.loader.entity.UniqueEntityLoader.load(Serializable, Object, SessionImplementor)
|
org.hibernate.loader.entity.plan.BatchingEntityLoader.load(Serializable, Object, SessionImplementor) |
org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(Serializable, Object, SessionImplementor) |
org.hibernate.Session.load(String, Serializable, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.Session.lock(Object, LockMode)
instead call buildLockRequest(LockMode).lock(object)
|
org.hibernate.Session.lock(String, Object, LockMode)
instead call buildLockRequest(LockMode).lock(entityName, object)
|
org.hibernate.type.TypeFactory.manyToOne(String, String, boolean, boolean, boolean, boolean)
|
org.hibernate.type.TypeFactory.manyToOne(String, String, boolean, boolean, boolean, boolean, boolean)
|
org.hibernate.type.TypeFactory.map(String, String, boolean)
|
org.hibernate.type.TypeFactory.oneToOne(String, ForeignKeyDirection, String, boolean, boolean, boolean, String, String)
Use #oneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String, boolean) instead.
See Jira issue: HHH-7771
|
org.hibernate.type.TypeFactory.oneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String)
Use #oneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String, boolean) instead.
|
org.hibernate.type.TypeFactory.orderedMap(String, String, boolean)
|
org.hibernate.type.TypeFactory.orderedSet(String, String, boolean)
|
org.hibernate.Session.refresh(Object, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.sql.Template.renderOrderByStringTemplate(String, Dialect, SQLFunctionRegistry)
|
org.hibernate.sql.Template.renderWhereStringTemplate(String, String, Dialect)
|
org.hibernate.tuple.entity.EntityTuplizer.resetIdentifier(Object, Serializable, Object)
|
org.hibernate.type.TypeFactory.set(String, String, boolean)
|
org.hibernate.tuple.ElementWrapper.setAttributeValue(QName, String) |
org.hibernate.tuple.ElementWrapper.setAttributeValue(String, String) |
org.hibernate.id.factory.IdentifierGeneratorFactory.setDialect(Dialect)
The intention is that Dialect should be required to be specified up-front and it would then get
ctor injected.
|
org.hibernate.mapping.Collection.setEmbedded(boolean)
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.mapping.ToOne.setEmbedded(boolean)
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.mapping.OneToMany.setEmbedded(boolean)
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.engine.spi.SessionImplementor.setFetchProfile(String)
|
org.hibernate.tuple.entity.EntityTuplizer.setIdentifier(Object, Serializable)
|
org.hibernate.sql.Select.setLockMode(LockMode)
Instead use setLockOptions
|
org.hibernate.envers.query.internal.impl.AbstractAuditQuery.setLockMode(LockMode)
Instead use setLockOptions
|
org.hibernate.cfg.Mappings.setNamingStrategy(NamingStrategy)
|
org.hibernate.mapping.PersistentClass.setOptimisticLockMode(int) |
org.hibernate.mapping.Collection.setOwner(PersistentClass)
Inject the owner into constructor.
|
org.hibernate.cfg.Ejb3Column.setSecondaryTableName(String)
|
org.hibernate.type.Type.setToXMLNode(Node, Object, SessionFactoryImplementor)
To be removed in 5. Removed as part of removing the notion of DOM entity-mode.
See Jira issue: HHH-7771
|
org.hibernate.type.TypeFactory.sortedMap(String, String, boolean, Comparator)
|
org.hibernate.type.TypeFactory.sortedSet(String, String, boolean, Comparator)
|
org.hibernate.type.TypeFactory.specialOneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String)
Use #specialOneToOne(String, ForeignKeyDirection, String, boolean, boolean, String, String, boolean) instead.
|
org.hibernate.criterion.Expression.sql(String)
|
org.hibernate.criterion.Expression.sql(String, Object[], Type[])
|
org.hibernate.criterion.Expression.sql(String, Object, Type)
|
org.hibernate.dialect.Dialect.supportsLimit()
|
org.hibernate.dialect.Dialect.supportsLimitOffset()
|
org.hibernate.dialect.Dialect.supportsNotNullUnique()
|
org.hibernate.dialect.Dialect.supportsUnique()
|
org.hibernate.dialect.Dialect.supportsUniqueConstraintInCreateAlterTable()
|
org.hibernate.dialect.Dialect.supportsVariableLimit()
|
org.hibernate.loader.plan.exec.process.spi.ResultSetProcessor.toOnDemandForm()
Going away!
|
org.hibernate.usertype.EnhancedUserType.toXMLString(Object)
|
org.hibernate.dialect.Dialect.useMaxForLimit()
|
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder.withApplicationClassLoader(ClassLoader)
|
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder.withEnvironmentClassLoader(ClassLoader)
|
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder.withHibernateClassLoader(ClassLoader)
|
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder.withResourceClassLoader(ClassLoader)
|