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