Toggle navigation
Home
com.speedment.config.db.Dbms to com.speedment.internal.ui.config.DbmsProperty
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'speedment'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
dbms.setUsername(usernamePassword.getKey())
to
dbms.usernameProperty().setValue(usernamePassword.getKey())
dbms.setPassword(usernamePassword.getValue())
to
speedment.getPasswordComponent().put(dbms,usernamePassword.getValue())