Daniel Keir Haywood created CAUSEWAY-3508:
---------------------------------------------

             Summary: Support NonDurable entities, so can query against them.
                 Key: CAUSEWAY-3508
                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3508
             Project: Causeway
          Issue Type: Improvement
          Components: Persistence JDO
    Affects Versions: 2.0.0-RC1
            Reporter: Daniel Keir Haywood
            Assignee: Daniel Keir Haywood
             Fix For: 2.0.0-RC2


as per:
{code:java}
@javax.jdo.annotations.PersistenceCapable(
        identityType = IdentityType.NONDURABLE,
        table = "IncomingInvoiceItemSynopsis",
        schema = "v"
        // see .orm file for view-definition.
        )
...
public class  IncomingInvoiceItemSynopsis { ... }{code}
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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to