Class TQPath

java.lang.Object
io.ebean.typequery.TQPath

public final class TQPath extends Object
Helper for adding a path prefix to a property.
  • Constructor Details

    • TQPath

      public TQPath()
  • Method Details

    • add

      public static String add(String prefix, String name)
      Return the full path by adding the prefix to the property name (null safe).