Package klyn.data.sql
Contains 15 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.
  • JoinColumns - Maps one relationship to an ordered group of relational join columns.
  • JoinTable - Maps an owning relationship through a relational join table.
  • Table - Maps an entity to one relational table.
Classes
  • MariaDBDialect - MariaDB SQL dialect.
  • PostgreSQLDialect - PostgreSQL SQL dialect.
  • SQLConfiguration - Immutable connection and rendering configuration for the SQL KQL provider.
  • SQLParameters - Immutable ordered values bound to placeholders in an explicit SQL command.
  • SQLQuery - Re-executable typed result of an explicit SQL query.
  • SQLRepository - Read-only, no-tracking repository over one mapped SQL table or view.
  • SQLSchemaPlan - Immutable SQL specialization of a provider-neutral SchemaPlan.
  • SQLServerDialect - Microsoft SQL Server dialect.
  • SQLiteDialect - SQLite dialect intended for explicitly configured ODBC connections.