Uses of Enum Class
org.hibernate.search.engine.backend.types.Aggregable
Packages that use Aggregable
Package
Description
-
Uses of Aggregable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return AggregableModifier and TypeMethodDescriptionstatic AggregableReturns the enum constant of this class with the specified name.static Aggregable[]Aggregable.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Aggregable in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type AggregableModifier and TypeMethodDescriptionStandardIndexFieldTypeOptionsStep.aggregable(Aggregable aggregable)