クラス EntityQueryInvocationImpl
java.lang.Object
org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl<Void>
org.iplass.mtp.impl.entity.interceptor.EntityQueryInvocationImpl
- すべての実装されたインタフェース:
EntityInvocation<Void>,EntityQueryInvocation
public class EntityQueryInvocationImpl
extends EntityInvocationImpl<Void>
implements EntityQueryInvocation
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl
NULL_ENTITY_INTERCEPTOR -
コンストラクタの概要
コンストラクタコンストラクタ説明EntityQueryInvocationImpl(Query query, SearchOption searchOption, Predicate<?> resultCallback, InvocationType type, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) EntityQueryInvocationImpl(Query query, SearchOption searchOption, EntityStreamSearchHandler<?> streamSearchHandler, InvocationType type, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) -
メソッドの概要
クラスから継承されたメソッド org.iplass.mtp.impl.entity.interceptor.EntityInvocationImpl
getAttribute, getAttributeNames, getEntityDefinition, getEntityHandler, proceed, setAttributeクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.entity.interceptor.EntityInvocation
getAttribute, getAttributeNames, getEntityDefinition, proceed, setAttribute
-
コンストラクタの詳細
-
EntityQueryInvocationImpl
public EntityQueryInvocationImpl(Query query, SearchOption searchOption, Predicate<?> resultCallback, InvocationType type, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler) -
EntityQueryInvocationImpl
public EntityQueryInvocationImpl(Query query, SearchOption searchOption, EntityStreamSearchHandler<?> streamSearchHandler, InvocationType type, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler)
-
-
メソッドの詳細
-
getQuery
- 定義:
getQueryインタフェース内EntityQueryInvocation
-
setQuery
- 定義:
setQueryインタフェース内EntityQueryInvocation
-
getType
インタフェースからコピーされた説明:EntityInvocationEntity操作の種類を判別可能。- 定義:
getTypeインタフェース内EntityInvocation<Void>- 戻り値:
-
getPredicate
- 定義:
getPredicateインタフェース内EntityQueryInvocation
-
setPredicate
- 定義:
setPredicateインタフェース内EntityQueryInvocation
-
getStreamSearchHandler
-
callEntityHandler
- 定義:
callEntityHandlerクラス内EntityInvocationImpl<Void>
-
getSearchOption
- 定義:
getSearchOptionインタフェース内EntityQueryInvocation
-