Uses of Package
org.litebridge.orm.persistence
Packages that use org.litebridge.orm.persistence
Package
Description
Litebridge ORM
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
DTO condition construction clauses.
Fluent API for constructing DTO-based deletes (DELETE statements)
Fluent API for constructing DTO-based updates (UPDATE statements)
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
Fluent API for constructing direct SQL deletes (DELETE statements)
Fluent API for constructing direct SQL updates (UPDATE statements)
Core common ORM API function services.
Native SQL processing.
Persistence subsystem; contains classes for saving/updating/deleting DTOs
Provides classes for generating aliases for tables and columns in a database schema.
-
Classes in org.litebridge.orm.persistence used by org.litebridge.ormClassDescriptionMapping between an entity class and its DTO fields.Mapper for converting between complex Data Transfer Objects (DTOs) and their corresponding "entity" objects.
-
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.api.dtoClassDescriptionA utility class responsible for constructing Data Transfer Object (DTO) instances using default or canonical constructors.A table known by/registered with the ORM, facilitating the relationship between Java objects (DTOs) and database table schema.The TableRegistry class is a centralized registry responsible for managing the relationship between Data Transfer Object (DTO) classes and their corresponding ORM table representations (
OrmTable).A decorator class that wraps aDatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.api.dto.conditionClassDescriptionA table known by/registered with the ORM, facilitating the relationship between Java objects (DTOs) and database table schema.
-
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.api.dto.deleteClassDescriptionA table known by/registered with the ORM, facilitating the relationship between Java objects (DTOs) and database table schema.A decorator class that wraps a
DatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.api.dto.updateClassDescriptionA table known by/registered with the ORM, facilitating the relationship between Java objects (DTOs) and database table schema.A decorator class that wraps a
DatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.api.sqlClassDescriptionThe TableRegistry class is a centralized registry responsible for managing the relationship between Data Transfer Object (DTO) classes and their corresponding ORM table representations (
OrmTable).A decorator class that wraps aDatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.api.sql.deleteClassDescriptionA decorator class that wraps a
DatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.api.sql.updateClassDescriptionA decorator class that wraps a
DatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.engineClassDescriptionA utility class responsible for constructing Data Transfer Object (DTO) instances using default or canonical constructors.A utility class responsible for mapping DTOs to database tables and managing the relationships between them.The TableRegistry class is a centralized registry responsible for managing the relationship between Data Transfer Object (DTO) classes and their corresponding ORM table representations (
OrmTable).A decorator class that wraps aDatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.nativesqlClassDescriptionA decorator class that wraps a
DatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.persistenceClassDescriptionAbstract base class for building SQL statements.Represents the result of a composite update operation, aggregating multiple
DtoUpdateResultobjects that represent individual update results.A builder class for constructing SQL DELETE statements.Base class for entity/DTO-specific blueprint data.Specialised data container for DTO-based joins in the context of aDtoBlueprint.Specialised data container for DTO-based selections in the context of aDtoBlueprint.The DtoCache interface defines methods for caching Data Transfer Objects (DTOs).A utility class responsible for constructing Data Transfer Object (DTO) instances using default or canonical constructors.The result of constructing a Data Transfer Object (DTO).A pair consisting of aFieldAccessorand its corresponding value.Mapping between an entity class and its DTO fields.Represents the result of an update operation on a Data Transfer Object (DTO).A many-to-many relationship mapping in an object-relational mapping (ORM) context.Represents a one-to-many relationship mapping in an object-relational mapping (ORM) context.A no-operation implementation of theDtoCacheinterface.A table known by/registered with the ORM, facilitating the relationship between Java objects (DTOs) and database table schema.A statement in the context of dependent database operations that is built using anAbstractStatementBuilderand optionally pipes result values using aConsumer.Interface for building SQL statements.A database table and its corresponding relationships mapped within the ORM (Object-Relational Mapping) layer.The TableRegistry class is a centralized registry responsible for managing the relationship between Data Transfer Object (DTO) classes and their corresponding ORM table representations (OrmTable).A decorator class that wraps aDatabaseProviderto provide transactional support using aTransactionManager. -
Classes in org.litebridge.orm.persistence used by org.litebridge.orm.persistence.aliasClassDescriptionA table known by/registered with the ORM, facilitating the relationship between Java objects (DTOs) and database table schema.