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