Uses of Interface
au.gov.tas.dpiwe.mr.bean.BeanWrapper

Packages that use BeanWrapper
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
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.server The au.gov.tas.dpiwe.mr.server package contains the Mr Architecture EJB container implementation for use in servers, along with supporting classes and interfaces. 
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 BeanWrapper in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr with parameters of type BeanWrapper
 boolean Container.areBeanObjectRelativesPersistent(BeanWrapper beanObject, boolean relativesPersistent)
          Internal utility method to determine if the direct and indirect relationships of a bean object are persistent.
protected  Batch Container.batchRetrieveMethodCallsForBeanObject(Batch batch, BeanWrapper beanObject)
          Internal utility method to batch calls to the methods starting with the word "retrieve" in a particular bean object.
 void Container.executeRetrieveMethodCallsForBeanObject(BeanWrapper beanObject)
          Internal utility method to invoke methods starting with the word "retrieve" in a particular bean object.
 void Container.removeNonRelativesFromBeanObjectRelatives(BeanWrapper beanObject)
          Internal utility method to activate the removeUnrelated() methods of all bean objects related to this bean object.
 void Container.storeBeanObjectRelatives(BeanWrapper beanObject)
          Internal utility method to activate the store() methods of all bean objects related to this bean object.
 

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

Classes in au.gov.tas.dpiwe.mr.bean that implement BeanWrapper
 class MrBean
          This is an implementation of the abstract Bean class which wraps a ThinBean with container-based persistence logic.
 class MrSiameseBean
          The implementation of a siamese bean object.
 

Fields in au.gov.tas.dpiwe.mr.bean declared as BeanWrapper
protected  BeanWrapper DebugBean.wrapper
          For a cloned bean, contains a reference to the bean wrapper.
protected  BeanWrapper NullBean.wrapper
          For a cloned bean, contains a reference to the bean wrapper.
 

Methods in au.gov.tas.dpiwe.mr.bean that return BeanWrapper
 BeanWrapper DebugBean.getBeanObject()
          Internal method to determine the bean wrapper associated with this entity bean.
 BeanWrapper WrappedBean.getBeanObject()
          Returns the bean wrapper associated with this entity bean, or null if it is not known or this bean is not wrapped.
 BeanWrapper NullBean.getBeanObject()
          Internal method to determine the bean wrapper associated with this entity bean.
 

Uses of BeanWrapper in au.gov.tas.dpiwe.mr.server
 

Methods in au.gov.tas.dpiwe.mr.server with parameters of type BeanWrapper
 void ServerContainer.executeRetrieveMethodCallsForBeanObject(BeanWrapper beanObject)
          Internal utility method to invoke methods starting with the word "retrieve" in a particular bean object.
 

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

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

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

Classes in au.gov.tas.dpiwe.mr.test.aggregation that implement BeanWrapper
 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 BeanWrapper in au.gov.tas.dpiwe.mr.test.nonaggregation
 

Classes in au.gov.tas.dpiwe.mr.test.nonaggregation that implement BeanWrapper
 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.