Uses of Interface
org.castor.core.nature.PropertyHolder

Packages that use PropertyHolder
org.castor.core.nature   
org.castor.cpa.jpa.info   
org.castor.cpa.jpa.natures   
org.castor.cpa.test.framework.xml.descriptors   
org.castor.cpa.test.framework.xml.types.descriptors   
org.castor.cpa.test.test2996.onetomany.descriptors   
org.castor.cpa.test.test2996.onetomany.jdo_descriptors   
org.castor.cpa.test.test2996.onetoone.descriptors   
org.castor.cpa.test.test2996.onetoone.jdo_descriptors   
org.castor.cpa.test.test2996.single.descriptors   
org.castor.cpa.test.test2996.single.jdo_descriptors   
org.castor.cpa.util.classresolution.command   
org.castor.cpa.util.classresolution.nature   
org.castor.jdo.conf.descriptors   
org.exolab.castor.builder.binding.xml.descriptors   
org.exolab.castor.builder.binding.xml.types.descriptors   
org.exolab.castor.builder.info   
org.exolab.castor.builder.info.nature   
org.exolab.castor.jdo.engine.nature   
org.exolab.castor.mapping The Class Mapping API 
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.mapping.xml.descriptors   
org.exolab.castor.mapping.xml.types.descriptors   
org.exolab.castor.tests.framework.testDescriptor.descriptors   
org.exolab.castor.tests.framework.testDescriptor.types.descriptors   
org.exolab.castor.types The Castor implementation of specific XML Schema Types 
org.exolab.castor.xml The XML Marshaller API 
org.exolab.castor.xml.descriptors   
org.exolab.castor.xml.schema.annotations.jdo.descriptors   
org.exolab.castor.xml.schema.annotations.jdo.types.descriptors   
org.exolab.castor.xml.util   
 

Uses of PropertyHolder in org.castor.core.nature
 

Methods in org.castor.core.nature that return PropertyHolder
protected  PropertyHolder BaseNature.getHolder()
          Returns the PropertyHolder.
 

Constructors in org.castor.core.nature with parameters of type PropertyHolder
BaseNature(PropertyHolder holder)
          Constructor taking a PropertyHolder.
 

Uses of PropertyHolder in org.castor.cpa.jpa.info
 

Classes in org.castor.cpa.jpa.info that implement PropertyHolder
 class ClassInfo
          This class holds the necessary information so that Castor can properly map a JPA annotated Class to the database.
 class FieldInfo
          This class holds the necessary information so that Castor can properly map a JPA annotated classes member to the database.
 

Uses of PropertyHolder in org.castor.cpa.jpa.natures
 

Constructors in org.castor.cpa.jpa.natures with parameters of type PropertyHolder
JPAClassNature(PropertyHolder holder)
          Instantiate a JPAClassNature to access the given PropertyHolder.
JPAFieldNature(PropertyHolder holder)
          Instantiate a JPAFieldNature to access the given PropertyHolder.
 

Uses of PropertyHolder in org.castor.cpa.test.framework.xml.descriptors
 

Classes in org.castor.cpa.test.framework.xml.descriptors that implement PropertyHolder
 class CpactfConfDescriptor
          Class CpactfConfDescriptor.
 class ManagerDescriptor
          Class ManagerDescriptor.
 class TransactionDescriptor
          Class TransactionDescriptor.
 

Uses of PropertyHolder in org.castor.cpa.test.framework.xml.types.descriptors
 

Classes in org.castor.cpa.test.framework.xml.types.descriptors that implement PropertyHolder
 class DatabaseEngineTypeDescriptor
          Class DatabaseEngineTypeDescriptor.
 class TransactionModeTypeDescriptor
          Class TransactionModeTypeDescriptor.
 

Uses of PropertyHolder in org.castor.cpa.test.test2996.onetomany.descriptors
 

Classes in org.castor.cpa.test.test2996.onetomany.descriptors that implement PropertyHolder
 class FlatDescriptor
          Class FlatDescriptor.
 class HouseDescriptor
          Class HouseDescriptor.
 

Uses of PropertyHolder in org.castor.cpa.test.test2996.onetomany.jdo_descriptors
 

Classes in org.castor.cpa.test.test2996.onetomany.jdo_descriptors that implement PropertyHolder
 class FlatJDODescriptor
          Class FlatJDODescriptor.
 class HouseJDODescriptor
          Class HouseJDODescriptor.
 

Uses of PropertyHolder in org.castor.cpa.test.test2996.onetoone.descriptors
 

Classes in org.castor.cpa.test.test2996.onetoone.descriptors that implement PropertyHolder
 class AddressDescriptor
          Class AddressDescriptor.
 class EmployeeDescriptor
          Class EmployeeDescriptor.
 

Uses of PropertyHolder in org.castor.cpa.test.test2996.onetoone.jdo_descriptors
 

Classes in org.castor.cpa.test.test2996.onetoone.jdo_descriptors that implement PropertyHolder
 class AddressJDODescriptor
          Class AddressJDODescriptor.
 class EmployeeJDODescriptor
          Class EmployeeJDODescriptor.
 

Uses of PropertyHolder in org.castor.cpa.test.test2996.single.descriptors
 

Classes in org.castor.cpa.test.test2996.single.descriptors that implement PropertyHolder
 class BookDescriptor
          Class BookDescriptor.
 

Uses of PropertyHolder in org.castor.cpa.test.test2996.single.jdo_descriptors
 

Classes in org.castor.cpa.test.test2996.single.jdo_descriptors that implement PropertyHolder
 class BookJDODescriptor
          Class BookJDODescriptor.
 

Uses of PropertyHolder in org.castor.cpa.util.classresolution.command
 

Subinterfaces of PropertyHolder in org.castor.cpa.util.classresolution.command
 interface ClassDescriptorResolutionCommand
          Command resolves ClassDescriptors.
 

Classes in org.castor.cpa.util.classresolution.command that implement PropertyHolder
 class BaseResolutionCommand
          Provides basic HashMap based property implementation for a ClassDescriptorResolutionCommand.
 class ClassResolutionByAnnotations
           This ClassDescriptorResolutionCommand is used to generate ClassDescriptors from JPA annotated classes.
 class ClassResolutionByCDR
          This class tries to resolve a ClassDescriptor from a package that contains a JDOConstants.PKG_CDR_LIST_FILE file.
 class ClassResolutionByFile
          Resolves ClassDescriptors on the file system.
 class ClassResolutionByMappingLoader
          Resolves ClassDescriptors using a MappingLoader.
 

Uses of PropertyHolder in org.castor.cpa.util.classresolution.nature
 

Constructors in org.castor.cpa.util.classresolution.nature with parameters of type PropertyHolder
ClassLoaderNature(PropertyHolder holder)
          Constructor takes the PropertyHolder in use.
MappingLoaderNature(PropertyHolder holder)
          Constructor taking a PropertyHolder.
PackageBasedCDRResolutionNature(PropertyHolder holder)
          The constructor takes a PropertyHolder.
 

Uses of PropertyHolder in org.castor.jdo.conf.descriptors
 

Classes in org.castor.jdo.conf.descriptors that implement PropertyHolder
 class DatabaseChoiceDescriptor
          Class DatabaseChoiceDescriptor.
 class DatabaseDescriptor
          Class DatabaseDescriptor.
 class DataSourceDescriptor
          Class DataSourceDescriptor.
 class DriverDescriptor
          Class DriverDescriptor.
 class JdoConfDescriptor
          Class JdoConfDescriptor.
 class JndiDescriptor
          Class JndiDescriptor.
 class MappingDescriptor
          Class MappingDescriptor.
 class PackageMappingDescriptor
          Class PackageMappingDescriptor.
 class TransactionDemarcationDescriptor
          Class TransactionDemarcationDescriptor.
 class TransactionManagerDescriptor
          Class TransactionManagerDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.builder.binding.xml.descriptors
 

Classes in org.exolab.castor.builder.binding.xml.descriptors that implement PropertyHolder
 class AutomaticNamingTypeDescriptor
          Class AutomaticNamingTypeDescriptor.
 class BindingDescriptor
          Class BindingDescriptor.
 class ClassTypeDescriptor
          Class ClassTypeDescriptor.
 class ComponentBindingTypeChoiceDescriptor
          Class ComponentBindingTypeChoiceDescriptor.
 class ComponentBindingTypeDescriptor
          Class ComponentBindingTypeDescriptor.
 class ContentMemberTypeDescriptor
          Class ContentMemberTypeDescriptor.
 class EnumBindingTypeDescriptor
          Class EnumBindingTypeDescriptor.
 class EnumClassNameDescriptor
          Class EnumClassNameDescriptor.
 class EnumMemberDescriptor
          Class EnumMemberDescriptor.
 class ExcludeDescriptor
          Class ExcludeDescriptor.
 class ExcludesDescriptor
          Class ExcludesDescriptor.
 class FieldTypeDescriptor
          Class FieldTypeDescriptor.
 class ForcesDescriptor
          Class ForcesDescriptor.
 class IncludeTypeDescriptor
          Class IncludeTypeDescriptor.
 class InterfaceDescriptor
          Class InterfaceDescriptor.
 class NamingTypeDescriptor
          Class NamingTypeDescriptor.
 class NamingXMLTypeDescriptor
          Class NamingXMLTypeDescriptor.
 class PackageTypeChoiceDescriptor
          Class PackageTypeChoiceDescriptor.
 class PackageTypeDescriptor
          Class PackageTypeDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.builder.binding.xml.types.descriptors
 

Classes in org.exolab.castor.builder.binding.xml.types.descriptors that implement PropertyHolder
 class BindingTypeDescriptor
          Class BindingTypeDescriptor.
 class FieldTypeCollectionTypeDescriptor
          Class FieldTypeCollectionTypeDescriptor.
 class FieldTypeVisibilityTypeDescriptor
          Class FieldTypeVisibilityTypeDescriptor.
 class VisibilityTypeDescriptor
          Class VisibilityTypeDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.builder.info
 

Classes in org.exolab.castor.builder.info that implement PropertyHolder
 class CollectionInfo
          A helper used for generating source that deals with Collections.
 class CollectionInfoJ2
          A helper used for generating source that deals with Java 2 Collections.
 class CollectionInfoJ2Collection
          A helper used for generating source that deals with Java 2 Collections of type 'java.util.Collection'.
 class CollectionInfoJ2Set
          A helper used for generating source that deals with Java 2 Collections of type 'java.util.Set'.
 class CollectionInfoJ2SortedSet
          A helper used for generating source that deals with Java 2 Collections of type 'java.util.SortedSet'.
 class CollectionInfoODMG30
          A helper used for generating source that deals with Collections.
 class IdentityInfo
           
 

Uses of PropertyHolder in org.exolab.castor.builder.info.nature
 

Constructors in org.exolab.castor.builder.info.nature with parameters of type PropertyHolder
XMLInfoNature(PropertyHolder holder)
          Constructor taking a PropertyHolder.
 

Uses of PropertyHolder in org.exolab.castor.jdo.engine.nature
 

Constructors in org.exolab.castor.jdo.engine.nature with parameters of type PropertyHolder
ClassDescriptorJDONature(PropertyHolder holder)
          Creates an instance of ClassDescriptorJDONature.
FieldDescriptorJDONature(PropertyHolder holder)
          Creates an instance of FieldDescriptorJDONature.
 

Uses of PropertyHolder in org.exolab.castor.mapping
 

Subinterfaces of PropertyHolder in org.exolab.castor.mapping
 interface ClassDescriptor
          Describes the properties of a class and its fields.
 interface FieldDescriptor
          Describes the properties of a field.
 

Uses of PropertyHolder in org.exolab.castor.mapping.loader
 

Classes in org.exolab.castor.mapping.loader that implement PropertyHolder
 class ClassDescriptorImpl
          The standard ClassDescriptor implementation, holding general OO information about the class described.

Engines will use Natures to augment this class with engine-specific knowledge and functionality, using ClassDescriptorImpl.addNature(String) to register these views with this class.

Once a Nature has been registered with this ClassDescriptor, the nature can be applied to the ClassDescriptor and nature-specific properties can be accessed in a type-safe way.

 class FieldDescriptorImpl
           
 

Uses of PropertyHolder in org.exolab.castor.mapping.xml.descriptors
 

Classes in org.exolab.castor.mapping.xml.descriptors that implement PropertyHolder
 class BindXmlDescriptor
          Class BindXmlDescriptor.
 class CacheTypeMappingDescriptor
          Class CacheTypeMappingDescriptor.
 class ClassChoiceDescriptor
          Class ClassChoiceDescriptor.
 class ClassMappingDescriptor
          Class ClassMappingDescriptor.
 class ContainerDescriptor
          Class ContainerDescriptor.
 class FieldHandlerDefDescriptor
          Class FieldHandlerDefDescriptor.
 class FieldMappingDescriptor
          Class FieldMappingDescriptor.
 class IncludeDescriptor
          Class IncludeDescriptor.
 class KeyGeneratorDefDescriptor
          Class KeyGeneratorDefDescriptor.
 class LdapDescriptor
          Class LdapDescriptor.
 class MappingRootDescriptor
          Class MappingRootDescriptor.
 class MapToDescriptor
          Class MapToDescriptor.
 class NamedNativeQueryDescriptor
          Class NamedNativeQueryDescriptor.
 class NamedQueryDescriptor
          Class NamedQueryDescriptor.
 class ParamDescriptor
          Class ParamDescriptor.
 class PropertyDescriptor
          Class PropertyDescriptor.
 class PropertyTypeDescriptor
          Class PropertyTypeDescriptor.
 class QueryHintDescriptor
          Class QueryHintDescriptor.
 class SqlDescriptor
          Class SqlDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.mapping.xml.types.descriptors
 

Classes in org.exolab.castor.mapping.xml.types.descriptors that implement PropertyHolder
 class BindXmlAutoNamingTypeDescriptor
          Class BindXmlAutoNamingTypeDescriptor.
 class BindXmlNodeTypeDescriptor
          Class BindXmlNodeTypeDescriptor.
 class ClassMappingAccessTypeDescriptor
          Class ClassMappingAccessTypeDescriptor.
 class FieldMappingCollectionTypeDescriptor
          Class FieldMappingCollectionTypeDescriptor.
 class SqlDirtyTypeDescriptor
          Class SqlDirtyTypeDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.tests.framework.testDescriptor.descriptors
 

Classes in org.exolab.castor.tests.framework.testDescriptor.descriptors that implement PropertyHolder
 class BugFixDescriptor
          Class BugFixDescriptor.
 class CallMethodDescriptor
          Class CallMethodDescriptor.
 class ConfigurationDescriptor
          Class ConfigurationDescriptor.
 class ConfigurationTypeDescriptor
          Class ConfigurationTypeDescriptor.
 class CustomTestDescriptor
          Class CustomTestDescriptor.
 class CustomTestTypeDescriptor
          Class CustomTestTypeDescriptor.
 class ExpectedSourcesDescriptor
          Class ExpectedSourcesDescriptor.
 class FailureDescriptor
          Class FailureDescriptor.
 class FailureTypeDescriptor
          Class FailureTypeDescriptor.
 class ListenerDescriptor
          Class ListenerDescriptor.
 class ListenerTypeDescriptor
          Class ListenerTypeDescriptor.
 class MarshalDescriptor
          Class MarshalDescriptor.
 class MarshallingTestDescriptor
          Class MarshallingTestDescriptor.
 class MethodsDescriptor
          Class MethodsDescriptor.
 class OnlySourceGenerationTestDescriptor
          Class OnlySourceGenerationTestDescriptor.
 class Root_ObjectDescriptor
          Class Root_ObjectDescriptor.
 class RootTypeDescriptor
          Class RootTypeDescriptor.
 class SchemaDifferencesDescriptor
          Class SchemaDifferencesDescriptor.
 class SchemaDifferencesTypeDescriptor
          Class SchemaDifferencesTypeDescriptor.
 class SchemaTestDescriptor
          Class SchemaTestDescriptor.
 class SourceGeneratorTestDescriptor
          Class SourceGeneratorTestDescriptor.
 class SourcesNotExpectedDescriptor
          Class SourcesNotExpectedDescriptor.
 class StringTypeDescriptor
          Class StringTypeDescriptor.
 class TestDescriptorChoiceDescriptor
          Class TestDescriptorChoiceDescriptor.
 class TestDescriptorDescriptor
          Class TestDescriptorDescriptor.
 class UnitTestCaseChoiceDescriptor
          Class UnitTestCaseChoiceDescriptor.
 class UnitTestCaseDescriptor
          Class UnitTestCaseDescriptor.
 class UnmarshalDescriptor
          Class UnmarshalDescriptor.
 class ValueDescriptor
          Class ValueDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.tests.framework.testDescriptor.types.descriptors
 

Classes in org.exolab.castor.tests.framework.testDescriptor.types.descriptors that implement PropertyHolder
 class CategoryTypeDescriptor
          Class CategoryTypeDescriptor.
 class CollectionTypeDescriptor
          Class CollectionTypeDescriptor.
 class FailureStepTypeDescriptor
          Class FailureStepTypeDescriptor.
 class TypeTypeDescriptor
          Class TypeTypeDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.types
 

Classes in org.exolab.castor.types that implement PropertyHolder
 class BaseDescriptor
          The Base Descriptor class, this class is extended by the descriptors for the custom Castor schema types.
 class CenturyDescriptor
          Deprecated. since Castor 1.0.6 since this type is not in any recommendation.
 class DateDescriptor
          The Date Descriptor.
 class DateTimeDescriptor
          The DateTime Descriptor.
 class DurationDescriptor
          The Duration Descriptor.
 class GDayDescriptor
          The GDay Descriptor.
 class GMonthDayDescriptor
          The gMonthDay Descriptor.
 class GMonthDescriptor
          The GMonth Descriptor.
 class GYearDescriptor
          The GYear Descriptor.
 class GYearMonthDescriptor
          The GYearMonth Descriptor.
 class MonthDescriptor
          Deprecated. since Castor 1.0.6 since this type is not in any recommendation.
 class RecurringDurationDescriptor
          Deprecated. since Castor 1.0.6 since this type is not in any recommendation.
 class TimeDescriptor
          The Time Descriptor.
 class TimeDurationDescriptor
          Deprecated. since Castor 1.0.6 since this type is not in any recommendation.
 class TimePeriodDescriptor
          Deprecated. since Castor 1.0.6 since this type is not in any recommendation.
 class YearDescriptor
          Deprecated. since Castor 1.0.6 since this type is not in any recommendation.
 

Uses of PropertyHolder in org.exolab.castor.xml
 

Subinterfaces of PropertyHolder in org.exolab.castor.xml
 interface XMLClassDescriptor
          A class descriptor for describing relationships between a Class and an XML element or complexType.
 interface XMLFieldDescriptor
          XML field descriptor.
 

Uses of PropertyHolder in org.exolab.castor.xml.descriptors
 

Classes in org.exolab.castor.xml.descriptors that implement PropertyHolder
 class DateClassDescriptor
          A ClassDescriptor for java.util.Date.
 class EnumerationDescriptor
          The default class descriptor for Enumerations that are passed in as the root-level class, this is really only useful for marshaling, as Enumerations are immutable.
 class ListClassDescriptor
          The default java.util.List class descriptor.
 class LocaleDescriptor
          A ClassDescriptor for java.util.Locale.
 class PrimitivesClassDescriptor
          The default primitives class descriptor, this is only used when unmarshaling a primitive as the "root" object.
 class RootArrayDescriptor
          The default class descriptor for Arrays that are passed in as the root-level class.
 class SQLDateClassDescriptor
          A ClassDescriptor for java.sql.Date.
 class SQLTimeClassDescriptor
          A ClassDescriptor for java.sql.Time.
 class SQLTimestampClassDescriptor
          A ClassDescriptor for java.sql.Date.
 class StringClassDescriptor
          The default String class descriptor.
 class VectorClassDescriptor
          The default java.util.Vector class descriptor.
 

Uses of PropertyHolder in org.exolab.castor.xml.schema.annotations.jdo.descriptors
 

Classes in org.exolab.castor.xml.schema.annotations.jdo.descriptors that implement PropertyHolder
 class ColumnDescriptor
          Class ColumnDescriptor.
 class ManyToManyDescriptor
          Class ManyToManyDescriptor.
 class OneToManyDescriptor
          Class OneToManyDescriptor.
 class OneToOneDescriptor
          Class OneToOneDescriptor.
 class PkTypeDescriptor
          Class PkTypeDescriptor.
 class PrimaryKeyDescriptor
          Class PrimaryKeyDescriptor.
 class ReadonlyDirtyTypeDescriptor
          Class ReadonlyDirtyTypeDescriptor.
 class TableDescriptor
          Class TableDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.xml.schema.annotations.jdo.types.descriptors
 

Classes in org.exolab.castor.xml.schema.annotations.jdo.types.descriptors that implement PropertyHolder
 class TableAccessModeTypeDescriptor
          Class TableAccessModeTypeDescriptor.
 

Uses of PropertyHolder in org.exolab.castor.xml.util
 

Classes in org.exolab.castor.xml.util that implement PropertyHolder
 class XMLClassDescriptorAdapter
          An adapter class which can turn an ordinary ClassDescriptor into an XMLClassDescriptor.
 class XMLClassDescriptorImpl
          The core implementation of XMLClassDescriptor.
 class XMLContainerElementFieldDescriptor
           
 class XMLFieldDescriptorImpl
          XML field descriptor.
 



Copyright © 2012. All Rights Reserved.