Uses of Package
org.litebridgedb.orm.api.spec
Packages that use org.litebridgedb.orm.api.spec
Package
Description
Litebridge ORM
Fluent API for registering DTO-table mappings
Models for specifying DTO field mappings
Core common ORM API function services.
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Classes in org.litebridgedb.orm.api.spec used by org.litebridgedb.ormClassDescriptionDTO-to-table mapping details, used for registering a DTO class as an entity with the Litebridge ORM.
-
Classes in org.litebridgedb.orm.api.spec used by org.litebridgedb.orm.api.registerClassDescriptionRepresents a base type for various kinds of database column mappings.DTO-to-table mapping details, used for registering a DTO class as an entity with the Litebridge ORM.Represents the mapping between a specific field in a Data Transfer Object (DTO) and its corresponding database column specification.Represents a specification for mapping a field in a class to a database column or property.Represents a many-to-many relationship mapping between two tables using a join table.Represents a one-to-many relationship mapping between a field in a DTO and a corresponding collection of rows in a database table.
-
Classes in org.litebridgedb.orm.api.spec used by org.litebridgedb.orm.api.specClassDescriptionRepresents a base type for various kinds of database column mappings.Specification of a database column, used to map DTO fields to target expressions.Defines a mapping of a field or a property in a class to its corresponding representation.Represents a specification for mapping a field in a class to a database column or property.Represents the mapping between a Data Transfer Object (DTO) class and a database table, along with a method lookup used for runtime operations.Specification of a database tab, used to map DTO instances to to target tables.
-
Classes in org.litebridgedb.orm.api.spec used by org.litebridgedb.orm.engineClassDescriptionDTO-to-table mapping details, used for registering a DTO class as an entity with the Litebridge ORM.
-
Classes in org.litebridgedb.orm.api.spec used by org.litebridgedb.orm.persistence