org.nakedobjects.metamodel.facets.propcoll.notpersisted
Interface NotPersistedFacet

All Superinterfaces:
Facet, MarkerFacet
All Known Implementing Classes:
NotPersistedFacetAbstract, NotPersistedFacetAnnotation

public interface NotPersistedFacet
extends MarkerFacet

Indicates that a property or a collection shouldn't be persisted.

In the standard Naked Objects Programming Model, corresponds to annotating the property or collection with the @NotPersisted annotation.

TODO: need to reconcile with DerivedFacet that has very similar semantics for properties.


Method Summary
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.