Uses of Interface
org.litebridgedb.orm.api.spec.FieldMapping
Packages that use FieldMapping
-
Uses of FieldMapping in org.litebridgedb.orm.api.spec
Classes in org.litebridgedb.orm.api.spec that implement FieldMappingMethods in org.litebridgedb.orm.api.spec that return types with arguments of type FieldMappingModifier and TypeMethodDescriptionTableSpec.fieldColumnMap()Field name toColumnSpecmap; key is field name, value is the column definitionConstructor parameters in org.litebridgedb.orm.api.spec with type arguments of type FieldMappingModifierConstructorDescriptionTableSpec(@Nullable String catalog, @Nullable String schema, String table, Map<FieldMapping, ColumnMapping> fieldColumnMap) TableSpec(String name, Map<FieldMapping, ColumnMapping> fieldColumnMap)