Uses of Interface
org.springframework.data.mongodb.core.mapping.CollectionName
Packages that use CollectionName
Package
Description
Abstraction for MongoDB bulk write
operations.
Infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of CollectionName in org.springframework.data.mongodb.core.bulk
Methods in org.springframework.data.mongodb.core.bulk that return CollectionNameModifier and TypeMethodDescription@Nullable CollectionNameBulkOperationContext.TypedNamespace.collectionName()Returns the value of thecollectionNamerecord component.BulkOperationContext.TypedNamespace.getRequiredCollectionName()Constructors in org.springframework.data.mongodb.core.bulk with parameters of type CollectionNameModifierConstructorDescriptionTypedNamespace(@Nullable Class<?> type, @Nullable String database, @Nullable CollectionName collectionName) Creates an instance of aTypedNamespacerecord class. -
Uses of CollectionName in org.springframework.data.mongodb.core.mapping
Methods in org.springframework.data.mongodb.core.mapping that return CollectionNameModifier and TypeMethodDescriptionstatic CollectionNameCreate a newCollectionNamethat shall be derived from the givenentityClass.static CollectionNameCreate a newCollectionNamefor the givencollectionName.