Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • io.github.joselion.springr2dbcrelationships.processors.Processable<T,U>

Annotation Interface Hierarchy

  • io.github.joselion.springr2dbcrelationships.annotations.ManyToMany (implements java.lang.annotation.Annotation)
  • io.github.joselion.springr2dbcrelationships.annotations.ManyToOne (implements java.lang.annotation.Annotation)
  • io.github.joselion.springr2dbcrelationships.annotations.OneToMany (implements java.lang.annotation.Annotation)
  • io.github.joselion.springr2dbcrelationships.annotations.OneToOne (implements java.lang.annotation.Annotation)
  • io.github.joselion.springr2dbcrelationships.annotations.ProjectionOf (implements java.lang.annotation.Annotation)

Record Class Hierarchy

  • java.lang.Object
    • java.lang.Record
      • io.github.joselion.springr2dbcrelationships.processors.ManyToManyProcessor (implements io.github.joselion.springr2dbcrelationships.processors.Processable<T,U>)
      • io.github.joselion.springr2dbcrelationships.processors.ManyToOneProcessor (implements io.github.joselion.springr2dbcrelationships.processors.Processable<T,U>)
      • io.github.joselion.springr2dbcrelationships.processors.OneToManyProcessor (implements io.github.joselion.springr2dbcrelationships.processors.Processable<T,U>)
      • io.github.joselion.springr2dbcrelationships.processors.OneToOneProcessor (implements io.github.joselion.springr2dbcrelationships.processors.Processable<T,U>)
      • io.github.joselion.springr2dbcrelationships.R2dbcRelationshipsCallbacks<T> (implements org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<T>, org.springframework.data.r2dbc.mapping.event.AfterSaveCallback<T>, org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<T>)