Uses of Enum Class
org.springframework.data.repository.util.QueryExecutionConverters.WrapperType.Cardinality
Packages that use QueryExecutionConverters.WrapperType.Cardinality
Package
Description
Utility classes for repository implementations.
-
Uses of QueryExecutionConverters.WrapperType.Cardinality in org.springframework.data.repository.util
Subclasses with type arguments of type QueryExecutionConverters.WrapperType.Cardinality in org.springframework.data.repository.utilMethods in org.springframework.data.repository.util that return QueryExecutionConverters.WrapperType.CardinalityModifier and TypeMethodDescriptionQueryExecutionConverters.WrapperType.getCardinality()Returns the enum constant of this class with the specified name.QueryExecutionConverters.WrapperType.Cardinality.values()Returns an array containing the constants of this enum class, in the order they are declared.