Class Hierarchy
- java.lang.Object
- io.vertx.tp.optic.dict.BrandDict (implements io.vertx.tp.optic.component.DictionaryPlugin)
- org.jooq.impl.CatalogImpl (implements org.jooq.Catalog)
- 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)
- org.jooq.impl.DAOImpl<R,P,T> (implements org.jooq.DAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EBrandDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.ECompanyDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EContractDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.ECustomerDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EDeptDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EEmployeeDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.EIdentityDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.ETeamDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.RCompanyCustomerDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- cn.vertxup.erp.domain.tables.daos.RTeamEmployeeDao (implements io.github.jklingsporn.vertx.jooq.future.VertxDAO<R,P,T>)
- 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)
- cn.vertxup.erp.domain.tables.pojos.ECompany (implements cn.vertxup.erp.domain.tables.interfaces.IECompany)
- cn.vertxup.erp.domain.tables.pojos.EContract (implements cn.vertxup.erp.domain.tables.interfaces.IEContract)
- cn.vertxup.erp.domain.tables.pojos.ECustomer (implements cn.vertxup.erp.domain.tables.interfaces.IECustomer)
- cn.vertxup.erp.domain.tables.pojos.EDept (implements cn.vertxup.erp.domain.tables.interfaces.IEDept)
- cn.vertxup.erp.domain.tables.pojos.EEmployee (implements cn.vertxup.erp.domain.tables.interfaces.IEEmployee)
- cn.vertxup.erp.domain.tables.pojos.EIdentity (implements cn.vertxup.erp.domain.tables.interfaces.IEIdentity)
- 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.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)
- cn.vertxup.erp.domain.tables.pojos.RTeamEmployee (implements cn.vertxup.erp.domain.tables.interfaces.IRTeamEmployee)
- org.jooq.impl.SchemaImpl (implements org.jooq.Schema)
- org.jooq.impl.TableImpl<R>
- 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>)
- cn.vertxup.erp.domain.tables.records.ECompanyRecord (implements cn.vertxup.erp.domain.tables.interfaces.IECompany)
- cn.vertxup.erp.domain.tables.records.EContractRecord (implements cn.vertxup.erp.domain.tables.interfaces.IEContract)
- cn.vertxup.erp.domain.tables.records.ECustomerRecord (implements cn.vertxup.erp.domain.tables.interfaces.IECustomer)
- 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>)
- 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>)
- cn.vertxup.erp.domain.tables.records.EIdentityRecord (implements cn.vertxup.erp.domain.tables.interfaces.IEIdentity)
- 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>)
- cn.vertxup.erp.domain.tables.records.RCompanyCustomerRecord (implements cn.vertxup.erp.domain.tables.interfaces.IRCompanyCustomer, org.jooq.Record3<T1,T2,T3>)
- cn.vertxup.erp.domain.tables.records.RTeamEmployeeRecord (implements cn.vertxup.erp.domain.tables.interfaces.IRTeamEmployee, org.jooq.Record3<T1,T2,T3>)
- cn.vertxup.erp.domain.Tables
- io.vertx.tp.optic.dict.TeamDict (implements io.vertx.tp.optic.component.DictionaryPlugin)
Interface Hierarchy
Copyright © 2021. All rights reserved.