public interface FieldBridgeProvider
Modifier and Type | Method and Description |
---|---|
org.hibernate.search.bridge.FieldBridge |
getFieldBridge(String type,
String propertyPath)
Returns the field bridge to be applied when executing queries on the given property of the given entity type.
|
org.hibernate.search.bridge.FieldBridge getFieldBridge(String type, String propertyPath)
type
- the entity type hosting the given property; may either identify an actual Java type or a virtual type
managed by the given implementation; never null
propertyPath
- a dot separated path denoting the property of interest, e.g. "foo" or "foo.bar" (in case this
is an embedded property); never null
null
Copyright © 2013. All rights reserved.