public class EntityCountInvocationImpl extends EntityInvocationImpl<java.lang.Integer> implements EntityCountInvocation
NULL_ENTITY_INTERCEPTOR| コンストラクタと説明 |
|---|
EntityCountInvocationImpl(Query query,
EntityInterceptor[] entityInterceptors,
EntityHandler entityHandler) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected java.lang.Integer |
callEntityHandler(EntityHandler eh) |
Query |
getQuery() |
InvocationType |
getType()
Entity操作の種類を判別可能。
|
void |
setQuery(Query query) |
getAttribute, getAttributeNames, getEntityDefinition, getEntityHandler, proceed, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getEntityDefinition, proceed, setAttributepublic EntityCountInvocationImpl(Query query, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler)
public Query getQuery()
getQuery インタフェース内 EntityCountInvocationpublic void setQuery(Query query)
setQuery インタフェース内 EntityCountInvocationprotected java.lang.Integer callEntityHandler(EntityHandler eh)
callEntityHandler クラス内 EntityInvocationImpl<java.lang.Integer>public InvocationType getType()
EntityInvocationgetType インタフェース内 EntityInvocation<java.lang.Integer>