All Classes and Interfaces
Class
Description
A database of beans organized as types, where a type
can have multiple instances of a configuration bean
This is a listener that is notified when changes are made to
the current
BeanDatabaseThis represents a single change made to a
BeanDatabaseAll exceptions from
BeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionThe central repository of configuration objects in the system.
All exceptions from
BeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionAll exceptions from
BeanDatabaseUpdateListener.rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionA type contains (possibly) multiple instances of
a configuration bean
A writeable version of a
BeanDatabase.