Uses of Interface
au.gov.tas.dpiwe.mr.util.Dirtyable

Packages that use Dirtyable
au.gov.tas.dpiwe.mr.bean The au.gov.tas.dpiwe.mr.bean package contains the classes and interfaces supporting the development and deployment of Mr Architecture beans, as well as an example bean, consisting of three components, Bean, BeanHome and BeanObject, and its corresponding implementation components, ThinBean, MrBeanHome and MrBean, as would be created by the DeploymentTool. 
au.gov.tas.dpiwe.mr.bean.trail The au.gov.tas.dpiwe.bean.trail package contains the beans, support classes and interfaces needed to implement command history trails in the architecture. 
au.gov.tas.dpiwe.mr.test The au.gov.tas.dpiwe.mr.test package contains factories, clients, beans, support classes and interfaces used to test the architecture. 
au.gov.tas.dpiwe.mr.test.aggregation The au.gov.tas.dpiwe.mr.test.aggregation package contains a factory and associated beans used to test aggregation relationships within the architecture. 
au.gov.tas.dpiwe.mr.test.nonaggregation The au.gov.tas.dpiwe.mr.test.nonaggregation package contains a factory and associated beans used to test non-aggregation relationships within the architecture. 
 

Uses of Dirtyable in au.gov.tas.dpiwe.mr.bean
 

Subinterfaces of Dirtyable in au.gov.tas.dpiwe.mr.bean
 interface BeanObject
          An example component interface written by a bean provider as it should be provided to the DeploymentContainer.
 interface ClientManagedLocalObject
          This interface allows an external client to manage the persistence of bean objects.
 interface CloningUtilities
          This interface provides internal utility methods used during the implementation of deeperClone() in order to preserve relationships.
 interface SiameseBeanObject
          A siamese bean object conatins multiple beans joined at the hip.
 

Classes in au.gov.tas.dpiwe.mr.bean that implement Dirtyable
 class MrBean
          This is an implementation of the abstract Bean class which wraps a ThinBean with container-based persistence logic.
 class MrImmediateBean
          A MrImmediateBean wraps a MrBean such that it no longer participates in transactions.
 class MrSiameseBean
          The implementation of a siamese bean object.
 

Uses of Dirtyable in au.gov.tas.dpiwe.mr.bean.trail
 

Subinterfaces of Dirtyable in au.gov.tas.dpiwe.mr.bean.trail
 interface HistoricCommandObject
          This is the component interface for HistoricCommands.
 

Uses of Dirtyable in au.gov.tas.dpiwe.mr.test
 

Subinterfaces of Dirtyable in au.gov.tas.dpiwe.mr.test
 interface ExampleBeanObject
          The component interface for ExampleBean.
 

Classes in au.gov.tas.dpiwe.mr.test that implement Dirtyable
 class MrExampleBean
          This is an implementation of the abstract ExampleBean class which wraps a ThinExampleBean with container-based persistence logic.
 

Uses of Dirtyable in au.gov.tas.dpiwe.mr.test.aggregation
 

Subinterfaces of Dirtyable in au.gov.tas.dpiwe.mr.test.aggregation
 interface CardObject
          Card is a leaf bean containing basic field types.
 interface SquareObject
          Square contains an example of an aggregate one to one relationship to an object which shares its primary key, Deed.
 

Classes in au.gov.tas.dpiwe.mr.test.aggregation that implement Dirtyable
 class MrBoard
          This is an implementation of the abstract Board class which wraps a ThinBoard with container-based persistence logic.
 class MrCard
          This is an implementation of the abstract Card class which wraps a ThinCard with container-based persistence logic.
 class MrDeck
          This is an implementation of the abstract Deck class which wraps a ThinDeck with container-based persistence logic.
 class MrDeed
          This is an implementation of the abstract Deed class which wraps a ThinDeed with container-based persistence logic.
 class MrMonopolySet
          This is an implementation of the abstract MonopolySet class which wraps a ThinMonopolySet with container-based persistence logic.
 class MrSquare
          This is an implementation of the abstract Square class which wraps a ThinSquare with container-based persistence logic.
 class MrToken
          This is an implementation of the abstract Token class which wraps a ThinToken with container-based persistence logic.
 

Uses of Dirtyable in au.gov.tas.dpiwe.mr.test.nonaggregation
 

Classes in au.gov.tas.dpiwe.mr.test.nonaggregation that implement Dirtyable
 class MrArtist
          This is an implementation of the abstract Artist class which wraps a ThinArtist with container-based persistence logic.
 class MrCD
          This is an implementation of the abstract CD class which wraps a ThinCD with container-based persistence logic.
 class MrCredit
          This is an implementation of the abstract Credit class which wraps a ThinCredit with container-based persistence logic.
 class MrSong
          This is an implementation of the abstract Song class which wraps a ThinSong with container-based persistence logic.
 class MrTrack
          This is an implementation of the abstract Track class which wraps a ThinTrack with container-based persistence logic.