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

Packages that use ClassBridge
org.hibernate.search.bridge.impl   
org.hibernate.search.cfg   
org.hibernate.search.impl   
 

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

Methods in org.hibernate.search.bridge.impl with parameters of type ClassBridge
static FieldBridge BridgeFactory.extractType(ClassBridge cb, org.hibernate.annotations.common.reflection.XClass clazz)
          This extracts and instantiates the implementation class from a ClassBridge annotation.
static void BridgeFactory.injectParameters(ClassBridge classBridgeConfiguration, Object classBridge)
          Injects any parameters configured via the given ClassBridge annotation into the given object, in case this is a ParameterizedBridge.
 

Uses of ClassBridge in org.hibernate.search.cfg
 

Methods in org.hibernate.search.cfg that return types with arguments of type ClassBridge
 Map<FieldBridge,ClassBridge> EntityDescriptor.getClassBridgeConfigurations()
           
 

Methods in org.hibernate.search.cfg with parameters of type ClassBridge
 void EntityDescriptor.addClassBridgeInstanceConfiguration(FieldBridge classBridge, ClassBridge configuration)
           
 

Uses of ClassBridge in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return types with arguments of type ClassBridge
 Map<FieldBridge,ClassBridge> ConfigContext.getClassBridgeInstances(Class<?> type)
          Returns class bridge instances configured via the programmatic API, if any.
 



Copyright © 2006–2013 Hibernate. All rights reserved.