Class PScalar<R,D>

Type Parameters:
R - the root query bean type
D - the scalar type
All Implemented Interfaces:
io.ebean.Query.Property<D>

public final class PScalar<R,D> extends PBaseValueEqual<R,D>
Property for classes that are serialized/deserialized by ScalarType/AttributeConverter.
  • Constructor Details

    • PScalar

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

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