Hierarchy For All Packages
Package Hierarchies:- cn.vertxup.erp.api,
- cn.vertxup.erp.domain,
- cn.vertxup.erp.domain.tables,
- cn.vertxup.erp.domain.tables.converters,
- cn.vertxup.erp.domain.tables.daos,
- cn.vertxup.erp.domain.tables.interfaces,
- cn.vertxup.erp.domain.tables.pojos,
- cn.vertxup.erp.domain.tables.records,
- cn.vertxup.erp.service,
- io.vertx.tp.erp.cv,
- io.vertx.tp.erp.refine,
- io.vertx.tp.optic.business,
- io.vertx.tp.optic.dict
Class Hierarchy
- java.lang.Object
- io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<R,P,T,FIND_MANY,FIND_ONE,EXECUTE,INSERT_RETURNING> (implements io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<R,P,T,FIND_MANY,FIND_ONE,EXECUTE,INSERT_RETURNING>)
- cn.vertxup.erp.domain.tables.daos.EBrandDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.ECompanyDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EContractDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.ECustomerDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EDeptDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EEmployeeDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EIdentityDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.ETeamDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.RCompanyCustomerDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.RTeamEmployeeDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.converters.Bindings
- io.vertx.tp.optic.dict.BrandDict (implements io.vertx.tp.optic.component.DictionaryPlugin)
- org.jooq.impl.CatalogImpl (implements org.jooq.Catalog)
- cn.vertxup.erp.domain.DefaultCatalog
- cn.vertxup.erp.api.CompanyActor
- io.vertx.tp.optic.dict.CompanyDict (implements io.vertx.tp.optic.component.DictionaryPlugin)
- cn.vertxup.erp.service.CompanyService (implements cn.vertxup.erp.service.CompanyStub)
- cn.vertxup.erp.domain.tables.converters.Converters
- io.vertx.tp.optic.dict.DepartmentDict (implements io.vertx.tp.optic.component.DictionaryPlugin)
- cn.vertxup.erp.domain.tables.pojos.EBrand (implements cn.vertxup.erp.domain.tables.interfaces.IEBrand, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.pojos.ECompany (implements cn.vertxup.erp.domain.tables.interfaces.IECompany, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.pojos.EContract (implements cn.vertxup.erp.domain.tables.interfaces.IEContract, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.pojos.ECustomer (implements cn.vertxup.erp.domain.tables.interfaces.IECustomer, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.pojos.EDept (implements cn.vertxup.erp.domain.tables.interfaces.IEDept, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.pojos.EEmployee (implements cn.vertxup.erp.domain.tables.interfaces.IEEmployee, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.pojos.EIdentity (implements cn.vertxup.erp.domain.tables.interfaces.IEIdentity, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.api.EmployeeActor
- cn.vertxup.erp.service.EmployeeService (implements cn.vertxup.erp.service.EmployeeStub)
- io.vertx.tp.erp.refine.Er
- cn.vertxup.erp.domain.tables.pojos.ETeam (implements cn.vertxup.erp.domain.tables.interfaces.IETeam, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- io.vertx.tp.optic.business.ExCompanyEpic (implements io.vertx.tp.optic.business.ExCompany)
- io.vertx.tp.optic.business.ExEmployeeEpic (implements io.vertx.tp.optic.business.ExEmployee)
- cn.vertxup.erp.domain.Indexes
- cn.vertxup.erp.domain.Keys
- cn.vertxup.erp.domain.tables.pojos.RCompanyCustomer (implements cn.vertxup.erp.domain.tables.interfaces.IRCompanyCustomer, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.pojos.RTeamEmployee (implements cn.vertxup.erp.domain.tables.interfaces.IRTeamEmployee, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- org.jooq.impl.SchemaImpl (implements org.jooq.Schema)
- cn.vertxup.erp.domain.Db
- org.jooq.impl.TableImpl<R>
- cn.vertxup.erp.domain.tables.EBrand
- cn.vertxup.erp.domain.tables.ECompany
- cn.vertxup.erp.domain.tables.EContract
- cn.vertxup.erp.domain.tables.ECustomer
- cn.vertxup.erp.domain.tables.EDept
- cn.vertxup.erp.domain.tables.EEmployee
- cn.vertxup.erp.domain.tables.EIdentity
- cn.vertxup.erp.domain.tables.ETeam
- cn.vertxup.erp.domain.tables.RCompanyCustomer
- cn.vertxup.erp.domain.tables.RTeamEmployee
- org.jooq.impl.TableRecordImpl<R> (implements org.jooq.TableRecord<R>)
- org.jooq.impl.UpdatableRecordImpl<R> (implements org.jooq.UpdatableRecord<R>)
- cn.vertxup.erp.domain.tables.records.EBrandRecord (implements cn.vertxup.erp.domain.tables.interfaces.IEBrand, org.jooq.Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.ECompanyRecord (implements cn.vertxup.erp.domain.tables.interfaces.IECompany, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.EContractRecord (implements cn.vertxup.erp.domain.tables.interfaces.IEContract, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.ECustomerRecord (implements cn.vertxup.erp.domain.tables.interfaces.IECustomer, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.EDeptRecord (implements cn.vertxup.erp.domain.tables.interfaces.IEDept, org.jooq.Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.EEmployeeRecord (implements cn.vertxup.erp.domain.tables.interfaces.IEEmployee, org.jooq.Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.EIdentityRecord (implements cn.vertxup.erp.domain.tables.interfaces.IEIdentity, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.ETeamRecord (implements cn.vertxup.erp.domain.tables.interfaces.IETeam, org.jooq.Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.RCompanyCustomerRecord (implements cn.vertxup.erp.domain.tables.interfaces.IRCompanyCustomer, org.jooq.Record3<T1,T2,T3>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.records.RTeamEmployeeRecord (implements cn.vertxup.erp.domain.tables.interfaces.IRTeamEmployee, org.jooq.Record3<T1,T2,T3>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- org.jooq.impl.UpdatableRecordImpl<R> (implements org.jooq.UpdatableRecord<R>)
- cn.vertxup.erp.domain.Tables
- io.vertx.tp.optic.dict.TeamDict (implements io.vertx.tp.optic.component.DictionaryPlugin)
- io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<R,P,T,FIND_MANY,FIND_ONE,EXECUTE,INSERT_RETURNING> (implements io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<R,P,T,FIND_MANY,FIND_ONE,EXECUTE,INSERT_RETURNING>)
Interface Hierarchy
- io.vertx.tp.erp.cv.Addr
- io.vertx.tp.erp.cv.Addr.Company
- io.vertx.tp.erp.cv.Addr.Employee
- cn.vertxup.erp.api.CompanyAgent
- cn.vertxup.erp.service.CompanyStub
- cn.vertxup.erp.api.EmployeeAgent
- cn.vertxup.erp.service.EmployeeStub
- io.vertx.tp.erp.cv.ErpMsg
- java.io.Serializable
- cn.vertxup.erp.domain.tables.interfaces.IEBrand (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IECompany (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IEContract (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IECustomer (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IEDept (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IEEmployee (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IEIdentity (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IETeam (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IRCompanyCustomer (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.erp.domain.tables.interfaces.IRTeamEmployee (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- cn.vertxup.erp.domain.tables.interfaces.IEBrand (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IECompany (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IEContract (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IECustomer (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IEDept (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IEEmployee (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IEIdentity (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IETeam (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IRCompanyCustomer (also extends java.io.Serializable)
- cn.vertxup.erp.domain.tables.interfaces.IRTeamEmployee (also extends java.io.Serializable)