org.hibernate.cfg.Mappings.addUniqueConstraints(Table, List)
|
org.hibernate.Hibernate.any(Type, Type)
|
org.hibernate.id.enhanced.OptimizerFactory.buildOptimizer(String, Class, int)
|
org.hibernate.cfg.annotations.TableBinder.buildUniqueConstraints(UniqueConstraint[])
|
org.hibernate.jdbc.Batcher.closeConnection(Connection)
Obtain connections from ConnectionProvider instead
|
org.hibernate.Session.connection()
|
org.hibernate.hql.ast.util.ASTUtil.create(ASTFactory, int, String)
silly
|
org.hibernate.Hibernate.createBlob(byte[])
|
org.hibernate.Hibernate.createBlob(byte[], Session)
|
org.hibernate.Hibernate.createBlob(InputStream)
|
org.hibernate.Hibernate.createBlob(InputStream, int)
|
org.hibernate.Hibernate.createBlob(InputStream, long)
|
org.hibernate.Hibernate.createBlob(InputStream, long, Session)
|
org.hibernate.Hibernate.createClob(Reader, int)
|
org.hibernate.Hibernate.createClob(Reader, long)
|
org.hibernate.Hibernate.createClob(Reader, long, Session)
|
org.hibernate.Hibernate.createClob(String)
|
org.hibernate.Hibernate.createClob(String, Session)
|
org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory() |
org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Map)
use the Java Persistence API
|
org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(Map) |
org.hibernate.id.IdentifierGeneratorHelper.createNumber(long, Class)
|
org.hibernate.classic.Session.createSQLQuery(String, String[], Class[])
|
org.hibernate.classic.Session.createSQLQuery(String, String, Class)
|
org.hibernate.Hibernate.custom(Class)
|
org.hibernate.type.TypeFactory.custom(Class, Properties, TypeFactory.TypeScope)
|
org.hibernate.Hibernate.custom(Class, Properties)
|
org.hibernate.Hibernate.custom(Class, String[], String[])
|
org.hibernate.type.TypeFactory.customComponent(Class, Properties, TypeFactory.TypeScope)
|
org.hibernate.classic.Session.delete(String)
consider using HQL delete statements
|
org.hibernate.classic.Session.delete(String, Object[], Type[])
consider using HQL delete statements
|
org.hibernate.classic.Session.delete(String, Object, Type)
consider using HQL delete statements
|
org.hibernate.cfg.search.HibernateSearchEventListenerRegister.enableHibernateSearch(EventListeners, Properties)
as of release 3.4.0.CR2, replaced by Hibernate Search's org.hibernate.search.cfg.EventListenerRegister#enableHibernateSearch(EventListeners, Properties)
|
org.hibernate.Hibernate.entity(Class)
|
org.hibernate.Hibernate.entity(String)
|
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)
|
org.hibernate.classic.Session.filter(Object, String)
|
org.hibernate.classic.Session.filter(Object, String, Object[], Type[])
|
org.hibernate.classic.Session.filter(Object, String, Object, Type)
|
org.hibernate.classic.Session.find(String)
|
org.hibernate.classic.Session.find(String, Object[], Type[])
|
org.hibernate.classic.Session.find(String, Object, Type)
|
org.hibernate.Session.get(Class, Serializable, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.type.SingleColumnType.get(ResultSet, String)
|
org.hibernate.type.AbstractSingleColumnStandardBasicType.get(ResultSet, String)
|
org.hibernate.Session.get(String, Serializable, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.hql.ast.util.ASTUtil.getConstantName(Class, int)
Use #getTokenTypeName instead
|
org.hibernate.dialect.Dialect.getCreateSequenceStrings(String)
|
org.hibernate.hql.ast.tree.ConstructorNode.getDataType()
(tell clover to ignore this method)
|
org.hibernate.engine.SessionImplementor.getEnabledFilters()
use #getLoadQueryInfluencers instead
|
org.hibernate.type.CharBooleanType.getFalseString()
Pass the true/false values into constructor instead.
|
org.hibernate.engine.SessionImplementor.getFetchProfile()
use #getLoadQueryInfluencers instead
|
org.hibernate.engine.SessionImplementor.getFilterParameterType(String)
use #getLoadQueryInfluencers instead
|
org.hibernate.engine.SessionImplementor.getFilterParameterValue(String)
use #getLoadQueryInfluencers instead
|
org.hibernate.tuple.entity.EntityTuplizer.getIdentifier(Object)
|
org.hibernate.metadata.ClassMetadata.getIdentifier(Object, EntityMode)
|
org.hibernate.persister.entity.EntityPersister.getIdentifier(Object, EntityMode)
|
org.hibernate.engine.Mapping.getIdentifierGeneratorFactory()
temporary solution
|
org.hibernate.engine.jdbc.JdbcSupport.getLobCreator()
|
org.hibernate.sql.Select.getLockMode()
Instead use getLockOptions
|
org.hibernate.event.AbstractPreDatabaseOperationEvent.getSource()
|
org.hibernate.cfg.Mappings.getTableUniqueConstraints()
|
org.hibernate.type.CharBooleanType.getTrueString()
Pass the true/false values into constructor instead.
|
org.hibernate.tuple.entity.EntityTuplizer.instantiate(Serializable)
|
org.hibernate.metadata.ClassMetadata.instantiate(Serializable, EntityMode)
|
org.hibernate.persister.entity.EntityPersister.instantiate(Serializable, EntityMode)
|
org.hibernate.classic.Session.iterate(String)
|
org.hibernate.classic.Session.iterate(String, Object[], Type[])
|
org.hibernate.classic.Session.iterate(String, Object, Type)
|
org.hibernate.cfg.Mappings.iterateAuxliaryDatabaseObjects()
|
org.hibernate.cfg.Mappings.iterateAuxliaryDatabaseObjectsInReverse()
|
org.hibernate.cfg.Environment.jvmHasJDK14Timestamp()
Starting with 3.3 Hibernate requires JDK 1.4 or higher
|
org.hibernate.cfg.Environment.jvmSupportsGetGeneratedKeys()
Starting with 3.3 Hibernate requires JDK 1.4 or higher
|
org.hibernate.cfg.Environment.jvmSupportsLinkedHashCollections()
Starting with 3.3 Hibernate requires JDK 1.4 or higher
|
org.hibernate.Session.load(Class, Serializable, LockMode)
LockMode parameter should be replaced with LockOptions
|
org.hibernate.loader.entity.UniqueEntityLoader.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.util.JDBCExceptionReporter.logWarnings(SQLWarning)
|
org.hibernate.util.JDBCExceptionReporter.logWarnings(SQLWarning, String)
|
org.hibernate.type.SingleColumnType.nullSafeGet(ResultSet, String)
|
org.hibernate.type.AbstractSingleColumnStandardBasicType.nullSafeGet(ResultSet, String)
|
org.hibernate.usertype.UserType.nullSafeGet(ResultSet, String[], Object)
SessionImplementor will be added as an argument in a future version (see HHH-5968)
|
org.hibernate.usertype.UserType.nullSafeSet(PreparedStatement, Object, int)
SessionImplementor will be added as an argument in a future version (see HHH-5968)
|
org.hibernate.type.SingleColumnType.nullSafeSet(PreparedStatement, T, int)
|
org.hibernate.type.AbstractSingleColumnStandardBasicType.nullSafeSet(PreparedStatement, T, int)
|
org.hibernate.jdbc.Batcher.openConnection()
Obtain connections from ConnectionProvider instead
|
org.hibernate.Session.reconnect()
|
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.persister.entity.EntityPersister.resetIdentifier(Object, Serializable, Object, EntityMode)
|
org.hibernate.classic.Session.save(Object, Serializable)
declare identifier properties for all classes
|
org.hibernate.classic.Session.save(String, Object, Serializable)
declare identifier properties for all classes
|
org.hibernate.classic.Session.saveOrUpdateCopy(Object)
|
org.hibernate.classic.Session.saveOrUpdateCopy(Object, Serializable)
with no replacement
|
org.hibernate.classic.Session.saveOrUpdateCopy(String, Object)
|
org.hibernate.classic.Session.saveOrUpdateCopy(String, Object, Serializable)
with no replacement
|
org.hibernate.Hibernate.serializable(Class)
|
org.hibernate.type.SingleColumnType.set(PreparedStatement, T, int)
|
org.hibernate.type.AbstractSingleColumnStandardBasicType.set(PreparedStatement, T, int)
|
org.hibernate.tuple.ElementWrapper.setAttributeValue(QName, String) |
org.hibernate.proxy.dom4j.Dom4jProxy.setAttributeValue(QName, String) |
org.hibernate.tuple.ElementWrapper.setAttributeValue(String, String) |
org.hibernate.proxy.dom4j.Dom4jProxy.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.engine.SessionImplementor.setFetchProfile(String)
use #getLoadQueryInfluencers instead
|
org.hibernate.ejb.packaging.PersistenceMetadata.setHbmfiles(List)
use getHbmfiles() rather
|
org.hibernate.tuple.entity.EntityTuplizer.setIdentifier(Object, Serializable)
|
org.hibernate.metadata.ClassMetadata.setIdentifier(Object, Serializable, EntityMode)
|
org.hibernate.persister.entity.EntityPersister.setIdentifier(Object, Serializable, EntityMode)
|
org.hibernate.tool.hbm2ddl.SchemaExport.setImportFile(String)
use org.hibernate.cfg.Environment.HBM2DDL_IMPORT_FILE
|
org.hibernate.sql.Select.setLockMode(LockMode)
Instead use setLockOptions
|
org.hibernate.envers.query.impl.AbstractAuditQuery.setLockMode(LockMode)
Instead use setLockOptions
|
org.hibernate.mapping.Collection.setOwner(PersistentClass)
Inject the owner into constructor.
|
org.hibernate.criterion.Expression.sql(String)
|
org.hibernate.criterion.Expression.sql(String, Object[], Type[])
|
org.hibernate.criterion.Expression.sql(String, Object, Type)
|
org.hibernate.classic.Session.update(Object, Serializable)
declare identifier properties for all classes
|
org.hibernate.classic.Session.update(String, Object, Serializable)
declare identifier properties for all classes
|