public class Dom4jInstantiator extends java.lang.Object implements Instantiator
Constructor and Description |
---|
Dom4jInstantiator(Component component) |
Dom4jInstantiator(PersistentClass mappingInfo) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
instantiate()
Perform the requested instantiation.
|
java.lang.Object |
instantiate(java.io.Serializable id)
Perform the requested entity instantiation.
|
boolean |
isInstance(java.lang.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 java.lang.Object instantiate(java.io.Serializable id)
Instantiator
instantiate
in interface Instantiator
id
- The id of the entity to be instantiated.public java.lang.Object instantiate()
Instantiator
instantiate
in interface Instantiator
public boolean isInstance(java.lang.Object object)
Instantiator
isInstance
in interface Instantiator
object
- The object to be checked.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.