I've implemented list support for tjdo, with a couple of tests. I can't quite figure out the proper semantics for inverse lists, but if someone wants to explain them implementation should be pretty easy.
New and modified classes for List implementation
Added set test
2nd version.
Logged In: YES user_id=60525
I forgot to consider subList. New version relies on AbstractList for implementation.
Logged In: YES user_id=824776
List IMP don't work with "TJDO_2_0_beta3-src.zip":
some lines: ... .. StoreManager.java:114: cannot resolve symbol symbol : method getValidateTables () location: class com.triactive.jdo.PersistenceManagerFactoryImpl int validateTables = pmf.getValidateTables() ? Table.VALIDATE : 0; ... ..
Log in to post a comment.
New and modified classes for List implementation
Added set test
2nd version.
Logged In: YES
user_id=60525
I forgot to consider subList. New version relies on AbstractList for
implementation.
Logged In: YES
user_id=824776
List IMP don't work with "TJDO_2_0_beta3-src.zip":
some lines:
...
..
StoreManager.java:114: cannot resolve symbol
symbol : method getValidateTables ()
location: class com.triactive.jdo.PersistenceManagerFactoryImpl
int validateTables = pmf.getValidateTables()
? Table.VALIDATE : 0;
...
..