Uses of Enum Class
org.springframework.data.mongodb.repository.query.MongoQueryExecution.DeleteExecution.Type
Packages that use MongoQueryExecution.DeleteExecution.Type
Package
Description
Query derivation mechanism for MongoDB specific repositories.
-
Uses of MongoQueryExecution.DeleteExecution.Type in org.springframework.data.mongodb.repository.query
Subclasses with type arguments of type MongoQueryExecution.DeleteExecution.Type in org.springframework.data.mongodb.repository.queryMethods in org.springframework.data.mongodb.repository.query that return MongoQueryExecution.DeleteExecution.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MongoQueryExecution.DeleteExecution.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.data.mongodb.repository.query with parameters of type MongoQueryExecution.DeleteExecution.TypeModifierConstructorDescriptionDeleteExecution(ExecutableRemoveOperation.ExecutableRemove<T> remove, MongoQueryExecution.DeleteExecution.Type type)