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