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 4 hours
ago. based on code collected
about 5 hours
ago.
Feb 24, 2025 — Feb 24, 2026
Showing page 20 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Initial revision - A simple Literal with type informations.
guenne
More...
over 19 years ago
Initial revision - DTDs for PObjImport/PObjExport tools.
guenne
More...
over 19 years ago
Added new resource for resolve type class feature.
guenne
More...
over 19 years ago
(DictionaryParser): New variant to allow resolving of types with typeClass attribute into the specified type class instead of using the default type class for it. (getResolveTypeClass): New test method. (parseTypeClass): Made instance method. Returns the new type instance. Uses java.lang.reflect.Proxy if resolveTypeClass is true.
guenne
More...
over 19 years ago
Initial revision - InvocationHandler for JDK5 dynamic proxy framework to call either the given type or an instance of its type class value.
guenne
More...
over 19 years ago
Extend Object now and just implement the Type interface to forward method calls appropriatly.
guenne
More...
over 19 years ago
Changed abstract class Type into an interface now to allow to use java.lang.reflect.Proxy and co. Move implementation into new class AbstractType. Commented out getMaxFieldSize as it is already defined. Added some whitespaces for better reading.
guenne
More...
over 19 years ago
Changed abstract class Type into an interface now to allow to use java.lang.reflect.Proxy and co. Move implementation into new class AbstractType.
guenne
More...
over 19 years ago
(appendList): Allow not only StringBuffer, but all appendable character Sequences (like StringBuilder, StringBuffer, etc). (join, quotedString, toAllCapsCase): Use StringBuilder to save time for synchronization, which is not needed here.
guenne
More...
over 19 years ago
Accidently checked in a debug modification that prevents usage of the MemoryContainer.
guenne
More...
over 19 years ago
(getTypeClass): New method.
guenne
More...
over 19 years ago
(registerClass): Fixed endless recursive loop for tables that refer to themself.
guenne
More...
over 19 years ago
Renamed class Utils into PObjUtils to prevent name clashes.
guenne
More...
over 19 years ago
(parseRequest): Fixed to default to ISO-8859-1 if the request does not specify a character encoding to prevent NullPointerException.
guenne
More...
over 19 years ago
(MessageIterator): Fixed hasNext, next and remove method to work correctly in case of just one property.
guenne
More...
over 19 years ago
(writeTypeInit): Added a whitespace in the generated code in the arg-list of a RefType for better reading. (writeCtor): Extended the form variant to generate both variants now -- the old one and the postponed createFormElement one.
guenne
More...
over 19 years ago
Added ctor variant to postpone createFormElements call for "nicer" support of dynamical defined forms -- content is computed at runtime.
guenne
More...
over 19 years ago
(getObject): Replace container of returned object with ourself. (newQuery): Use new nested class `WrapperQuery', which returns objects which belong to the outer container.
guenne
More...
over 19 years ago
(setPObjContainer): New protected method to allow subclasses access to PObject.setContainer
guenne
More...
over 19 years ago
Use generics. Removed not needed else statements. Removed not actual thrown exceptions from throws clause.
guenne
More...
over 19 years ago
(getValueAt): Handle case where type is null.
guenne
More...
over 19 years ago
(writeObjectAsRow): Handle case where type is null.
guenne
More...
over 19 years ago
Fixed compilation problem.
guenne
More...
over 19 years ago
(createUniqueConstraint): Resolve TypeRef's to the referenced type. Limit prefix to max supported length of 767 bytes. Note it is assumed that MySQL needs 1 byte per character here.
guenne
More...
over 19 years ago
(writeObjectAsRow): Always let type format the value.
guenne
More...
over 19 years ago
(getValueAt): Always let type format the value.
guenne
More...
over 19 years ago
(write): Fixed duplicate error messages due to wrong loop start.
guenne
More...
over 19 years ago
(freeConnection): Take container the connection away before we close it to prevent it using a closed connection.
guenne
More...
over 19 years ago
(rollbackTransaction): Handle absence of connection gracefully to prevent NullPointerException on reset call.
guenne
More...
over 19 years ago
(writeObjectAsRow): Handle null value correctly.
guenne
More...
over 19 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
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