Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-3508

Support NonDurable entities, so can query against them.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0-RC1
    • 2.0.0-RC2
    • Persistence JDO
    • None

    Description

      as per:

      @javax.jdo.annotations.PersistenceCapable(
              identityType = IdentityType.NONDURABLE,
              table = "IncomingInvoiceItemSynopsis",
              schema = "v"
              // see .orm file for view-definition.
              )
      ...
      public class  IncomingInvoiceItemSynopsis { ... }

      encountered two issues (so far) ... (a) one that JdoEntityFacet won't let itself be installed on a NonDurable, and (b) that an IdStringifier for DN's SCOID class is required.

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: