public class XMemberBridgeProviderContext extends Object
XMember based BridgeProviderContext.| Constructor and Description |
|---|
XMemberBridgeProviderContext(org.hibernate.annotations.common.reflection.XMember member,
NumericField numericField,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ServiceManager serviceManager) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement |
getAnnotatedElement()
Offers access to the annotations hosted on the member seeking a bridge.
|
String |
getMemberName()
Return the member name for log and exception report purposes.
|
NumericField |
getNumericField()
Return the appropriate
NumericField annotation
if present. |
Class<?> |
getReturnType()
Member return type seeking a bridge.
|
ServiceManager |
getServiceManager()
Provides access to the
ServiceManager and gives access to
Hibernate Search services like the ClassLoaderService. |
public XMemberBridgeProviderContext(org.hibernate.annotations.common.reflection.XMember member,
NumericField numericField,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ServiceManager serviceManager)
public Class<?> getReturnType()
BridgeProvider.BridgeProviderContextpublic AnnotatedElement getAnnotatedElement()
public NumericField getNumericField()
NumericField annotation
if present.public String getMemberName()
public ServiceManager getServiceManager()
BridgeProvider.BridgeProviderContextServiceManager and gives access to
Hibernate Search services like the ClassLoaderService.Copyright © 2006–2014 Hibernate. All rights reserved.