S
- the type of Session being handledpublic interface IndexResolver<S extends Session>
Session
's indexes.FindByIndexNameSessionRepository
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
resolveIndexesFor(S session)
Resolve indexes for the session.
|
java.util.Map<java.lang.String,java.lang.String> resolveIndexesFor(S session)
session
- the sessionnull