Uses of Record Class
org.litebridgedb.orm.api.spec.OneToMany
Packages that use OneToMany
-
Uses of OneToMany in org.litebridgedb.orm.api.register
Methods in org.litebridgedb.orm.api.register that return OneToManyModifier and TypeMethodDescriptionOneToManyBuilder.mappedByField(String field) Defines a one-to-many relationship between a specified field in a DTO (Data Transfer Object) and a corresponding collection of rows in a database table.OneToManyBuilder.mappedByProperty(String property) Defines a one-to-many relationship based on a specified property in a DTO (Data Transfer Object).Method parameters in org.litebridgedb.orm.api.register with type arguments of type OneToManyModifier and TypeMethodDescriptionFieldColumnSpecBuilderFieldStep.oneToMany(Function<OneToManyBuilder, OneToMany> c) Defines a one-to-many relationship for the current field in the fluent API builder.