public class Dom4jInstantiator extends Object implements Instantiator
| Constructor and Description | 
|---|
Dom4jInstantiator(Component component)  | 
Dom4jInstantiator(PersistentClass mappingInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
instantiate()
Perform the requested instantiation. 
 | 
Object | 
instantiate(Serializable id)
Perform the requested entity instantiation. 
 | 
boolean | 
isInstance(Object object)
Performs check to see if the given object is an instance of the entity
 or component which this Instantiator instantiates. 
 | 
public Dom4jInstantiator(Component component)
public Dom4jInstantiator(PersistentClass mappingInfo)
public Object instantiate(Serializable id)
Instantiatorinstantiate in interface Instantiatorid - The id of the entity to be instantiated.public Object instantiate()
Instantiatorinstantiate in interface Instantiatorpublic boolean isInstance(Object object)
InstantiatorisInstance in interface Instantiatorobject - The object to be checked.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.