R - the root query bean typepublic class PBigDecimal<R> extends PBaseNumber<R,BigDecimal>
| Constructor and Description |
|---|
PBigDecimal(String name,
R root)
Construct with a property name and root instance.
|
PBigDecimal(String name,
R root,
String prefix)
Construct with additional path prefix.
|
between, between, eq, eq, equalTo, equalTo, ge, greaterOrEqualTo, greaterThan, greaterThan, gt, gt, le, lessOrEqualTo, lessThan, lessThan, lt, ltpublic PBigDecimal(String name, R root)
name - property nameroot - the root query bean instancepublic PBigDecimal(String name, R root, String prefix)
Copyright © 2016. All rights reserved.