Deprecated Methods |
org.hibernate.classic.Session.createSQLQuery(String, String[], Class[])
will be replaced with a more Query like interface in later release |
org.hibernate.classic.Session.createSQLQuery(String, String, Class)
will be replaced with a more Query like interface in later release |
org.hibernate.classic.Session.delete(String)
use createQuery() |
org.hibernate.classic.Session.delete(String, Object[], Type[])
use createQuery() |
org.hibernate.classic.Session.delete(String, Object, Type)
use createQuery() |
org.hibernate.classic.Session.filter(Object, String)
use createQuery() |
org.hibernate.classic.Session.filter(Object, String, Object[], Type[])
use createQuery() |
org.hibernate.classic.Session.filter(Object, String, Object, Type)
use createQuery() |
org.hibernate.classic.Session.find(String)
use createQuery() |
org.hibernate.classic.Session.find(String, Object[], Type[])
use createQuery()
Binding an array of values to "?" parameters in the query string. |
org.hibernate.classic.Session.find(String, Object, Type)
use createQuery()
Bind a value to a "?" parameter in the query string. |
org.hibernate.hql.ast.ConstructorNode.getDataType()
(tell clover to ignore this method) |
org.hibernate.classic.Session.iterate(String)
use createQuery() |
org.hibernate.classic.Session.iterate(String, Object[], Type[])
use createQuery() |
org.hibernate.classic.Session.iterate(String, Object, Type)
use createQuery() |
org.hibernate.classic.Session.saveOrUpdateCopy(Object)
use org.hibernate.Session#merge(Object) |
org.hibernate.classic.Session.saveOrUpdateCopy(Object, Serializable)
use org.hibernate.Session#merge(Object, java.io.Serializable) |
org.hibernate.classic.Session.saveOrUpdateCopy(String, Object)
use org.hibernate.Session#merge(String, Object) |
org.hibernate.classic.Session.saveOrUpdateCopy(String, Object, Serializable)
use org.hibernate.Session#merge(String, Object, java.io.Serializable) |
org.hibernate.proxy.Dom4jProxy.setAttributeValue(QName, String)
|
org.hibernate.tuple.ElementWrapper.setAttributeValue(QName, String)
|
org.hibernate.proxy.Dom4jProxy.setAttributeValue(String, String)
|
org.hibernate.tuple.ElementWrapper.setAttributeValue(String, String)
|