Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » tuple » [javadoc | source]
org.hibernate.tuple
public class: Dom4jInstantiator [javadoc | source]
java.lang.Object
   org.hibernate.tuple.Dom4jInstantiator

All Implemented Interfaces:
    Instantiator

Performs "instantiation" based on DOM4J elements.
Constructor:
 public Dom4jInstantiator(Component component) 
 public Dom4jInstantiator(PersistentClass mappingInfo) 
Method from org.hibernate.tuple.Dom4jInstantiator Summary:
instantiate,   instantiate,   isInstance
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tuple.Dom4jInstantiator Detail:
 public Object instantiate() 
 public Object instantiate(Serializable id) 
 public boolean isInstance(Object object)