@Configurable public abstract class SessionFieldBridge extends Object implements org.hibernate.search.bridge.FieldBridge
| Constructor and Description |
|---|
SessionFieldBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(String name,
Object value,
org.apache.lucene.document.Document document,
org.hibernate.search.bridge.LuceneOptions luceneOptions) |
protected abstract void |
writeFieldToDocument(String name,
org.hibernate.Session session,
Object value,
org.apache.lucene.document.Document document,
org.hibernate.search.bridge.LuceneOptions luceneOptions) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.