Class PCidr<R>

java.lang.Object
io.ebean.typequery.TQProperty<R,io.ebean.types.Cidr>
io.ebean.typequery.TQPropertyBase<R,io.ebean.types.Cidr>
io.ebean.typequery.PBaseValueEqual<R,io.ebean.types.Cidr>
io.ebean.typequery.PBaseComparable<R,io.ebean.types.Cidr>
io.ebean.typequery.PBaseString<R,io.ebean.types.Cidr>
io.ebean.typequery.PCidr<R>
Type Parameters:
R - the root query bean type
All Implemented Interfaces:
io.ebean.Query.Property<io.ebean.types.Cidr>

public final class PCidr<R> extends PBaseString<R,io.ebean.types.Cidr>
Cidr property.
  • Constructor Details

    • PCidr

      public PCidr(String name, R root)
      Construct with a property name and root instance.
      Parameters:
      name - property name
      root - the root query bean instance
    • PCidr

      public PCidr(String name, R root, String prefix)
      Construct with additional path prefix.