public class FacetRange<T> extends Object
Constructor and Description |
---|
FacetRange(Class<?> rangeType,
T min,
T max,
boolean includeMin,
boolean includeMax,
String fieldName,
DocumentBuilderIndexedEntity<?> documentBuilder) |
Modifier and Type | Method and Description |
---|---|
T |
getMax() |
T |
getMin() |
String |
getRangeString() |
boolean |
isInRange(T value) |
boolean |
isMaxIncluded() |
boolean |
isMinIncluded() |
String |
toString() |
public FacetRange(Class<?> rangeType, T min, T max, boolean includeMin, boolean includeMax, String fieldName, DocumentBuilderIndexedEntity<?> documentBuilder)
Copyright © 2006–2016 Hibernate. All rights reserved.