Package dimstyl.orm.metadata
package dimstyl.orm.metadata
Defines metadata records and marker interfaces for ORM entities and database schema.
-
ClassDescriptionRepresents metadata for a database column.Represents metadata for a database, including its name, engine, SQL operations, and tables.Marker interface for metadata representations in the ORM framework.Represents metadata for a repository, including database details, table name, associated entity class, and supported SQL operations.Represents metadata for a database table, including its name, unique constraints, and associated column metadata.