Class PEnum<R,E>

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

public final class PEnum<R,E> extends PBaseValueEqual<R,E>
Enum property.
  • Constructor Details

    • PEnum

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

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