Uses of Class
org.hibernate.search.engine.backend.types.Projectable
-
-
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 Projectable
Projectable. 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 S
StandardIndexFieldTypeOptionsStep. projectable(Projectable projectable)
-
Uses of Projectable in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.annotation that return Projectable Modifier and Type Method Description Projectable
projectable()
-
Uses of Projectable in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with parameters of type Projectable Modifier and Type Method Description GeoPointBinder
GeoPointBinder. projectable(Projectable projectable)
-
Uses of Projectable in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return Projectable Modifier and Type Method Description Projectable
projectable()
Projectable
projectable()
Projectable
projectable()
Projectable
projectable()
-
Uses of Projectable in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type Projectable Modifier and Type Method Description S
PropertyMappingStandardFieldOptionsStep. projectable(Projectable projectable)
-