public static interface ExtendedBridgeProvider.ExtendedBridgeProviderContext extends BridgeProvider.BridgeProviderContext
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement |
getAnnotatedElement() |
Class<?> |
getElementOrContainerReturnType()
Returns the type of the indexed member/property; it works for arrays and collections too.
|
String |
getMemberName() |
boolean |
isExplicitlyMarkedAsNumeric() |
boolean |
isId() |
getReturnType, getServiceManagerAnnotatedElement getAnnotatedElement()
AnnotatedElement for the member seeking a bridge,
offering access to its annotations.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.