Package org.litebridge.orm.engine


package org.litebridge.orm.engine
Core common ORM API function services.
  • Class
    Description
    The FromClauseEngine class represents the generation of SQL "FROM" clauses with support for both DTO-based and raw expression-based queries.
    Represents the context for operation execution within the Litebridge framework.
    The RegistrationEngine class handles the registration of data transfer objects (DTOs) and their corresponding table specifications to enable mapping between application entities and database tables.
    Provides methods for constructing SQL SELECT statements in a fluent, object-oriented manner.