Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » proxy » [javadoc | source]
org.hibernate.proxy
public interface: HibernateProxy [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    MapProxy, Dom4jProxy, Dom4jProxy, 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.