Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-RC1
-
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.