Package | Description |
---|---|
org.hibernate.hql.ast.spi.predicate | |
org.hibernate.hql.lucene.internal.builder.predicate |
Modifier and Type | Method and Description |
---|---|
LikePredicate<Q> |
PredicateFactory.getLikePredicate(String entityType,
List<String> propertyPath,
String patternValue,
Character escapeCharacter) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneLikePredicate
Lucene-based
LIKE predicate. |
Modifier and Type | Method and Description |
---|---|
LikePredicate<org.apache.lucene.search.Query> |
LucenePredicateFactory.getLikePredicate(String entityType,
List<String> propertyPath,
String patternValue,
Character escapeCharacter) |
Copyright © 2013. All rights reserved.