Class Hierarchy

Interface Hierarchy

  • tech.guilhermekaua.spigotboot.data.jdbc.dialect.Dialect
  • tech.guilhermekaua.spigotboot.data.repository.Repository<T,KEY>
    • tech.guilhermekaua.spigotboot.data.jdbc.repository.JdbcRepository<T,ID>

Annotation Interface Hierarchy

  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.Column (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.EmbeddedId (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.Id (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.Include (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.Includes (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.JoinColumn (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.JoinColumns (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.ManyToOne (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.OneToMany (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.Param (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.Query (implements java.lang.annotation.Annotation)
  • tech.guilhermekaua.spigotboot.data.jdbc.annotation.Table (implements java.lang.annotation.Annotation)

Enum Class Hierarchy