Class PLContext


  • public class PLContext
    extends java.lang.Object
    • Method Detail

      • dslContext

        public org.jooq.DSLContext dslContext()
      • generateFeatureSet

        public FeatureSet generateFeatureSet()
      • select

        public FetchFromStep select​(EntityField<?,​?>... fields)
        Start building a query to fetch entities with the given fields.
        Parameters:
        fields - the fields to fetch, must not be empty
        Returns:
        the next step in which the entity type will be specified