Uses of Enum Class
org.springframework.data.jpa.repository.query.JpaResultConverters.BlobToByteArrayConverter
Packages that use JpaResultConverters.BlobToByteArrayConverter
Package
Description
Query implementation to execute queries against JPA.
-
Uses of JpaResultConverters.BlobToByteArrayConverter in org.springframework.data.jpa.repository.query
Subclasses with type arguments of type JpaResultConverters.BlobToByteArrayConverter in org.springframework.data.jpa.repository.queryMethods in org.springframework.data.jpa.repository.query that return JpaResultConverters.BlobToByteArrayConverterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.JpaResultConverters.BlobToByteArrayConverter.values()Returns an array containing the constants of this enum class, in the order they are declared.