Uses of Class
org.hibernate.search.query.DatabaseRetrievalMethod
-
Packages that use DatabaseRetrievalMethod Package Description org.hibernate.search.query -
-
Uses of DatabaseRetrievalMethod in org.hibernate.search.query
Methods in org.hibernate.search.query that return DatabaseRetrievalMethod Modifier and Type Method Description static DatabaseRetrievalMethodDatabaseRetrievalMethod. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static DatabaseRetrievalMethod[]DatabaseRetrievalMethod. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-