Deprecated API


Contents
Deprecated Methods
org.hibernate.shards.session.ShardedSessionImpl.connection()
            
org.hibernate.shards.session.ShardedSessionImpl.createSQLQuery(String, String[], Class[])
            
org.hibernate.shards.session.ShardedSessionImpl.createSQLQuery(String, String, Class)
            
org.hibernate.shards.session.ShardedSessionImpl.delete(String)
            
org.hibernate.shards.session.ShardedSessionImpl.delete(String, Object[], Type[])
            
org.hibernate.shards.session.ShardedSessionImpl.delete(String, Object, Type)
            
org.hibernate.shards.session.ShardedSessionImpl.filter(Object, String)
            
org.hibernate.shards.session.ShardedSessionImpl.filter(Object, String, Object[], Type[])
            
org.hibernate.shards.session.ShardedSessionImpl.filter(Object, String, Object, Type)
            
org.hibernate.shards.session.ShardedSessionImpl.find(String)
            
org.hibernate.shards.session.ShardedSessionImpl.find(String, Object[], Type[])
            
org.hibernate.shards.session.ShardedSessionImpl.find(String, Object, Type)
            
org.hibernate.shards.session.ShardedSessionImpl.iterate(String)
            
org.hibernate.shards.session.ShardedSessionImpl.iterate(String, Object[], Type[])
            
org.hibernate.shards.session.ShardedSessionImpl.iterate(String, Object, Type)
            
org.hibernate.shards.session.ShardedSessionImpl.reconnect()
            
org.hibernate.shards.session.ShardedSessionImpl.save(Object, Serializable)
            
org.hibernate.shards.session.ShardedSessionImpl.save(String, Object, Serializable)
            
org.hibernate.shards.session.ShardedSessionImpl.saveOrUpdateCopy(Object)
            
org.hibernate.shards.session.ShardedSessionImpl.saveOrUpdateCopy(Object, Serializable)
            
org.hibernate.shards.session.ShardedSessionImpl.saveOrUpdateCopy(String, Object)
            
org.hibernate.shards.session.ShardedSessionImpl.saveOrUpdateCopy(String, Object, Serializable)
            
org.hibernate.shards.session.ShardedSessionImpl.update(Object, Serializable)
            
org.hibernate.shards.session.ShardedSessionImpl.update(String, Object, Serializable)