Package | Description |
---|---|
org.castor.core.nature | |
org.exolab.castor.builder.binding.xml.descriptors | |
org.exolab.castor.builder.binding.xml.types.descriptors | |
org.exolab.castor.builder.info | |
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.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 | |
org.exolab.castor.xml.schema.annotations.jdo.descriptors | |
org.exolab.castor.xml.schema.annotations.solrj.descriptors | |
org.exolab.castor.xml.util | |
types.descriptors |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyHolder
PropertyHolder provides get and set methods on a holder.
|
Modifier and Type | Class and Description |
---|---|
class |
AutomaticNamingTypeDescriptor |
class |
BindingDescriptor |
class |
ClassTypeDescriptor |
class |
ComponentBindingTypeChoiceDescriptor |
class |
ComponentBindingTypeDescriptor |
class |
ContentMemberTypeDescriptor |
class |
EnumBindingTypeDescriptor |
class |
EnumClassNameDescriptor |
class |
EnumMemberDescriptor |
class |
ExcludeDescriptor |
class |
ExcludesDescriptor |
class |
FieldTypeDescriptor |
class |
ForcesDescriptor |
class |
IncludeTypeDescriptor |
class |
InterfaceDescriptor |
class |
NamingTypeDescriptor |
class |
NamingXMLTypeDescriptor |
class |
PackageTypeChoiceDescriptor |
class |
PackageTypeDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
BindingTypeDescriptor |
class |
FieldTypeCollectionTypeDescriptor |
class |
FieldTypeVisibilityTypeDescriptor |
class |
VisibilityTypeDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
ClassInfo
This class holds the necessary information so that the source generator can
properly create the necessary classes for the object model.
|
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 |
FieldInfo
A class for representing field members of a class.
|
class |
IdentityInfo |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassDescriptor
Describes the properties of a class and its fields.
|
interface |
FieldDescriptor
Describes the properties of a field.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassDescriptorImpl
The standard
ClassDescriptor implementation, holding general OO information
about the class described.
Engines will use Nature s 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 |
Modifier and Type | Class and Description |
---|---|
class |
BindXmlDescriptor |
class |
CacheTypeMappingDescriptor |
class |
ClassChoiceDescriptor |
class |
ClassMappingDescriptor |
class |
ContainerDescriptor |
class |
FieldHandlerDefDescriptor |
class |
FieldMappingDescriptor |
class |
IncludeDescriptor |
class |
KeyGeneratorDefDescriptor |
class |
LdapDescriptor |
class |
MappingRootDescriptor |
class |
MapToDescriptor |
class |
NamedNativeQueryDescriptor |
class |
NamedQueryDescriptor |
class |
ParamDescriptor |
class |
PropertyDescriptor |
class |
PropertyTypeDescriptor |
class |
QueryHintDescriptor |
class |
SqlDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
BindXmlAutoNamingTypeDescriptor |
class |
BindXmlNodeTypeDescriptor |
class |
ClassMappingAccessTypeDescriptor |
class |
FieldMappingCollectionTypeDescriptor |
class |
SqlDirtyTypeDescriptor |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLClassDescriptor
A class descriptor for describing relationships between a Class
and an XML element or complexType.
|
interface |
XMLFieldDescriptor
XML field descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDescriptor |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AppInfo
A class which represents the AppInfo element
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnDescriptor |
class |
ManyToManyDescriptor |
class |
OneToManyDescriptor |
class |
OneToOneDescriptor |
class |
PkTypeDescriptor |
class |
PrimaryKeyDescriptor |
class |
ReadonlyDirtyTypeDescriptor |
class |
TableDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
FieldDescriptor |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TableAccessModeTypeDescriptor |
Copyright © 2022. All rights reserved.