- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,T>
-
- io.ebean.typequery.PBaseCompareable<R,String>
-
- io.ebean.typequery.PBaseString<R,URI>
-
- io.ebean.typequery.PUri<R>
-
- Type Parameters:
R- the root query bean type
public final class PUri<R> extends PBaseString<R,URI>
URI property.
-
-
Field Summary
-
Fields inherited from class io.ebean.typequery.TQProperty
_name, _root
-
-
Method Summary
-
Methods inherited from class io.ebean.typequery.PBaseString
contains, endsWith, equalToType, icontains, iendsWith, ieq, iequalTo, ilike, istartsWith, like, match, notEqualToType, startsWith
-
Methods inherited from class io.ebean.typequery.PBaseCompareable
between, ge, geOrNull, greaterOrEqualTo, greaterThan, greaterThanOrNull, gt, gtOrNull, inRange, inRangeWith, le, leOrNull, lessOrEqualTo, lessThan, lessThanOrNull, lt, ltOrNull
-
Methods inherited from class io.ebean.typequery.PBaseValueEqual
asMapKey, eq, eqOrNull, equalTo, equalToOrNull, in, in, in, inOrEmpty, isIn, isIn, isIn, ne, notEqualTo, notIn, notIn
-
Methods inherited from class io.ebean.typequery.TQPropertyBase
asc, desc
-
Methods inherited from class io.ebean.typequery.TQProperty
expr, isNotNull, isNull, propertyName, toString
-
-