org.databene.benerator.factory
Class ComplexTypeGeneratorFactory

java.lang.Object
  extended by org.databene.benerator.factory.ComplexTypeGeneratorFactory

public class ComplexTypeGeneratorFactory
extends java.lang.Object

Creates entity generators from entity metadata.

Created: 08.09.2007 07:45:40

Author:
Volker Bergmann

Method Summary
static Generator<Entity> createComplexTypeGenerator(java.lang.String instanceName, ComplexTypeDescriptor type, Uniqueness uniqueness, BeneratorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createComplexTypeGenerator

public static Generator<Entity> createComplexTypeGenerator(java.lang.String instanceName,
                                                           ComplexTypeDescriptor type,
                                                           Uniqueness uniqueness,
                                                           BeneratorContext context)


Copyright © 2010. All Rights Reserved.