public interface CoherenceAsyncRepositoryOperations
extends io.micronaut.data.operations.async.AsyncRepositoryOperations
async repository
operations specific to Coherence.Modifier and Type | Method and Description |
---|---|
<ID,T> com.tangosol.net.AsyncNamedMap<ID,T> |
getAsyncNamedMap()
Obtain the
AsyncNamedMap associated this this repository . |
<ID,T> ID |
getId(T entity)
Return the id associated with the specified entity.
|
<ID,T> com.tangosol.net.AsyncNamedMap<ID,T> getAsyncNamedMap()
AsyncNamedMap
associated this this repository
.ID
- the type of the entity idT
- the entity typeAsyncNamedMap
associated this this repository
<ID,T> ID getId(T entity)
ID
- the type of the entity idT
- the entity typeentity
- the entity to interrogate