> The only reason to have PersistenceModifier at all is to make it > possible to say @Persistent > (persistenceModifier=PersistenceModifier.NONE) or @Persistent > (persistenceModifier=PersistenceModifier.TRANSACTIONAL). It can be > removed without loss of functionality.
It *cannot* be removed with no loss of functionality. If I need to specify the fields of an embedded instance and I want to override the persistence-modifier setting of a field how would I do that? I don't see it since I cant specify @NotPersistent in the "fields" of @Embedded since it takes an array of @Persistent. -- Andy Java Persistent Objects (JPOX)
