Uses of Record Class
org.litebridgedb.orm.api.spec.DtoTableSpec
Packages that use DtoTableSpec
-
Uses of DtoTableSpec in org.litebridgedb.orm
Methods in org.litebridgedb.orm with parameters of type DtoTableSpecModifier and TypeMethodDescriptionvoidLitebridge.register(MethodHandles.Lookup lookup, DtoTableSpec dtoTableSpec) Register a Data Transfer Object (DTO) class with its corresponding table specification, using the provided lookup object to reflect the DTO and optional interfaces.voidLitebridge.register(DtoTableSpec dtoTableSpec) Register a Data Transfer Object (DTO) class with its corresponding table specification. -
Uses of DtoTableSpec in org.litebridgedb.orm.api.register
Methods in org.litebridgedb.orm.api.register that return DtoTableSpecModifier and TypeMethodDescriptionDtoTableSpecBuilder.buildDtoTableSpec(Class<?> dtoClass) RegistrationColumnContext.buildDtoTableSpec(Class<?> dtoClass) RegistrationJoinStep.buildDtoTableSpec(Class<?> dtoClass) RegistrationTableContextImpl.buildDtoTableSpec(Class<?> dtoClass)