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