Uses of Enum Class
org.kiwiproject.spring.data.KiwiSpringMongoQueries.PartialMatchType
Packages that use KiwiSpringMongoQueries.PartialMatchType
-
Uses of KiwiSpringMongoQueries.PartialMatchType in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return KiwiSpringMongoQueries.PartialMatchTypeModifier and TypeMethodDescriptionKiwiSpringMongoQueries.PartialMatchType.from(boolean value) Convert the given boolean into aKiwiSpringMongoQueries.PartialMatchType.KiwiSpringMongoQueries.PartialMatchType.fromBooleanString(String value) Convert the given string into aKiwiSpringMongoQueries.PartialMatchType, where "truthy" values are considered to representPARTIAL_MATCH, and "falsy" values are considered to meanEQUAL_MATCH.Returns the enum constant of this class with the specified name.KiwiSpringMongoQueries.PartialMatchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.spring.data with parameters of type KiwiSpringMongoQueries.PartialMatchTypeModifier and TypeMethodDescriptionstatic voidKiwiSpringMongoQueries.addMultiplePartialOrEqualMatchCriteria(org.springframework.data.mongodb.core.query.Query query, Collection<String> matchStrings, String propertyName, KiwiSpringMongoQueries.PartialMatchType matchType) Add a partial or equal match criteria for the given property and match strings.static voidKiwiSpringMongoQueries.addPartialOrEqualMatchCriteria(org.springframework.data.mongodb.core.query.Query query, String matchString, String propertyName, KiwiSpringMongoQueries.PartialMatchType matchType) Add a partial or equal match criteria for the given property and match string.