public interface IDGenerator
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
AbstractBeanWriter.setIdGenerator(org.apache.commons.betwixt.io.IDGenerator)
.
Standard implementations are included with that supply random and sequantial values.
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.