Package guru.mikelue.jdut.datagrain

This package contains the primary objects of bean for data definitions.

DataGrain

The main object to contains a list of DataRow

This object could be decorated by DataGrainDecorator, which you can:

  • Assign value of field depends on another value of another field
  • Put default value to a field

SchemaTable and SchemaColumn

These two objects is a kind of containers for meta-data of a dataRow.