Package ome.util

Class DetailsFieldBridge

  • All Implemented Interfaces:
    org.hibernate.search.bridge.FieldBridge

    public class DetailsFieldBridge
    extends java.lang.Object
    implements org.hibernate.search.bridge.FieldBridge
    Delegating FieldBridge which passes the "fieldBridge" bean from the "ome.model" Spring ApplicationContext all arguments.
    Since:
    3.0-Beta3
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void lock()  
      void set​(java.lang.String name, java.lang.Object value, org.apache.lucene.document.Document document, org.hibernate.search.bridge.LuceneOptions opts)  
      static void setFieldBridge​(org.hibernate.search.bridge.FieldBridge bridge)  
      static boolean tryLock()  
      static void unlock()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DetailsFieldBridge

        public DetailsFieldBridge()
    • Method Detail

      • lock

        public static void lock()
      • tryLock

        public static boolean tryLock()
      • unlock

        public static void unlock()
      • setFieldBridge

        public static void setFieldBridge​(org.hibernate.search.bridge.FieldBridge bridge)
      • set

        public void set​(java.lang.String name,
                        java.lang.Object value,
                        org.apache.lucene.document.Document document,
                        org.hibernate.search.bridge.LuceneOptions opts)
        Specified by:
        set in interface org.hibernate.search.bridge.FieldBridge