All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.databene.benerator.gui.defaults.xml Maven / Gradle / Ivy

Go to download

benerator is a framework for creating realistic and valid high-volume test data, used for testing (unit/integration/load) and showcase setup. Metadata constraints are imported from systems and/or configuration files. Data can imported from and exported to files and systems, anonymized or generated from scratch. Domain packages provide reusable generators for creating domain-specific data as names and addresses internationalizable in language and region. It is strongly customizable with plugins and configuration options.

The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?>
<defaults>
		<id name="ID" strategy="increment"/>
		<id name="UUID" strategy="uuid"/>

		<attribute name="VERSION" constant="1"/>

        <attribute name="CREATEDDATE" generator="org.databene.benerator.primitive.datetime.CurrentDateGenerator"/>
        <attribute name="CREATEDBY" script="{${user.name}}"/>
        <attribute name="LASTUPDATED" nullQuota="1"/>
        <attribute name="LASTUPDATEDBY" nullQuota="1"/>
</defaults>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy