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 2 hours
ago. based on code collected
about 2 hours
ago.
Feb 18, 2025 — Feb 18, 2026
Showing page 43 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed examples.
guenne
More...
over 19 years ago
(appendFieldNames): Moved to super classes. (insertObject): Don't include PseudoField's in the normal INSERT statements as they are within seperate tables. These seperate tables must be still updated for those. Use getSequenceCurrentValue to get id to reduce code duplication.
guenne
More...
over 19 years ago
(appendFieldNames): Moved to super classes. (insertObject): Don't include PseudoField's in the normal INSERT statements as they are within seperate tables. These seperate tables must be still updated for those.
guenne
More...
over 19 years ago
(appendFields): Renamed into `appendNameChangedFields'. (appendFieldNames): Pulled up from subclasses. (retriveData, updateObject): Don't include PseudoField's in the normal SELECT and UPDATE statements as they are within seperate tables. These seperate tables must be still read for those.
guenne
More...
over 19 years ago
(execute): Fixed sorting.
guenne
More...
over 19 years ago
(testQueryOrderBy): In case of an error print expected and result list. (testQueryMultipleOrderBy): Store generated locations. Fixed sorting of expected list. In case of an error print expected and result list.
guenne
More...
over 19 years ago
(toString): Overriden to show location and room name.
guenne
More...
over 19 years ago
(formatNative): Override to use getIdForVisual() for text representation instead of toString(), which might be used to represent the full internal state.
guenne
More...
over 19 years ago
Added new known bug concerning sorting by reference fields. Updated PseudoField bug.
guenne
More...
over 19 years ago
(store): Only print a warning instead of throwing an exception if a transient object should be stored, as it is sometimes necessary to do a `store()' already in `delete()' and for consistency the application makes another `store()' call.
guenne
More...
over 19 years ago
(writeGlobalsStart): Fixed to hand the global type declarations to the module instance instead of null pointers.
guenne
More...
over 19 years ago
(deleteAll, deleteObject, retrieveData): Fixed to not reference the non-existing tables for empty table expressions. (downCast): New method to find the most specific non-empty table expression.
guenne
More...
over 19 years ago
javaBaseClass is already implemented. Workflows are supported now also fully.
guenne
More...
over 19 years ago
Also generate code for the Workflow metadata.
guenne
More...
over 19 years ago
Predicate.lessEquals -> Predicate.lessEqual Predicate.greaterEquals -> Predicate.greaterEqual
guenne
More...
over 19 years ago
(getSequenceCurrentValue, getSequenceNextValue): New methods for direct access to sequences.
guenne
More...
over 19 years ago
Merge NoInherit* into Jdbc*, eliminate Inherit*.
mva
More...
over 19 years ago
go to jdk5
mva
More...
over 19 years ago
Pull code from NoInheritJdbcContainer into JdbcContainer. Eliminate NoInheritJdbcContainer, InheritJdbcContainer, and friends.
mva
More...
over 19 years ago
detypo
mva
More...
over 19 years ago
DECENDING --> DESCENDING
mva
More...
over 19 years ago
(name): Fixed typo.
guenne
More...
over 19 years ago
Started "PROBLEMS" file.
mva
More...
over 19 years ago
(writeClass): Fixed to include the package name in the base class if it's in a different package.
guenne
More...
over 19 years ago
(parseWorkflow): Fixed so that the ProcessInstance subclass extends it and not ProcessState.
guenne
More...
over 19 years ago
Include Exception message into our message if no node is given.
guenne
More...
over 19 years ago
Whitespace corrections to follow coding standard.
guenne
More...
over 19 years ago
(writeColumnGetMethod): No need to test for IdField as we never get it. Better test for isScalar then instanceof NonScalarType. (writeColumnSetMethod): No need to test for IdField as we never get it. (writeGlobalStart,writeGlobalEnd): Use all upper case names for static final constant to follow the coding standard.
guenne
More...
over 19 years ago
(getModule): New method to be compatible to generated code.
guenne
More...
over 19 years ago
(setUserDate): Added comment for JDK5 and JDK 1.4 users.
guenne
More...
over 19 years ago
←
1
2
…
38
39
40
41
42
43
44
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