站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.engine.Key (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.engine.Key

Packages that use Key
net.sf.hibernate.engine   
net.sf.hibernate.impl   
 

Uses of Key in net.sf.hibernate.engine
 

Methods in net.sf.hibernate.engine with parameters of type Key
 void SessionImplementor.addUninitializedEntity(Key key, Object object, LockMode lockMode)
          Add an uninitialized instance of an entity class, as a placeholder to ensure object identity.
 Object SessionImplementor.getEntity(Key key)
          Get the entity instance associated with the given Key
 Object SessionImplementor.proxyFor(ClassPersister persister, Key key, Object impl)
          Return the existing proxy associated with the given Key, or the second argument (the entity associated with the key) if no proxy exists.
 void SessionImplementor.addNonExist(Key key)
           
 

Uses of Key in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl with parameters of type Key
 Object SessionImpl.getEntity(Key key)
           
 Object SessionImpl.narrowProxy(Object proxy, ClassPersister persister, Key key, Object object)
          If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
 Object SessionImpl.proxyFor(ClassPersister persister, Key key, Object impl)
          Grab the existing proxy for an instance, if one exists.
 void SessionImpl.addUninitializedEntity(Key key, Object object, LockMode lockMode)
          Create a "temporary" entry for a newly instantiated entity.
 void SessionImpl.addNonExist(Key key)