Uses of Package
org.dellroad.stuff.pobj
Packages that use org.dellroad.stuff.pobj
-
Classes in org.dellroad.stuff.pobj used by org.dellroad.stuff.pobjClassDescriptionSupport superclass for
PersistentObjectDelegateclasses, with implementations of all methods other thanserialize()anddeserialize().Represents an open "transaction" on aPersistentObject's persistent file.Main class for Simple XML Persistence Objects (POBJ).Holds a "snapshot" of aPersistentObjectroot object along with the version number corresponding to the snapshot.Delegate interface required forPersistentObjects.Notification event emitted by aPersistentObjectto listeners whenever there is an update to the root object.Runtime exception thrown duringPersistentObjectoperations.Listener interface for changes to aPersistentObject.APersistentObjectDelegatethat is also aAbstractSchemaUpdaterthat automatically applies needed updates to the persistent XML file.PersistentObjectimplementation of Spring'sPlatformTransactionManagerinterface, allowing methods annotated with Spring's@Transactionalannotation to perform transactions onPersistentObjects.Support superclass for Spring-enabledSchemaUpdates for use with aPersistentObjectSchemaUpdater.