Package org.hibernate.search.query.collector.impl

Examples of org.hibernate.search.query.collector.impl.FieldCacheCollectorFactory


      if ( collectorTypeForId == null ) {
        log.cannotExtractValueForIdentifier( getBeanClass() );
        return null;
      }
      TwoWayStringBridge twoWayIdStringBridge = ClassLoadingStrategySelector.getTwoWayStringBridge( getIdBridge() );
      return new FieldCacheCollectorFactory( getIdKeywordName(), collectorTypeForId, twoWayIdStringBridge );
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.hibernate.search.query.collector.impl.FieldCacheCollectorFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.