Package dimstyl.orm.annotations


package dimstyl.orm.annotations
Contains annotations used to define ORM entities, columns, primary keys, and repositories.
  • Annotation Interfaces
    Class
    Description
    Represents a database column mapping for an entity field in the custom ORM framework.
    Defines a database configuration for the custom ORM framework.
    Annotation to mark a method for deleting an entity by its identifier.
    Annotation to specify the primary key field of an entity.
    Defines a repository configuration for managing a specific entity in the database.
    Annotation to mark a method for selecting all records from an entity table.
    Annotation to define a database table mapping for an entity.
    Annotation to define a unique constraint on one or more database columns.