Interface CollectionShardedEntityHintResolutionCallback<T extends CollectionShardedEntity>
- 
- All Superinterfaces:
 HintResolutionCallback<T>,IHintResolutionCallback
public interface CollectionShardedEntityHintResolutionCallback<T extends CollectionShardedEntity> extends HintResolutionCallback<T>
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ShardingHintresolveHintForSaveContext(T entity)- 
Methods inherited from interface com.alpha.mongodb.sharding.core.callback.HintResolutionCallback
resolveHintForDeleteContext, resolveHintForDeleteContext, resolveHintForDeleteContext, resolveHintForFindContext, resolveHintForFindContext, resolveHintForUpdateContext, resolveHintForUpdateContext 
 - 
 
 - 
 
- 
- 
Method Detail
- 
resolveHintForSaveContext
default ShardingHint resolveHintForSaveContext(T entity)
- Specified by:
 resolveHintForSaveContextin interfaceHintResolutionCallback<T extends CollectionShardedEntity>
 
 - 
 
 -