public class EntityDAO.EntityInvocation
extends java.lang.Object
| Constructor and Description |
|---|
EntityInvocation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getCreateEntityMethod() |
java.lang.reflect.Method |
getFindByDynamicFilterMethod() |
java.lang.reflect.Method |
getFindByDynamicFinderMethod() |
java.lang.reflect.Method |
getFindByPkMethod() |
PersistentLocalHomeEntity |
getHomeObject() |
boolean |
getUseEntityBean() |
public EntityInvocation()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.reflect.Method getCreateEntityMethod()
public java.lang.reflect.Method getFindByDynamicFilterMethod()
public java.lang.reflect.Method getFindByDynamicFinderMethod()
public java.lang.reflect.Method getFindByPkMethod()
public boolean getUseEntityBean()
public PersistentLocalHomeEntity getHomeObject() throws java.lang.Exception
java.lang.Exception