类 PostgresDALs


  • public class PostgresDALs
    extends Object
    • 构造器详细资料

      • PostgresDALs

        public PostgresDALs()
    • 方法详细资料

      • INIT

        public static void INIT​(io.vertx.pgclient.PgPool pgPool)
      • INIT

        public static void INIT​(io.vertx.pgclient.PgPool pgPool,
                                String basePackage)
                         throws Exception
        抛出:
        Exception
      • get

        public static <R> R get​(Class<R> clazz)