类分层结构
- java.lang.Object
- org.jooq.codegen.AbstractGeneratorStrategy (implements org.jooq.codegen.GeneratorStrategy)
- org.jooq.codegen.DefaultGeneratorStrategy
- xyz.raylab.jooq.codegen.CustomGeneratorStrategy
- org.jooq.codegen.DefaultGeneratorStrategy
- xyz.raylab.jooq.dao.BasicFields<T>
- xyz.raylab.jooq.dao.Fields
- xyz.raylab.jooq.dao.OrderFields
- org.jooq.impl.DAOImpl<R,
P, T> (implements org.jooq.DAO<R, P, T>) - xyz.raylab.jooq.dao.DAOPlusImpl<R,
P, T> (implements xyz.raylab.jooq.dao.DAOPlus<R, P, T>)
- xyz.raylab.jooq.dao.DAOPlusImpl<R,
- org.jooq.codegen.JavaGenerator
- xyz.raylab.jooq.codegen.CustomJavaGenerator
- xyz.raylab.jooq.dao.LimitArgs
- org.jooq.codegen.AbstractGeneratorStrategy (implements org.jooq.codegen.GeneratorStrategy)
接口分层结构
- org.jooq.DAO<R,
P, T> - xyz.raylab.jooq.dao.DAOPlus<R,
P, T>
- xyz.raylab.jooq.dao.DAOPlus<R,