R - the root query bean typeT - the number typepublic abstract class PBaseValueEqual<R,T> extends TQProperty<R>
| Constructor and Description |
|---|
PBaseValueEqual(String name,
R root)
Construct with a property name and root instance.
|
PBaseValueEqual(String name,
R root,
String prefix)
Construct with additional path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
R |
eq(T value)
Is equal to.
|
R |
equalTo(T value)
Is equal to.
|
public PBaseValueEqual(String name, R root)
name - property nameroot - the root query bean instancepublic PBaseValueEqual(String name, R root, String prefix)
Copyright © 2016. All rights reserved.