Home » Hibernate-3.3.2.GA » org.hibernate » proxy » [javadoc | source]
org.hibernate.proxy
public interface: HibernateProxy [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    Dom4jProxy, Dom4jProxy, MapProxy, MapProxy

Marker interface for entity proxies
Method from org.hibernate.proxy.HibernateProxy Summary:
getHibernateLazyInitializer,   writeReplace
Method from org.hibernate.proxy.HibernateProxy Detail:
 public LazyInitializer getHibernateLazyInitializer()
    Get the underlying lazy initialization handler.
 public Object writeReplace()
    Perform serialization-time write-replacement of this proxy.