Package org.litebridgedb.orm.api.register


package org.litebridgedb.orm.api.register
Fluent API for registering DTO-table mappings
  • Class
    Description
    Builder class for constructing instances of DtoTableSpec.
    A builder for specifying mappings between fields or properties in a DTO (Data Transfer Object) and database expressions.
    A builder step for defining the column specification associated with a field in a data model.
    A builder step for configuring the mapping of a field in a data model to a database column or relationship.
    A builder step for defining the join column mapping in a field-to-database-column specification.
    A terminal step in the fluent API for configuring field-to-database-column mappings within an Object-Relational Mapping (ORM) system.
    Final implementation of the FieldColumnSpecBuilderTerminal interface, used to build a FieldColumnSpec instance representing the mapping between a DTO field and its corresponding database column or relationship specification.
    Builder class for defining many-to-many relationships between DTOs (Data Transfer Objects) and their corresponding relationship tables in a database.
    Represents a step in the fluent API for defining the inverse join column in a many-to-many relationship mapping.
    Represents a configuration step in the fluent API for defining many-to-many relationships between DTOs (Data Transfer Objects) and their corresponding join tables in a database.
    Builder class for defining one-to-many relationships between a field or property in a DTO (Data Transfer Object) and a corresponding set of related records in a database.
    Registration context for associating a Data Transfer Object (DTO) class with database-related functionality and specifications.
    Terminal context for registering the mapping between a data transfer object (DTO) class and its corresponding database table within the ORM framework.