SimpleDSDVO

public class SimpleDSDVO extends DataSourceDVO

SimpleDSDVO is just a concrete subclass of DataSourceDVO. It should not be used directly when the underlying persistent storage would be changed to any kind that does not support Java DataSource.

Author:Hugo Y. K. Lam

Constructors

SimpleDSDVO

public SimpleDSDVO()

Creates a new instance of SimpleDSDVO.

SimpleDSDVO

public SimpleDSDVO(Hashtable data)

Creates a new instance of SimpleDSDVO.

Parameters:
  • data – the source data of this DVO.