Uses of Class
org.litebridgedb.orm.api.register.RegistrationContext
Packages that use RegistrationContext
Package
Description
Litebridge ORM
Fluent API for registering DTO-table mappings
Core common ORM API function services.
-
Uses of RegistrationContext in org.litebridgedb.orm
Method parameters in org.litebridgedb.orm with type arguments of type RegistrationContextModifier and TypeMethodDescriptionvoidLitebridge.register(Class<?> dtoClass, Function<RegistrationContext, RegistrationContextTerminal> rc) Registers a DTO class along with its associated table specification using the provided registration context function. -
Uses of RegistrationContext in org.litebridgedb.orm.api.register
Methods in org.litebridgedb.orm.api.register that return RegistrationContextModifier and TypeMethodDescriptionRegistrationContext.allowInterface(Class<?> dtoInterface) Specifies an additional superinterface of the DTO class that will be recognised by Litebridge relational mapping if used in collections.Method parameters in org.litebridgedb.orm.api.register with type arguments of type RegistrationContextModifier and TypeMethodDescriptionFieldColumnSpecBuilderJoinStep.withMappedTable(Class<?> dtoClass, Function<RegistrationContext, RegistrationContextTerminal> rc) Maps the current column configuration to a database table associated with the specified Data Transfer Object (DTO) class. -
Uses of RegistrationContext in org.litebridgedb.orm.engine
Method parameters in org.litebridgedb.orm.engine with type arguments of type RegistrationContextModifier and TypeMethodDescriptionvoidRegistrationEngine.register(Class<?> dtoClass, Function<RegistrationContext, RegistrationContextTerminal> rc) Registers a DTO class along with its associated table specification using the provided registration context function.