Uses of Package
org.databene.model.data

Packages that use org.databene.model.data
org.databene.benerator The root package for the databene-generator library. 
org.databene.benerator.anno   
org.databene.benerator.composite   
org.databene.benerator.engine   
org.databene.benerator.engine.parser.xml   
org.databene.benerator.engine.statement   
org.databene.benerator.factory   
org.databene.benerator.gui   
org.databene.benerator.parser   
org.databene.benerator.storage   
org.databene.benerator.test   
org.databene.benerator.wrapper Defines generators that wrap other generators and forward or convert their products 
org.databene.model.data   
org.databene.platform.array   
org.databene.platform.csv   
org.databene.platform.db platform adapter for databases. 
org.databene.platform.dbunit   
org.databene.platform.fixedwidth   
org.databene.platform.flat   
org.databene.platform.java platform adapter for JavaBeans. 
org.databene.platform.map   
org.databene.platform.memstore   
org.databene.platform.xls   
org.databene.platform.xml   
 

Classes in org.databene.model.data used by org.databene.benerator
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

Classes in org.databene.model.data used by org.databene.benerator.anno
ArrayTypeDescriptor
          Describes an array.
DataModel
          Merges and organizes entity definitions of different systems.
DefaultDescriptorProvider
          Default implementation of the DescriptorProvider interface.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
TypeDescriptor
          Describes a type.
Uniqueness
          Provides enumerations for different uniqueness requirements.
 

Classes in org.databene.model.data used by org.databene.benerator.composite
ArrayTypeDescriptor
          Describes an array.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

Classes in org.databene.model.data used by org.databene.benerator.engine
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
ComponentDescriptor
          Describes a component which is part of a ComplexTypeDescriptor.
DataModel
          Merges and organizes entity definitions of different systems.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
TypeDescriptor
          Describes a type.
 

Classes in org.databene.model.data used by org.databene.benerator.engine.parser.xml
InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
 

Classes in org.databene.model.data used by org.databene.benerator.engine.statement
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
DataModel
          Merges and organizes entity definitions of different systems.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

Classes in org.databene.model.data used by org.databene.benerator.factory
ArrayElementDescriptor
          Describes an array element.
ArrayTypeDescriptor
          Describes an array.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
ComponentDescriptor
          Describes a component which is part of a ComplexTypeDescriptor.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
FeatureDescriptor
          Common parent class of all descriptors.
InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
SimpleTypeDescriptor
          Describes a simple type.
TypeDescriptor
          Describes a type.
Uniqueness
          Provides enumerations for different uniqueness requirements.
VariableDescriptor
          Describes a variable.
 

Classes in org.databene.model.data used by org.databene.benerator.gui
TypeDescriptor
          Describes a type.
 

Classes in org.databene.model.data used by org.databene.benerator.parser
ArrayElementDescriptor
          Describes an array element.
ArrayTypeDescriptor
          Describes an array.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
ComponentDescriptor
          Describes a component which is part of a ComplexTypeDescriptor.
InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
PartDescriptor
          Descriptor for attributes

Created: 30.06.2007 07:29:43
SimpleTypeDescriptor
          Describes a simple type.
VariableHolder
          Common interface for descriptors that support variables.
 

Classes in org.databene.model.data used by org.databene.benerator.storage
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
DataModel
          Merges and organizes entity definitions of different systems.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
 

Classes in org.databene.model.data used by org.databene.benerator.test
ArrayElementDescriptor
          Describes an array element.
ArrayTypeDescriptor
          Describes an array.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
DataModel
          Merges and organizes entity definitions of different systems.
DefaultDescriptorProvider
          Default implementation of the DescriptorProvider interface.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
IdDescriptor
           
InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
PartDescriptor
          Descriptor for attributes

Created: 30.06.2007 07:29:43
ReferenceDescriptor
          Describes a reference to an instance of a complex type (see ComplexTypeDescriptor).
SimpleTypeDescriptor
          Describes a simple type.
TypeDescriptor
          Describes a type.
 

Classes in org.databene.model.data used by org.databene.benerator.wrapper
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
EntitySource
          Common interface for all Entity sources.
 

Classes in org.databene.model.data used by org.databene.model.data
AbstractEntitySource
          Abstract implementation of EntitySource to be used as parent class for custom implementations.
ArrayElementDescriptor
          Describes an array element.
ArrayTypeDescriptor
          Describes an array.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
ComponentDescriptor
          Describes a component which is part of a ComplexTypeDescriptor.
DataModel
          Merges and organizes entity definitions of different systems.
DefaultDescriptorProvider
          Default implementation of the DescriptorProvider interface.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
EntitySource
          Common interface for all Entity sources.
FeatureDescriptor
          Common parent class of all descriptors.
FeatureDetail
          A FeatureDescriptor is composed og FeatureDetails, which have name, value and type.
Format
          Enumeration for import formats.
InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
Iteration
          Enumeration of sequential iteration modes.
Mode
          Enumerates the processing modes of an Entity or component.
ReferenceDescriptor
          Describes a reference to an instance of a complex type (see ComplexTypeDescriptor).
SimpleTypeDescriptor
          Describes a simple type.
TypeDescriptor
          Describes a type.
Uniqueness
          Provides enumerations for different uniqueness requirements.
VariableDescriptor
          Describes a variable.
VariableHolder
          Common interface for descriptors that support variables.
 

Classes in org.databene.model.data used by org.databene.platform.array
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

Classes in org.databene.model.data used by org.databene.platform.csv
AbstractEntitySource
          Abstract implementation of EntitySource to be used as parent class for custom implementations.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
EntitySource
          Common interface for all Entity sources.
FileBasedEntitySource
          Parent class for EntitySources that import entities from files.
 

Classes in org.databene.model.data used by org.databene.platform.db
AbstractEntitySource
          Abstract implementation of EntitySource to be used as parent class for custom implementations.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
ComponentDescriptor
          Describes a component which is part of a ComplexTypeDescriptor.
DataModel
          Merges and organizes entity definitions of different systems.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
EntitySource
          Common interface for all Entity sources.
FeatureDescriptor
          Common parent class of all descriptors.
InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
ReferenceDescriptor
          Describes a reference to an instance of a complex type (see ComplexTypeDescriptor).
TypeDescriptor
          Describes a type.
VariableDescriptor
          Describes a variable.
VariableHolder
          Common interface for descriptors that support variables.
 

Classes in org.databene.model.data used by org.databene.platform.dbunit
AbstractEntitySource
          Abstract implementation of EntitySource to be used as parent class for custom implementations.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
EntitySource
          Common interface for all Entity sources.
FileBasedEntitySource
          Parent class for EntitySources that import entities from files.
 

Classes in org.databene.model.data used by org.databene.platform.fixedwidth
AbstractEntitySource
          Abstract implementation of EntitySource to be used as parent class for custom implementations.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
EntitySource
          Common interface for all Entity sources.
FileBasedEntitySource
          Parent class for EntitySources that import entities from files.
 

Classes in org.databene.model.data used by org.databene.platform.flat
AbstractEntitySource
          Abstract implementation of EntitySource to be used as parent class for custom implementations.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
EntitySource
          Common interface for all Entity sources.
FileBasedEntitySource
          Parent class for EntitySources that import entities from files.
 

Classes in org.databene.model.data used by org.databene.platform.java
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
DataModel
          Merges and organizes entity definitions of different systems.
DefaultDescriptorProvider
          Default implementation of the DescriptorProvider interface.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
TypeDescriptor
          Describes a type.
 

Classes in org.databene.model.data used by org.databene.platform.map
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

Classes in org.databene.model.data used by org.databene.platform.memstore
DataModel
          Merges and organizes entity definitions of different systems.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
TypeDescriptor
          Describes a type.
 

Classes in org.databene.model.data used by org.databene.platform.xls
AbstractEntitySource
          Abstract implementation of EntitySource to be used as parent class for custom implementations.
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
EntitySource
          Common interface for all Entity sources.
FileBasedEntitySource
          Parent class for EntitySources that import entities from files.
 

Classes in org.databene.model.data used by org.databene.platform.xml
DataModel
          Merges and organizes entity definitions of different systems.
DefaultDescriptorProvider
          Default implementation of the DescriptorProvider interface.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
 



Copyright © 2013. All Rights Reserved.