Class Hierarchy
- java.lang.Object
- io.vertx.tp.plugin.booting.AbstractBoot (implements io.vertx.tp.plugin.booting.KBoot)
- 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.lbs.domain.tables.daos.LCityDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.daos.LCountryDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.daos.LFloorDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.daos.LLocationDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.daos.LRegionDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.daos.LStateDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.daos.LTentDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.daos.LYardDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
- cn.vertxup.lbs.domain.tables.converters.Bindings
- org.jooq.impl.CatalogImpl (implements org.jooq.Catalog)
- cn.vertxup.lbs.domain.tables.converters.Converters
- io.horizon.spi.dict.FloorDict (implements io.horizon.spi.component.DictionaryPlugin)
- cn.vertxup.lbs.domain.Keys
- cn.vertxup.lbs.domain.tables.pojos.LCity (implements cn.vertxup.lbs.domain.tables.interfaces.ILCity, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.pojos.LCountry (implements cn.vertxup.lbs.domain.tables.interfaces.ILCountry, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.pojos.LFloor (implements cn.vertxup.lbs.domain.tables.interfaces.ILFloor, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.pojos.LLocation (implements cn.vertxup.lbs.domain.tables.interfaces.ILLocation, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.service.LocationService (implements cn.vertxup.lbs.service.LocationStub)
- cn.vertxup.lbs.domain.tables.pojos.LRegion (implements cn.vertxup.lbs.domain.tables.interfaces.ILRegion, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.pojos.LState (implements cn.vertxup.lbs.domain.tables.interfaces.ILState, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.pojos.LTent (implements cn.vertxup.lbs.domain.tables.interfaces.ILTent, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.pojos.LYard (implements cn.vertxup.lbs.domain.tables.interfaces.ILYard, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.api.QueryActor
- org.jooq.impl.SchemaImpl (implements org.jooq.Schema)
- org.jooq.impl.TableImpl<R>
- cn.vertxup.lbs.domain.tables.LCity
- cn.vertxup.lbs.domain.tables.LCountry
- cn.vertxup.lbs.domain.tables.LFloor
- cn.vertxup.lbs.domain.tables.LLocation
- cn.vertxup.lbs.domain.tables.LRegion
- cn.vertxup.lbs.domain.tables.LState
- cn.vertxup.lbs.domain.tables.LTent
- cn.vertxup.lbs.domain.tables.LYard
- org.jooq.impl.TableRecordImpl<R> (implements org.jooq.TableRecord<R>)
- org.jooq.impl.UpdatableRecordImpl<R> (implements org.jooq.UpdatableRecord<R>)
- cn.vertxup.lbs.domain.tables.records.LCityRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILCity, org.jooq.Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.records.LCountryRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILCountry, org.jooq.Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.records.LFloorRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILFloor, org.jooq.Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.records.LLocationRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILLocation, 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.lbs.domain.tables.records.LRegionRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILRegion, org.jooq.Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.records.LStateRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILState, org.jooq.Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.records.LTentRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILTent, 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.lbs.domain.tables.records.LYardRecord (implements cn.vertxup.lbs.domain.tables.interfaces.ILYard, org.jooq.Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.Tables
- io.horizon.spi.dict.TentDict (implements io.horizon.spi.component.DictionaryPlugin)
Interface Hierarchy
- io.vertx.tp.lbs.cv.Addr
- io.vertx.tp.lbs.cv.Addr.PickUp
- cn.vertxup.lbs.service.LocationStub
- cn.vertxup.lbs.api.QueryApi
- java.io.Serializable
- cn.vertxup.lbs.domain.tables.interfaces.ILCity (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.interfaces.ILCountry (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.interfaces.ILFloor (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.interfaces.ILLocation (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.interfaces.ILRegion (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.interfaces.ILState (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.interfaces.ILTent (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- cn.vertxup.lbs.domain.tables.interfaces.ILYard (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
- io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo