Package | Description |
---|---|
org.hibernate.hql.ast.spi | |
org.hibernate.hql.ast.spi.predicate | |
org.hibernate.hql.lucene.internal.builder.predicate |
Modifier and Type | Method and Description |
---|---|
SingleEntityQueryBuilder<Q> |
SingleEntityQueryBuilder.addComparisonPredicate(List<String> propertyPath,
ComparisonPredicate.Type comparisonType,
Object value) |
Modifier and Type | Field and Description |
---|---|
protected ComparisonPredicate.Type |
ComparisonPredicate.type |
Modifier and Type | Method and Description |
---|---|
static ComparisonPredicate.Type |
ComparisonPredicate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonPredicate.Type[] |
ComparisonPredicate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComparisonPredicate<Q> |
PredicateFactory.getComparisonPredicate(String entityType,
ComparisonPredicate.Type comparisonType,
List<String> propertyPath,
Object value) |
Constructor and Description |
---|
ComparisonPredicate(String propertyName,
ComparisonPredicate.Type type,
Object value) |
Modifier and Type | Method and Description |
---|---|
ComparisonPredicate<org.apache.lucene.search.Query> |
LucenePredicateFactory.getComparisonPredicate(String entityType,
ComparisonPredicate.Type comparisonType,
List<String> propertyPath,
Object value) |
Constructor and Description |
---|
LuceneComparisonPredicate(org.hibernate.search.query.dsl.QueryBuilder builder,
org.hibernate.search.bridge.FieldBridge fieldBridge,
String propertyName,
ComparisonPredicate.Type comparisonType,
Object value) |
Copyright © 2013. All rights reserved.