Uses of Class
org.hibernate.search.annotations.FieldBridge

Packages that use FieldBridge
org.hibernate.search.bridge.impl   
 

Uses of FieldBridge in org.hibernate.search.bridge.impl
 

Methods in org.hibernate.search.bridge.impl with parameters of type FieldBridge
static TwoWayFieldBridge BridgeFactory.extractTwoWayType(FieldBridge fieldBridge, org.hibernate.annotations.common.reflection.XClass appliedOnType, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
          Takes in a fieldBridge and will return you a TwoWayFieldBridge instance.
static FieldBridge BridgeFactory.extractType(FieldBridge fieldBridgeAnnotation, org.hibernate.annotations.common.reflection.XClass appliedOnType, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
          This extracts and instantiates the implementation class from a ClassBridge annotation.
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved