org.hibernate.search.bridge.builtin
Class BigIntegerBridge

java.lang.Object
  extended by org.hibernate.search.bridge.builtin.NumberBridge
      extended by org.hibernate.search.bridge.builtin.BigIntegerBridge
All Implemented Interfaces:
StringBridge, TwoWayStringBridge

public class BigIntegerBridge
extends NumberBridge

Map a BigInteger element

Author:
Emmanuel Bernard

Constructor Summary
BigIntegerBridge()
           
 
Method Summary
 Object stringToObject(String stringValue)
          Convert the string representation to an object
 
Methods inherited from class org.hibernate.search.bridge.builtin.NumberBridge
objectToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigIntegerBridge

public BigIntegerBridge()
Method Detail

stringToObject

public Object stringToObject(String stringValue)
Description copied from interface: TwoWayStringBridge
Convert the string representation to an object