Class RegistrationContextTerminal

java.lang.Object
org.litebridgedb.orm.api.register.RegistrationContextTerminal

public final class RegistrationContextTerminal extends Object
Terminal context for registering the mapping between a data transfer object (DTO) class and its corresponding database table within the ORM framework.

This class serves as a final step in constructing the mapping information for a DTO to interact with a specific database table. It encapsulates details such as the target DTO class, the associated database table name, field-to-column mappings, and the database provider responsible for performing specific database-related operations.

Instances of this class are immutable after their internal state has been configured through the builder-like pattern provided by the with method.