Uses of Package
org.litebridgedb.orm.persistence
Packages that use org.litebridgedb.orm.persistence
Package
Description
Litebridge ORM
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.ormClassDescriptionMapper for converting between complex Data Transfer Objects (DTOs) and their corresponding "entity" objects.
-
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.orm.api.dtoClassDescriptionA 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). -
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.orm.api.dto.deleteClassDescriptionA 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). -
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.orm.api.dto.updateClassDescriptionA 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). -
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.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). -
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.orm.api.sql.delete
-
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.orm.api.sql.update
-
Classes in org.litebridgedb.orm.persistence used by org.litebridgedb.orm.persistenceClassDescriptionThe DtoCache interface defines methods for caching Data Transfer Objects (DTOs).A no-operation implementation of the
DtoCacheinterface.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.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).