Class SelectDSL<R>

  • Type Parameters:
    R - the type of model produced by this builder
    All Implemented Interfaces:
    Buildable<R>

    public class SelectDSL<R>
    extends java.lang.Object
    implements Buildable<R>
    Implements a standard SQL dialect for building model classes.
    Author:
    Jeff Butler