[
https://issues.apache.org/jira/browse/ISIS-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15522291#comment-15522291
]
Jörg Rade edited comment on ISIS-1489 at 9/26/16 7:08 AM:
----------------------------------------------------------
How about
{code} audited=false{code}
instead of
{code} notAudited=true{code}
?
It saves 3 keypresses and and a half brain twist ;-)
was (Author: joerg.rade):
How about
{code} audited=false{code}
instead of
{code} notAudited=true{code}
?
It saves 4 keypresses and and a half brain twist ;-)
> Deprecate @Property(notPersisted=...) and replace with
> @Property(notAudited=...)
> --------------------------------------------------------------------------------
>
> Key: ISIS-1489
> URL: https://issues.apache.org/jira/browse/ISIS-1489
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.13.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: 1.14.0
>
>
> In which case, the attribute should be deprecated, and a new
> @Property(notAudited=true) be introduced to replace it.
> It's used by:
> - ChangedObjectServiceInternal to determine if a property has changed;
> marking it as notPersisted means this functionality is skipped.
> - Memento (which you almost certainly don't use, I think is only used in
> anger by the Wicket viewer).
> It used to be used by the object persistor for persistence-by-reachability
> (if notPersisted then don't follow the graph), but I *think* that
> responsibility is now entirely that of JDO/DN.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)