public class EntityRuntimeImpl extends java.lang.Object implements EntityRuntime
| Constructor and Description |
|---|
EntityRuntimeImpl(boolean loadOnFind,
int maxResults,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxResults() |
int |
getTimeout() |
boolean |
isLoadOnFind() |
public EntityRuntimeImpl(boolean loadOnFind,
int maxResults,
int timeout)
public int getMaxResults()
getMaxResults in interface EntityRuntimepublic int getTimeout()
getTimeout in interface EntityRuntimepublic boolean isLoadOnFind()
isLoadOnFind in interface EntityRuntime