org.hibernate.search.bridge.builtin
Class BigDecimalBridge
java.lang.Object
org.hibernate.search.bridge.builtin.NumberBridge
org.hibernate.search.bridge.builtin.BigDecimalBridge
- All Implemented Interfaces:
- StringBridge, TwoWayStringBridge
public class BigDecimalBridge
- extends NumberBridge
Map a BigDecimal element
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigDecimalBridge
public BigDecimalBridge()
stringToObject
public Object stringToObject(String stringValue)
- Description copied from interface:
TwoWayStringBridge
- Convert the index string representation to an object.
- Parameters:
stringValue
- The index value.
- Returns:
- Takes the string representation from the Lucene index and transforms it back into the original
Object
.
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved