Uses of Record Class
org.litebridgedb.orm.api.spec.DtoTableSpec
Packages that use DtoTableSpec
Package
Description
Litebridge ORM
Fluent API for registering DTO-table mappings
Core common ORM API function services.
-
Uses of DtoTableSpec in org.litebridgedb.orm
Methods in org.litebridgedb.orm with parameters of type DtoTableSpecModifier and TypeMethodDescriptionvoidLitebridge.register(DtoTableSpec... dtoTableSpecs) Register a Data Transfer Object (DTO) class(es) with its corresponding table specification(s). -
Uses of DtoTableSpec in org.litebridgedb.orm.api.register
Methods in org.litebridgedb.orm.api.register that return DtoTableSpecModifier and TypeMethodDescriptionDtoTableSpecBuilder.build()Builds theDtoTableSpecinstance encapsulating the DTO class, table specification, and superinterfaces. -
Uses of DtoTableSpec in org.litebridgedb.orm.engine
Methods in org.litebridgedb.orm.engine with parameters of type DtoTableSpecModifier and TypeMethodDescriptionvoidRegistrationEngine.register(DtoTableSpec... dtoTableSpecs) Register a Data Transfer Object (DTO) class(es) with its corresponding table specification(s).