Uses of Package
org.litebridgedb.orm.api.register
Packages that use org.litebridgedb.orm.api.register
Package
Description
Litebridge ORM
Fluent API for registering DTO-table mappings
Core common ORM API function services.
-
Classes in org.litebridgedb.orm.api.register used by org.litebridgedb.ormClassDescriptionRegistration 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.
-
Classes in org.litebridgedb.orm.api.register used by org.litebridgedb.orm.api.registerClassDescriptionA 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.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.
-
Classes in org.litebridgedb.orm.api.register used by org.litebridgedb.orm.engineClassDescriptionRegistration 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.