Package | Description |
---|---|
com.uoc.myframeuoc.mapping | |
com.uoc.myframeuoc.querymanagement |
Modifier and Type | Method and Description |
---|---|
Update |
BinaryAssociationMap.getPreparedSqlUpdate()
Permet obtenir la sentència UPDATE que serveix per a actualitzar un registre
de la taula que s'utilitza per a implementar la relació.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryAssociationMap.setPreparedSqlUpdate(Update preparedSqlUpdate)
Defineix la sentència UPDATE que s'utilitzarà per a actualitzar un regitre
de la taula de la relació.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateMySQL
Classe que representa i gestiona les sentències UPDATE en MySQL.
|
class |
UpdateOracle
Classe que representa i gestiona les sentències UPDATE en Oracle.
|
Modifier and Type | Method and Description |
---|---|
static Update |
Update.getUpdate(Session session,
java.lang.String table)
Permet obtenir una sentència UPDATE inicialitzada.
|