0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial revision - A simple Literal with type informations. More... over 19 years ago
Initial revision - DTDs for PObjImport/PObjExport tools. More... over 19 years ago
Added new resource for resolve type class feature. 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. 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. More... over 19 years ago
Extend Object now and just implement the Type interface to forward method calls appropriatly. 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. 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. 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. More... over 19 years ago
Accidently checked in a debug modification that prevents usage of the MemoryContainer. More... over 19 years ago
(getTypeClass): New method. More... over 19 years ago
(registerClass): Fixed endless recursive loop for tables that refer to themself. More... over 19 years ago
Renamed class Utils into PObjUtils to prevent name clashes. 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. More... over 19 years ago
(MessageIterator): Fixed hasNext, next and remove method to work correctly in case of just one property. 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. More... over 19 years ago
Added ctor variant to postpone createFormElements call for "nicer" support of dynamical defined forms -- content is computed at runtime. 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. More... over 19 years ago
(setPObjContainer): New protected method to allow subclasses access to PObject.setContainer More... over 19 years ago
Use generics. Removed not needed else statements. Removed not actual thrown exceptions from throws clause. More... over 19 years ago
(getValueAt): Handle case where type is null. More... over 19 years ago
(writeObjectAsRow): Handle case where type is null. More... over 19 years ago
Fixed compilation problem. 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. More... over 19 years ago
(writeObjectAsRow): Always let type format the value. More... over 19 years ago
(getValueAt): Always let type format the value. More... over 19 years ago
(write): Fixed duplicate error messages due to wrong loop start. More... over 19 years ago
(freeConnection): Take container the connection away before we close it to prevent it using a closed connection. More... over 19 years ago
(rollbackTransaction): Handle absence of connection gracefully to prevent NullPointerException on reset call. More... over 19 years ago
(writeObjectAsRow): Handle null value correctly. More... over 19 years ago