public static interface ExtendedBridgeProvider.ExtendedBridgeProviderContext extends BridgeProvider.BridgeProviderContext
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement |
getAnnotatedElement()
Offers access to the annotations hosted on the member seeking a bridge.
|
Class<?> |
getElementOrContainerReturnType()
Returns the type of the indexed member/property; it works for arrays and collections too.
|
String |
getMemberName()
Return the member name for log and exception report purposes.
|
boolean |
isExplicitlyMarkedAsNumeric()
Whether the field in question is marked as numeric field by means of the {code NumericField} annotation or
not.
|
boolean |
isId() |
getReturnType, getServiceManagerAnnotatedElement getAnnotatedElement()
String getMemberName()
boolean isId()
true if the indexed type is the document id, false otherwise.boolean isExplicitlyMarkedAsNumeric()
Class<?> getElementOrContainerReturnType()
BridgeProvider.BridgeProviderContext.getReturnType()Copyright © 2006–2017 Hibernate. All rights reserved.