Uses of Record Class
org.litebridgedb.orm.api.spec.OneToMany
Packages that use OneToMany
Package
Description
Models for specifying DTO field mappings
-
Uses of OneToMany in org.litebridgedb.orm.api.register
Methods in org.litebridgedb.orm.api.register that return OneToManyModifier and TypeMethodDescriptionOneToManyBuilder.mappedByField(String field) OneToManyBuilder.mappedByProperty(String property) Method parameters in org.litebridgedb.orm.api.register with type arguments of type OneToManyModifier and TypeMethodDescriptionRegistrationFieldContext.oneToMany(Function<OneToManyBuilder, OneToMany> c) -
Uses of OneToMany in org.litebridgedb.orm.api.spec
Methods in org.litebridgedb.orm.api.spec that return OneToMany