public interface TwoWayFieldBridge extends FieldBridge
FieldBridge
able to convert the index representation back into an object without losing information.
Any bridge expected to process a document id should implement this interface.Modifier and Type | Method and Description |
---|---|
Object |
get(String name,
org.apache.lucene.document.Document document)
Build the element object from the
Document |
String |
objectToString(Object object)
Convert the object representation to a string.
|
set
Copyright © 2006–2016 Hibernate. All rights reserved.