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