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.graphic.domain.tables.daos.GClusterDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
      • cn.vertxup.graphic.domain.tables.daos.GEdgeDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
      • cn.vertxup.graphic.domain.tables.daos.GGraphicDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
      • cn.vertxup.graphic.domain.tables.daos.GNodeDao (implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO<R,P,T>)
    • cn.vertxup.graphic.domain.tables.converters.Bindings
    • org.jooq.impl.CatalogImpl (implements org.jooq.Catalog)
    • cn.vertxup.graphic.domain.tables.converters.Converters
    • cn.vertxup.graphic.domain.tables.pojos.GCluster (implements cn.vertxup.graphic.domain.tables.interfaces.IGCluster, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
    • cn.vertxup.graphic.domain.tables.pojos.GEdge (implements cn.vertxup.graphic.domain.tables.interfaces.IGEdge, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
    • cn.vertxup.graphic.domain.tables.pojos.GGraphic (implements cn.vertxup.graphic.domain.tables.interfaces.IGGraphic, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
    • cn.vertxup.graphic.domain.tables.pojos.GNode (implements cn.vertxup.graphic.domain.tables.interfaces.IGNode, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
    • cn.vertxup.graphic.api.GraphActor
    • cn.vertxup.graphic.domain.Keys
    • org.jooq.impl.SchemaImpl (implements org.jooq.Schema)
      • cn.vertxup.graphic.domain.Db
    • org.jooq.impl.TableImpl<R>
      • cn.vertxup.graphic.domain.tables.GCluster
      • cn.vertxup.graphic.domain.tables.GEdge
      • cn.vertxup.graphic.domain.tables.GGraphic
      • cn.vertxup.graphic.domain.tables.GNode
    • org.jooq.impl.TableRecordImpl<R> (implements org.jooq.TableRecord<R>)
      • org.jooq.impl.UpdatableRecordImpl<R> (implements org.jooq.UpdatableRecord<R>)
        • cn.vertxup.graphic.domain.tables.records.GClusterRecord (implements cn.vertxup.graphic.domain.tables.interfaces.IGCluster, 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.graphic.domain.tables.records.GEdgeRecord (implements cn.vertxup.graphic.domain.tables.interfaces.IGEdge, org.jooq.Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
        • cn.vertxup.graphic.domain.tables.records.GGraphicRecord (implements cn.vertxup.graphic.domain.tables.interfaces.IGGraphic, org.jooq.Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
        • cn.vertxup.graphic.domain.tables.records.GNodeRecord (implements cn.vertxup.graphic.domain.tables.interfaces.IGNode, 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.graphic.domain.Tables

Interface Hierarchy

  • io.vertx.tp.graphic.cv.Addr
  • cn.vertxup.graphic.api.GraphApi
  • java.io.Serializable
    • cn.vertxup.graphic.domain.tables.interfaces.IGCluster (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
    • cn.vertxup.graphic.domain.tables.interfaces.IGEdge (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
    • cn.vertxup.graphic.domain.tables.interfaces.IGGraphic (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
    • cn.vertxup.graphic.domain.tables.interfaces.IGNode (also extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo)
  • io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo