Uses of Enum Class
org.hibernate.search.engine.backend.types.Projectable
Packages that use Projectable
Package
Description
-
Uses of Projectable in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type ProjectableModifierConstructorDescriptionElasticsearchStringImplicitFieldContributor(String name, Searchable searchable, Sortable sortable, Projectable projectable, Aggregable aggregable) -
Uses of Projectable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return ProjectableModifier and TypeMethodDescriptionstatic ProjectableReturns the enum constant of this class with the specified name.static Projectable[]Projectable.values()Returns an array containing the constants of this enum class, 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 ProjectableModifier and TypeMethodDescriptionSearchableProjectableIndexFieldTypeOptionsStep.projectable(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 -
Uses of Projectable in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl with parameters of type 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 ProjectableModifier and TypeMethodDescriptionPropertyMappingStandardFieldOptionsStep.projectable(Projectable projectable) PropertyMappingVectorFieldOptionsStep.projectable(Projectable projectable)