public interface Controlled
DbControl
object when DbControl.commit()
is called. If an item implements this interface it is automatically
placed in the internal commit queue of the DbControl
object.
Depending on which subinterfaces that are implemented (for example
Validatable
or Transactional
) the DbControl
takes certain actions.