openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Persistent Objects in Java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 29 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
(check): Generalized parameter type from PObject to Record.
guenne
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.
guenne
More...
over 19 years ago
Fixed typos. (get,set): New variant that takes a Column instead of the index directly.
guenne
More...
over 19 years ago
(commitTransaction): Fixed last patch.
guenne
More...
over 19 years ago
Added new bug for MemoryContainer. Fixed typo.
guenne
More...
over 19 years ago
(equals,hashCode): Override Object default implementation.
guenne
More...
over 19 years ago
(testUniqueUpdateWithUnstored): New test case.
guenne
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()'.
guenne
More...
over 19 years ago
(readLines): Use generics.
guenne
More...
over 19 years ago
Use generics.
guenne
More...
over 19 years ago
Initial revision - Container Pool that uses JNDI to get its parameters.
guenne
More...
over 19 years ago
Fixed JavaDoc references.
guenne
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.
guenne
More...
over 19 years ago
(serialVersionUID): Added with generated value.
guenne
More...
over 19 years ago
(setRestriction): Renamed local variable to prevent hiding member.
guenne
More...
over 19 years ago
Removed some unnecessary casts.
guenne
More...
over 19 years ago
(getFileName): Removed throws IOException declaration as it isn't thrown.
guenne
More...
over 19 years ago
(execute, evaluateQuery,scanSequential): Use annotations to disable unchecked warnings of javac as they can not be solved.
guenne
More...
over 19 years ago
(delete): Use annotations to disable unused warning of Eclipse as the PObjSQLException might be thrown by subclasses.
guenne
More...
over 19 years ago
(evalPredicate): Use annotations to disable unchecked warnings of javac as they can not be solved.
guenne
More...
over 19 years ago
(find,findAll,add,remove): Use annotations to disable unchecked warnings of javac as they can not be solved.
guenne
More...
over 19 years ago
(compare): Use annotations to disable unchecked warnings of javac as they can not be solved.
guenne
More...
over 19 years ago
Use generics.
guenne
More...
over 19 years ago
Removed unused import lines.
guenne
More...
over 19 years ago
Removed unused import line.
guenne
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.
guenne
More...
over 19 years ago
(deleteRecord): Don't add the `Record' to `transactionObjects' as it can not be reverted as a `PObject' instance.
guenne
More...
over 19 years ago
Use generics.
guenne
More...
over 19 years ago
Use generics.
guenne
More...
over 19 years ago
(registerClass): Use generics.
guenne
More...
over 19 years ago
←
1
2
…
25
26
27
28
29
30
31
32
33
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree