org.hibernate.search.cfg
Class ConcatStringBridge
java.lang.Object
org.hibernate.search.cfg.ConcatStringBridge
- All Implemented Interfaces:
- ParameterizedBridge, StringBridge
public class ConcatStringBridge
- extends Object
- implements StringBridge, ParameterizedBridge
- Author:
- Emmanuel Bernard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
ConcatStringBridge
public ConcatStringBridge()
objectToString
public String objectToString(Object object)
- Description copied from interface:
StringBridge
- Converts the object representation to a string.
- Specified by:
objectToString in interface StringBridge
- Parameters:
object - The object to transform into a string representation.
- Returns:
- String representation of the given object to be stored in Lucene index. The return string must not be
null. It can be empty though.
setParameterValues
public void setParameterValues(Map<String,String> parameters)
- Specified by:
setParameterValues in interface ParameterizedBridge
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved