Uses of Record Class
org.litebridgedb.orm.api.spec.TableMapping
Packages that use TableMapping
-
Uses of TableMapping in org.litebridgedb.orm.api.spec
Methods in org.litebridgedb.orm.api.spec that return TableMappingModifier and TypeMethodDescription@Nullable TableMappingColumnSpec.mappedTable()Returns the value of themappedTablerecord component.Constructors in org.litebridgedb.orm.api.spec with parameters of type TableMappingModifierConstructorDescriptionColumnSpec(String name, @Nullable ColumnValueGenerator generator, @Nullable String joinColumn, @Nullable TableMapping mappedTable) Creates an instance of aColumnSpecrecord class.