R - the root query bean typeD - the date time typepublic abstract class PBaseDate<R,D> extends TQProperty<R>
| Constructor and Description |
|---|
PBaseDate(String name,
R root)
Construct with a property name and root instance.
|
PBaseDate(String name,
R root,
String prefix)
Construct with additional path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
R |
after(D value)
Same as greater than.
|
R |
before(D value)
Same as less than.
|
R |
between(D lower,
D upper)
Between lower and upper values.
|
R |
eq(D value)
Is equal to.
|
R |
equalTo(D value)
Is equal to.
|
R |
ge(D value)
Greater than or equal to.
|
R |
gt(D value)
Greater than.
|
R |
le(D value)
Less than or equal to.
|
R |
lt(D value)
Less than.
|
public PBaseDate(String name, R root)
name - property nameroot - the root query bean instancepublic R equalTo(D value)
value - the equal to bind valuepublic R after(D value)
value - the equal to bind valuepublic R before(D value)
value - the equal to bind valuepublic R eq(D value)
value - the equal to bind valuepublic R gt(D value)
value - the equal to bind valuepublic R lt(D value)
value - the equal to bind valuepublic R ge(D value)
value - the equal to bind valuepublic R le(D value)
value - the equal to bind valueCopyright © 2016. All rights reserved.