Package io.ebean.typequery
Class PInetAddress<R>
- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,InetAddress>
-
- io.ebean.typequery.PInetAddress<R>
-
- Type Parameters:
R- the root query bean type
public class PInetAddress<R> extends PBaseValueEqual<R,InetAddress>
InetAddress property.
-
-
Constructor Summary
Constructors Constructor Description PInetAddress(String name, R root)Construct with a property name and root instance.PInetAddress(String name, R root, String prefix)Construct with additional path prefix.
-
Method Summary
-
Methods inherited from class io.ebean.typequery.PBaseValueEqual
asMapKey, eq, eqOrNull, equalTo, equalToOrNull, in, in, inOrEmpty, isIn, isIn, ne, notEqualTo, notIn, notIn
-
Methods inherited from class io.ebean.typequery.TQPropertyBase
asc, desc
-
Methods inherited from class io.ebean.typequery.TQProperty
isNotNull, isNull, toString
-
-
-
-
Constructor Detail
-
PInetAddress
public PInetAddress(String name, R root)
Construct with a property name and root instance.- Parameters:
name- property nameroot- the root query bean instance
-
PInetAddress
public PInetAddress(String name, R root, String prefix)
Construct with additional path prefix.
-
-