0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(check): Generalized parameter type from PObject to Record. More... over 19 years ago
(get): Pushed Field variant upto Record with generalized parameter. (set): Generalized Field parameter into Column. Override Record implementation to also store the old value. More... over 19 years ago
Fixed typos. (get,set): New variant that takes a Column instead of the index directly. More... over 19 years ago
(commitTransaction): Fixed last patch. More... over 19 years ago
Added new bug for MemoryContainer. Fixed typo. More... over 19 years ago
(equals,hashCode): Override Object default implementation. More... over 19 years ago
(testUniqueUpdateWithUnstored): New test case. More... over 19 years ago
(isStrictMode,setStrictMode): New methods. (commitTransaction): Raise exception or just warn if an modified but unstored object is detected depending on `isStrictMode()'. More... over 19 years ago
(readLines): Use generics. More... over 19 years ago
Use generics. More... over 19 years ago
Initial revision - Container Pool that uses JNDI to get its parameters. More... over 19 years ago
Fixed JavaDoc references. More... over 19 years ago
Removed setUserData problem as it won't occur anymore as we use JDK5 now. Adapted the other cases to class renaming and build.xml changes. More... over 19 years ago
(serialVersionUID): Added with generated value. More... over 19 years ago
(setRestriction): Renamed local variable to prevent hiding member. More... over 19 years ago
Removed some unnecessary casts. More... over 19 years ago
(getFileName): Removed throws IOException declaration as it isn't thrown. More... over 19 years ago
(execute, evaluateQuery,scanSequential): Use annotations to disable unchecked warnings of javac as they can not be solved. More... over 19 years ago
(delete): Use annotations to disable unused warning of Eclipse as the PObjSQLException might be thrown by subclasses. More... over 19 years ago
(evalPredicate): Use annotations to disable unchecked warnings of javac as they can not be solved. More... over 19 years ago
(find,findAll,add,remove): Use annotations to disable unchecked warnings of javac as they can not be solved. More... over 19 years ago
(compare): Use annotations to disable unchecked warnings of javac as they can not be solved. More... over 19 years ago
Use generics. More... over 19 years ago
Removed unused import lines. More... over 19 years ago
Removed unused import line. More... over 19 years ago
Use generics. (dirtyObjects): Changed visibility from protected to private, as noone else needs it. (beginTransaction, commitTransaction, rollbackTransaction): Added annotations for Eclipse that it should not complain about the PObjSQLException as they are thrown in subclasses. More... over 19 years ago
(deleteRecord): Don't add the `Record' to `transactionObjects' as it can not be reverted as a `PObject' instance. More... over 19 years ago
Use generics. More... over 19 years ago
Use generics. More... over 19 years ago
(registerClass): Use generics. More... over 19 years ago