Uses of Class
org.databene.model.data.FeatureDescriptor

Packages that use FeatureDescriptor
org.databene.benerator.factory   
org.databene.model.data   
org.databene.platform.db platform adapter for databases. 
 

Uses of FeatureDescriptor in org.databene.benerator.factory
 

Methods in org.databene.benerator.factory with parameters of type FeatureDescriptor
static void FactoryUtil.mapDetailsToBeanProperties(FeatureDescriptor descriptor, java.lang.Object bean, org.databene.commons.Context context)
           
static void FactoryUtil.mapDetailToBeanProperty(FeatureDescriptor descriptor, java.lang.String detailName, java.lang.Object bean, org.databene.commons.Context context)
           
 

Uses of FeatureDescriptor in org.databene.model.data
 

Subclasses of FeatureDescriptor in org.databene.model.data
 class AlternativeGroupDescriptor
          Describes a group of components of which only one is present in an Entity.
 class ArrayElementDescriptor
          Describes an array element.
 class ArrayTypeDescriptor
          Describes an array.
 class ComplexTypeDescriptor
          Describes a type that aggregates ComponentDescriptors.
 class ComponentDescriptor
          Describes a component which is part of a ComplexTypeDescriptor.
 class IdDescriptor
           
 class InstanceDescriptor
          Describes generation of (several) entities of a type by uniqueness, nullability and count characteristics.
 class PartDescriptor
          Descriptor for attributes

Created: 30.06.2007 07:29:43
 class ReferenceDescriptor
          Describes a reference to an instance of a complex type (see ComplexTypeDescriptor).
 class SequentialGroupDescriptor
          Describes a sequential group of components.
 class SimpleTypeDescriptor
          Describes a simple type.
 class TypeDescriptor
          Describes a type.
 class UnionSimpleTypeDescriptor
          Describes an XML schema style type.
 class UnresolvedTypeDescriptor
          Serves as a placeholder for type descriptors of a type that is not yet resolved to simple or complex type.
 class VariableDescriptor
          Describes a variable.
 

Uses of FeatureDescriptor in org.databene.platform.db
 

Subclasses of FeatureDescriptor in org.databene.platform.db
 class LazyTableComplexTypeDescriptor
          Lazily initialized ComplexTypeDescriptor that reads its components from a database table.
 



Copyright © 2013. All Rights Reserved.