类 PostgresDALs
- java.lang.Object
-
- org.pharosnet.vertx.pg.dal.core.PostgresDALs
-
public class PostgresDALs extends Object
-
-
构造器概要
构造器 构造器 说明 PostgresDALs()
-
-
-
方法详细资料
-
INIT
public static void INIT(io.vertx.pgclient.PgPool pgPool, String basePackage) throws Exception- 抛出:
Exception
-
get
public static <R extends PostgresDAL> R get(Class<R> clazz)
-
-