Class GetMapInterceptor<ID,T,D>
- java.lang.Object
-
- io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<D,com.tangosol.net.NamedMap<ID,T>>
-
- io.micronaut.coherence.data.interceptors.GetMapInterceptor<ID,T,D>
-
- Type Parameters:
D
- the declaring typeT
- the entity typeID
- the ID type of the entity
- All Implemented Interfaces:
io.micronaut.data.intercept.DataInterceptor<D,com.tangosol.net.NamedMap<ID,T>>
public final class GetMapInterceptor<ID,T,D> extends io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<D,com.tangosol.net.NamedMap<ID,T>> implements io.micronaut.data.intercept.DataInterceptor<D,com.tangosol.net.NamedMap<ID,T>>
ADataInterceptor
allowingAbstractCoherenceRepository
instances to obtain theNamedMap
associated with theAbstractCoherenceRepository
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GetMapInterceptor(io.micronaut.data.operations.RepositoryOperations operations)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.tangosol.net.NamedMap<ID,T>
intercept(io.micronaut.data.intercept.RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<D,com.tangosol.net.NamedMap<ID,T>> context)
-
Methods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptor
convertNumberArgumentIfNecessary, convertOne, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getParameterValueMap, getRequiredEntity, getRequiredRootEntity, getReturnType, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, prepareQuery, validateNullArguments
-
-