Uses of Interface
org.hibernate.search.bridge.StringBridge

Packages that use StringBridge
org.hibernate.search.bridge   
org.hibernate.search.bridge.builtin   
 

Uses of StringBridge in org.hibernate.search.bridge
 

Subinterfaces of StringBridge in org.hibernate.search.bridge
 interface TwoWayStringBridge
          StringBridge allowing a translation from the String back to the Object objectToString( stringToObject( string ) ) and stringToObject( objectToString( object ) ) should be "idempotent".
 

Constructors in org.hibernate.search.bridge with parameters of type StringBridge
String2FieldBridgeAdaptor(StringBridge stringBridge)
           
 

Uses of StringBridge in org.hibernate.search.bridge.builtin
 

Classes in org.hibernate.search.bridge.builtin that implement StringBridge
 class BigDecimalBridge
          Map a BigDecimal element
 class BigIntegerBridge
          Map a BigInteger element
 class DateBridge
          Bridge a java.util.Date to a String, truncated to the resolution Date are stored GMT based

ie Resolution.YEAR: yyyy Resolution.MONTH: yyyyMM Resolution.DAY: yyyyMMdd Resolution.HOUR: yyyyMMddHH Resolution.MINUTE: yyyyMMddHHmm Resolution.SECOND: yyyyMMddHHmmss Resolution.MILLISECOND: yyyyMMddHHmmssSSS

 class DoubleBridge
          Map a double element
 class FloatBridge
          Map a float element
 class IntegerBridge
          Map an integer element
 class LongBridge
          Map a long element
 class NumberBridge
           
 class ShortBridge
          Map a short element
 class StringBridge
          Map a string element