Package klyn.data.sql
Contains 12 type(s).
Types
Interfaces
  • SQLDialect - Relational dialect contract used to render a structured SQL AST.
Annotations
  • Column - Maps one persistent property to a relational column.
  • JoinColumn - Maps an entity relationship to one relational join column.
  • Table - Maps an entity to one relational table.
Classes