public abstract class LucenePropertyHelper extends Object implements PropertyHelper
| Constructor and Description |
|---|
LucenePropertyHelper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertToPropertyType(String entityType,
List<String> propertyPath,
String value)
Returns the given value converted into the type of the given property as determined via the field bridge of the
property.
|
protected abstract org.hibernate.search.bridge.FieldBridge |
getFieldBridge(String entityType,
List<String> propertyPath) |
public Object convertToPropertyType(String entityType, List<String> propertyPath, String value)
convertToPropertyType in interface PropertyHelpervalue - the value to convertentityType - the type hosting the propertypropertyPath - the name of the propertyCopyright © 2014. All rights reserved.