Interface allowing pluggable ID attribute value generators.
IDGenerator 's are used to generate ID
attribute values by BeanWriter .
A user can specify the generation mechanism by passing an implementation to
BeanWriter.setIdGenerator .
Standard implementations are included with that supply random and sequantial values.
author: Robert Burrell Donkin version: $Revision: 438373 $ |