[svn r260] made swing work
This commit is contained in:
parent
0f55185807
commit
848eb431d6
14 changed files with 825 additions and 127 deletions
|
|
@ -68,13 +68,16 @@ public class TestModelVascDataSource implements VascDataSource {
|
|||
}
|
||||
|
||||
public void persist(Object object) throws Exception {
|
||||
|
||||
testModels.add(object);
|
||||
}
|
||||
public Object merge(Object object) throws Exception {
|
||||
if(testModels.contains(object)==false) {
|
||||
testModels.add(object);
|
||||
}
|
||||
return object;
|
||||
}
|
||||
public void delete(Object object) throws Exception {
|
||||
|
||||
testModels.remove(object);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue