Class JDBCRepository<Entity>

java.lang.Object
cool.scx.data.jdbc.JDBCRepository<Entity>
All Implemented Interfaces:
Repository<Entity,Long>

public class JDBCRepository<Entity> extends Object implements Repository<Entity,Long>
使用 JDBC 接口, 通过 SQL 操作关系型数据库的 DAO
Version:
0.0.1
Author:
scx567888