Uses of Class
com.alpha.mongodb.sharding.core.exception.UnresolvableCollectionShardException
-
Packages that use UnresolvableCollectionShardException Package Description com.alpha.mongodb.sharding.core.assitant com.alpha.mongodb.sharding.core.template -
-
Uses of UnresolvableCollectionShardException in com.alpha.mongodb.sharding.core.assitant
Methods in com.alpha.mongodb.sharding.core.assitant that throw UnresolvableCollectionShardException Modifier and Type Method Description default String
ShardingAssistant. resolveCollectionHintWithoutEntityContext()
default <T> String
CollectionShardingAssistant. resolveCollectionNameWithEntityContext(String collectionName, T entity)
default String
ShardingAssistant. resolveCollectionNameWithoutEntityContext(String collectionName)
Resolve the collection name when there is no entity context.default void
CollectionShardingAssistant. validateCollectionHint(String collectionName, String hint)
-
Uses of UnresolvableCollectionShardException in com.alpha.mongodb.sharding.core.template
Methods in com.alpha.mongodb.sharding.core.template that throw UnresolvableCollectionShardException Modifier and Type Method Description String
CollectionShardedMongoTemplate. resolveCollectionNameWithoutEntityContext(String collectionName)
-