Uses of Package
org.databene.model.data

Packages that use org.databene.model.data
org.databene.benerator.anno   
org.databene.benerator.composite   
org.databene.benerator.engine   
org.databene.benerator.engine.expression.xml   
org.databene.benerator.engine.parser.xml   
org.databene.benerator.engine.statement   
org.databene.benerator.factory   
org.databene.benerator.gui   
org.databene.benerator.nullable   
org.databene.benerator.parser   
org.databene.model.consumer   
org.databene.model.data   
org.databene.model.storage   
org.databene.platform.array   
org.databene.platform.csv   
org.databene.platform.db platform adapter for databases. 
org.databene.platform.dbunit   
org.databene.platform.flat   
org.databene.platform.java platform adapter for JavaBeans. 
org.databene.platform.map   
org.databene.platform.script   
org.databene.platform.xls   
org.databene.platform.xml   
 

Classes in org.databene.model.data used by org.databene.benerator.anno
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.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.
 

Classes in org.databene.model.data used by org.databene.benerator.engine.expression.xml
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

Classes in org.databene.model.data used by org.databene.benerator.engine.parser.xml
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
 

Classes in org.databene.model.data used by org.databene.benerator.engine.statement
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
 

Classes in org.databene.model.data used by org.databene.benerator.factory
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.
 

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.nullable
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.model.consumer
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

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.
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, type and default value.
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.
PrimitiveDescriptorProvider
          Provides benerator's built-in type descriptors.
PrimitiveType
          Describes a primitive benerator type.
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.
VariableHolder
          Common interface for descriptors that support variables.
 

Classes in org.databene.model.data used by org.databene.model.storage
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.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
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
ComponentDescriptor
          Describes a component which is part of a ComplexTypeDescriptor.
DescriptorProvider
          Abstraction for all elements that can provide descriptors for entities.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
FeatureDescriptor
          Common parent class of all descriptors.
TypeDescriptor
          Describes a type.
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.
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.
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.java
ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
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.script
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 

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.
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.
Entity
          Instance of a composite data type as described by a ComplexTypeDescriptor.
 



Copyright © 2011. All Rights Reserved.