Uses of Class
org.zalando.typemapper.core.db.DbTypeField
-
Packages that use DbTypeField Package Description org.zalando.typemapper.core.db -
-
Uses of DbTypeField in org.zalando.typemapper.core.db
Methods in org.zalando.typemapper.core.db that return DbTypeField Modifier and Type Method Description DbTypeFieldDbFunction. getFieldByPos(int i)DbTypeFieldDbType. getFieldByPos(int i)Methods in org.zalando.typemapper.core.db that return types with arguments of type DbTypeField Modifier and Type Method Description Collection<DbTypeField>DbType. getFields()Methods in org.zalando.typemapper.core.db with parameters of type DbTypeField Modifier and Type Method Description voidDbType. addField(DbTypeField dbTypeField)
-