当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
CacheEntry (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.impl
Class CacheEntry
java.lang.Object
net.sf.hibernate.impl.CacheEntry
- All Implemented Interfaces:
- Serializable
- public final class CacheEntry
- extends Object
- implements Serializable
A cached instance of a persistent class
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheEntry
public CacheEntry(Object object,
ClassPersister persister,
SessionImplementor session)
throws HibernateException
getSubclass
public Class getSubclass()
assemble
public Object[] assemble(Object instance,
Serializable id,
ClassPersister persister,
Interceptor interceptor,
SessionImplementor session)
throws HibernateException
- Throws:
HibernateException