Activity for Persistent Objects in Java

  • guenne guenne committed [5e044e]

    JavaDoc fixes to work with Java 8 without -Xdoclint:none

  • guenne guenne committed [1d5985]

    Split into multiple modules, switched from Ant to Maven.

  • guenne guenne committed [3c70bf]

    Replace package.html with package-info.java files.

  • guenne guenne committed [0d77eb]

    Replace .cvsignore with .gitignore, added .gitattributes

  • guenne guenne committed [2e01d5]

    Fixed failing ForeignKeyConstraint unit test.

  • guenne guenne committed [3d0dc7]

    Initial revision -- list some known bugs and missing features.

  • guenne guenne committed [1df6bf]

    Initial upload to sourceforge.net from private repository.

  • guenne guenne committed [e98d04]

    Use most generic classes in casts for easier changes.

  • guenne guenne committed [dfc8bc]

    Initial revision - schema definition for demo.

  • guenne guenne committed [759b81]

    (forceEncryption): Made private and added static get and set method.

  • guenne guenne committed [35d6c9]

    (dbUrl): No need to initialize with default value.

  • guenne guenne committed [904984]

    (main): Removed -- use `ant pobjects-test'.

  • guenne guenne committed [966174]

    Catch most specific exception and not most generic one.

  • guenne guenne committed [22f581]

    (executeQuery): Use createEmptyResult instead of self-made stuff.

  • guenne guenne committed [1ff59c]

    Updated JavaDoc.

  • guenne guenne committed [838514]

    Added support for `javaTypeClass' which allows to specify a subclass

  • guenne guenne committed [631daf]

    `javaTypeClass' is now supported.

  • guenne guenne committed [9f96bc]

    Added slightly better JavaDoc.

  • guenne guenne committed [6961fc]

    Added slightly better JavaDoc.

  • guenne guenne committed [56185c]

    (openContainer): Don't throw any Exception, but just what is

  • guenne guenne committed [48a645]

    (writeIndex): Fixed unclosed parenthesis in generated code.

  • guenne guenne committed [0e5d35]

    (format): New method to format the message to present it to the user.

  • guenne guenne committed [e96d00]

    (getErrorComponent,updateErrorComponent): New methods to support

  • guenne guenne committed [4e3bbd]

    (getResourceBundle,setResourceBundle): New methods.

  • guenne guenne committed [d103aa]

    Initial revision - International Standard Serial Number (ISSN) Type as

  • guenne guenne committed [cd0f62]

    Removed unused class.

  • guenne guenne committed [e3fcfa]

    Fixed JavaDoc errors.

  • guenne guenne committed [312ac8]

    (javadoc): Supply window and doctitle. Group packages.

  • guenne guenne committed [45b16a]

    (fieldConstraints): Emit proper constraint definition for foreign key

  • guenne guenne committed [2fc081]

    (getDbDateFormat, getUserDateFormat): New methods that return the

  • guenne guenne committed [ebe0c8]

    Initial revision - prepare work flow support.

  • guenne guenne committed [04e9a1]

    Use new class ParserState to get ridge off endless argument lists.

  • guenne guenne committed [87e482]

    Initial revision - new class to group multiple arguments in DictionaryParser.

  • guenne guenne committed [2f12e4]

    Added workflows.

  • guenne guenne committed [c09a7c]

    (getWaitstate): New method variant that takes a name instead of an index.

  • guenne guenne committed [f82db4]

    Added support for workflows.

  • guenne guenne committed [176b2e]

    Initial revision - new class to pass some default values of ClassDecl

  • guenne guenne committed [9549cb]

    (getSqlType): Map TimeStampType from ANSI/SQL to Oracle SQL code.

  • guenne guenne committed [630f77]

    (isValidTransition): New test method.

  • guenne guenne committed [2893f5]

    (timeStampDec): Fixed mapping of Oracle type in comment.

  • guenne guenne committed [e50f81]

    Updated JavaDoc links from Dictionary to PObjDictionary.

  • guenne guenne committed [324221]

    (doParseClass): Fixed to handle base class of defaults correctly.

  • guenne guenne committed [75f6d5]

    (getConnection): Made final.

  • guenne guenne committed [e18177]

    Removed unused class.

  • guenne guenne committed [195993]

    (GET_METHOD_VISUAL): New constant.

  • guenne guenne committed [24eb8c]

    (writeParagraphDesc): New method to write ParagraphDesc Java code.

  • guenne guenne committed [2bf7f0]

    Adapted to new SQL type mappings.

  • guenne guenne committed [f11a5c]

    Added new tests with self-referencing tables.

  • guenne guenne committed [f73281]

    (pobjects-test): Include pobjtool related tests.

  • guenne guenne committed [73e224]

    Renamed class de.mguennewig.pobjects.metadata.Dictionary into

  • guenne guenne committed [b9a401]

    (newQuery): New variant newQuery(TableExpr, Predicate[]).

  • guenne guenne committed [16a336]

    (parseInputEntry): Fixup references.

  • guenne guenne committed [3037e5]

    `type' has been deprecated and be replaced by `typeDeclaration'.

  • guenne guenne committed [2725a5]

    (grants): eliminate duplicate GRANT lines.

  • guenne guenne committed [bc3b2b]

    Also generate metadata for Module in the Globals files.

  • guenne guenne committed [534f87]

    (getSqlType): Added some more explicit mappings and comments why.

  • guenne guenne committed [3f441e]

    Fixed createTableEntries to work correctly with self-referencing tables.

  • guenne guenne committed [eae1ce]

    (writeElement): Use Container.newQuery(TableExpr) instead of

  • guenne guenne committed [ca17e2]

    Some minor cleanup.

  • guenne guenne committed [cccced]

    Replaced auto-generated code with hand-written one as long as the code

  • guenne guenne committed [b52865]

    Added known bug that can occur with Oracle as database.

  • guenne guenne committed [6fc51d]

    `type' has been deprecated and be replaced by `typeDeclaration'.

  • guenne guenne committed [288cbb]

    (addOrderBy): New variants that build the Member parameter together and/or

  • guenne guenne committed [b892e7]

    (test-generate): Only generate code for the test modules.

  • guenne guenne committed [ffe469]

    Sort class constructor parameters first by class level

  • guenne guenne committed [167d4a]

    (getSequenceCurrentValue, getSequenceNextValue): New methods for

  • guenne guenne committed [0aeab7]

    (writeColumnMethods): Splitted into writeColumnGetMethod and

  • guenne guenne committed [e25ca2]

    (getModule): New method to be compatible to generated code.

  • guenne guenne committed [64d34d]

    Predicate.lessEquals -> Predicate.lessEqual

  • guenne guenne committed [d80b8c]

    (setUserDate): Added comment for JDK5 and JDK 1.4 users.

  • guenne guenne committed [6ea928]

    (getIdForVisual): New method returning the visual of the visual field

  • guenne guenne committed [cffce8]

    (name): Fixed typo.

  • Michael van Acken Michael van Acken committed [255cb3]

    Merge NoInherit* into Jdbc*, eliminate Inherit*.

  • guenne guenne committed [64cf02]

    Include Exception message into our message if no node is given.

  • guenne guenne committed [5180f1]

    Adapted constructor parameter sorting to the new sorting scheme of the

  • guenne guenne committed [1eb6d1]

    Added forgotten type `double'.

  • guenne guenne committed [5f82fa]

    (writeColumnGetMethod): No need to test for IdField as we never get it.

  • Michael van Acken Michael van Acken committed [2f62ff]

    Started "PROBLEMS" file.

  • Michael van Acken Michael van Acken committed [234bc9]

    go to jdk5

  • Michael van Acken Michael van Acken committed [f40c86]

    detypo

  • Michael van Acken Michael van Acken committed [701720]

    Pull code from NoInheritJdbcContainer into JdbcContainer. Eliminate

  • guenne guenne committed [9d9961]

    (writeClass): Fixed to include the package name in the base class if

  • Michael van Acken Michael van Acken committed [7f355c]

    DECENDING --> DESCENDING

  • guenne guenne committed [56ee49]

    (parseWorkflow): Fixed so that the ProcessInstance subclass extends it

  • guenne guenne committed [b2b2be]

    Whitespace corrections to follow coding standard.

  • guenne guenne committed [72c012]

    Added new known bug concerning sorting by reference fields.

  • guenne guenne committed [7dbc48]

    (formatNative): Override to use getIdForVisual() for text representation

  • guenne guenne committed [318d67]

    (deleteAll, deleteObject, retrieveData): Fixed to not reference the

  • guenne guenne committed [397165]

    (store): Only print a warning instead of throwing an exception if a

  • guenne guenne committed [b30f1b]

    Also generate code for the Workflow metadata.

  • guenne guenne committed [5f2425]

    (writeGlobalsStart): Fixed to hand the global type declarations to the

  • guenne guenne committed [3a66e6]

    (toString): Overriden to show location and room name.

  • guenne guenne committed [a3b903]

    javaBaseClass is already implemented.

  • guenne guenne committed [e4ac80]

    (appendFields): Renamed into `appendNameChangedFields'.

  • guenne guenne committed [e1297a]

    (addParameter): Added missing support for BlobType and ClobType.

  • guenne guenne committed [0c09c1]

    Initial revision - New classes for easy initializing a BLOB/CLOB value.

  • guenne guenne committed [3e0b80]

    (appendFieldNames): Moved to super classes.

  • Michael van Acken Michael van Acken committed [986183]

    Make servlet API happy.

  • guenne guenne committed [c8e164]

    Fixed examples.

  • guenne guenne committed [fa448c]

    (appendFieldNames): Moved to super classes.

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.