Uses of Record Class
org.litebridgedb.orm.api.spec.ManyToMany
Packages that use ManyToMany
-
Uses of ManyToMany in org.litebridgedb.orm.api.register
Methods in org.litebridgedb.orm.api.register that return ManyToManyModifier and TypeMethodDescriptionManyToManyBuilderInverseJoinColumnStep.inverseJoinColumn(String column) Defines the inverse join column in the many-to-many relationship mapping.Method parameters in org.litebridgedb.orm.api.register with type arguments of type ManyToManyModifier and TypeMethodDescriptionFieldColumnSpecBuilderFieldStep.manyToMany(Function<ManyToManyBuilder, ManyToMany> c) Defines a many-to-many relationship for the current field in the fluent API builder.