- Cache - Interface in org.castor.cache
-
Interface specification for performance caches as used in Castor.
- Cache - Annotation Type in org.castor.cpa.jpa.annotations
-
Specifies an array of cache properties.
- CACHE_FACTORIES - Static variable in class org.castor.cpa.CPAProperties
-
Property listing all available
Cache
implementations
(
org.castor.cache.Factories).
- CACHE_PROPERTIES - Static variable in class org.castor.cpa.jpa.natures.JPAClassNature
-
- CacheAcquireException - Exception in org.castor.cache
-
Exception that indicates that a performance cache instance can not be acquired.
- CacheAcquireException(String) - Constructor for exception org.castor.cache.CacheAcquireException
-
Creates an instance of CacheAcquireException.
- CacheAcquireException(String, Throwable) - Constructor for exception org.castor.cache.CacheAcquireException
-
Creates an instance of CacheAcquireException Exception.
- CacheEntry - Class in org.castor.persist.cache
-
Utility class to store 'data' accessed through Castor JDO in performance caches.
- CacheEntry() - Constructor for class org.castor.persist.cache.CacheEntry
-
- CacheEntry(OID, Object[], long) - Constructor for class org.castor.persist.cache.CacheEntry
-
- CacheFactory - Interface in org.castor.cache
-
A factory for instantiating Cache implementations.
- CacheFactoryRegistry - Class in org.castor.cache
-
Registry for
CacheFactory
implementations obtained from the Castor
properties file and used by the JDO mapping configuration file.
- CacheFactoryRegistry(AbstractProperties) - Constructor for class org.castor.cache.CacheFactoryRegistry
-
Construct an instance of CacheFactoryRegistry that uses given properties
to get required configuration properties.
- cacheIncludedSchema(Schema) - Method in class org.exolab.castor.xml.schema.Schema
-
Caches the given Schema definition as an included XML Schema of this
Schema definition.
- CacheManager - Class in org.exolab.castor.jdo
-
CacheManager handles expiring objects from the cache.
- CacheManager(Database, TransactionContext, LockEngine) - Constructor for class org.exolab.castor.jdo.CacheManager
-
Creates an instance of this class.
- CacheProperty - Annotation Type in org.castor.cpa.jpa.annotations
-
Defines a key-value pair which can be used for defining properties of both,
built-in and external vendor-specific cache engines.
- CacheTypeMapping - Class in org.exolab.castor.mapping.xml
-
Class CacheTypeMapping.
- CacheTypeMapping() - Constructor for class org.exolab.castor.mapping.xml.CacheTypeMapping
-
- CacheTypeMappingDescriptor - Class in org.exolab.castor.mapping.xml.descriptors
-
Class CacheTypeMappingDescriptor.
- CacheTypeMappingDescriptor() - Constructor for class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
- calculateNumberOfFields(Collection<ClassDescriptor>, int, int, int, ResultSet) - Static method in class org.exolab.castor.jdo.engine.SQLHelper
-
- calculateXPathPrefix(String) - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
Calculate XPath prefix.
- CallableStatementProxy - Class in org.castor.cpa.persistence.sql.connection
-
Proxy class for JDBC CallableStatement class, to allow information gathering
for the purpose of SQL statement logging.
- CallableStatementProxy(CallableStatement, String) - Constructor for class org.castor.cpa.persistence.sql.connection.CallableStatementProxy
-
Creates an instance of this class.
- CallbackInterceptor - Interface in org.exolab.castor.persist.spi
-
A callback interceptor informs objects about changes to their
state.
- canAccept(String, String, Object) - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns true if the given object represented by this XMLClassDescriptor
can accept a member whose name is given.
- canAccept(String, String, Object) - Method in class org.exolab.castor.xml.descriptors.BaseDescriptor
-
Returns true if the given object represented by this XMLClassDescriptor
can accept a member whose name is given.
- canAccept(String, String, Object) - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns true if the given object represented by this XMLClassDescriptor
can accept a member whose name is given.
- canAccept(String, String, Object) - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns true if the given object represented by this XMLClassDescriptor
can accept a member whose name is given.
- canAccept(String, String, Object) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- canAccept(String, String, Object) - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns true if the given object, represented by this
XMLClassDescriptor, can accept a value for the member
associated with the given xml name and namespace.
- cancelledWaitingReader() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- cancelledWaitingWriter() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- canFindAccessors(Class, String, Class) - Method in class org.exolab.castor.tools.MappingToolMappingLoader
-
Checks if any accessor for a certain field exists.
- CASCADE_TYPES - Static variable in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Property Key for CascadeType
array of a relation.
- CascadingType - Enum in org.castor.persist
-
Defines the available cascading operations supported in Castor JDO.
- CASTOR_DATE - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_DURATION - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GDAY - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GMONTH - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GMONTHDAY - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GYEAR - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_GYEARMONTH - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CASTOR_TIME - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- CastorConnection - Class in org.castor.cpa.persistence.sql.engine
-
CastorConnection class holding connection and factory parameters to encapsulate
their usage in case of creation of CastorStatements.
- CastorConnection(Connection, PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.engine.CastorConnection
-
Constructor.
- CastorDateToDate - Class in org.castor.cpa.persistence.convertor
-
Convert org.exolab.castor.types.Date
to Date
.
- CastorDateToDate() - Constructor for class org.castor.cpa.persistence.convertor.CastorDateToDate
-
Default constructor.
- CastorDateToSqlDate - Class in org.castor.cpa.persistence.convertor
-
Convert org.exolab.castor.types.Date
to java.sql.Date
.
- CastorDateToSqlDate() - Constructor for class org.castor.cpa.persistence.convertor.CastorDateToSqlDate
-
Default constructor.
- CastorDurationToLong - Class in org.castor.cpa.persistence.convertor
-
Convert org.exolab.castor.types.Duration
to Long
.
- CastorDurationToLong() - Constructor for class org.castor.cpa.persistence.convertor.CastorDurationToLong
-
Default constructor.
- CastorException - Exception in org.exolab.castor.core.exceptions
-
The base exception for Castor (or at least Castor XML)
- CastorException() - Constructor for exception org.exolab.castor.core.exceptions.CastorException
-
Creates a new CastorException with no message, or nested Exception
- CastorException(String) - Constructor for exception org.exolab.castor.core.exceptions.CastorException
-
Creates a new CastorException with the given message.
- CastorException(String, Throwable) - Constructor for exception org.exolab.castor.core.exceptions.CastorException
-
Creates a new CastorException with the given message and cause.
- CastorException(Throwable) - Constructor for exception org.exolab.castor.core.exceptions.CastorException
-
Creates a new CastorException with the given cause.
- CastorException - Exception in org.exolab.castor.xml
-
The base exception for Castor (or at least Castor XML)
- CastorException() - Constructor for exception org.exolab.castor.xml.CastorException
-
Creates a new CastorException with no message,
or nested Exception
- CastorException(String) - Constructor for exception org.exolab.castor.xml.CastorException
-
Creates a new CastorException with the given message.
- CastorException(int) - Constructor for exception org.exolab.castor.xml.CastorException
-
Creates a new CastorException with the given nested
exception.
- CastorException(String, int) - Constructor for exception org.exolab.castor.xml.CastorException
-
Creates a new CastorException with the given message
nested exception.
- CastorIllegalStateException - Exception in org.exolab.castor.core.exceptions
-
- CastorIllegalStateException() - Constructor for exception org.exolab.castor.core.exceptions.CastorIllegalStateException
-
- CastorIllegalStateException(String) - Constructor for exception org.exolab.castor.core.exceptions.CastorIllegalStateException
-
- CastorIllegalStateException(Throwable) - Constructor for exception org.exolab.castor.core.exceptions.CastorIllegalStateException
-
- CastorIllegalStateException(String, Throwable) - Constructor for exception org.exolab.castor.core.exceptions.CastorIllegalStateException
-
- CastorParameter() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- CastorProperties - Class in org.castor.core.util
-
Properties class holding user properties.
- CastorProperties(AbstractProperties) - Constructor for class org.castor.core.util.CastorProperties
-
Construct properties with given parent.
- castorQL() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- CastorQLParser - Class in org.castor.cpa.query.castorql
-
- CastorQLParser(InputStream) - Constructor for class org.castor.cpa.query.castorql.CastorQLParser
-
Constructor with InputStream.
- CastorQLParser(InputStream, String) - Constructor for class org.castor.cpa.query.castorql.CastorQLParser
-
Constructor with InputStream and supplied encoding
- CastorQLParser(Reader) - Constructor for class org.castor.cpa.query.castorql.CastorQLParser
-
Constructor.
- CastorQLParser(CastorQLParserTokenManager) - Constructor for class org.castor.cpa.query.castorql.CastorQLParser
-
Constructor with generated Token Manager.
- CastorQLParserAdapter - Class in org.castor.cpa.query.castorql
-
Class that implements abstract parser generator.
- CastorQLParserAdapter() - Constructor for class org.castor.cpa.query.castorql.CastorQLParserAdapter
-
- CastorQLParserConstants - Interface in org.castor.cpa.query.castorql
-
Token literal values and constants.
- CastorQLParserTokenManager - Class in org.castor.cpa.query.castorql
-
Token Manager.
- CastorQLParserTokenManager(SimpleCharStream) - Constructor for class org.castor.cpa.query.castorql.CastorQLParserTokenManager
-
Constructor.
- CastorQLParserTokenManager(SimpleCharStream, int) - Constructor for class org.castor.cpa.query.castorql.CastorQLParserTokenManager
-
Constructor.
- CastorQLParserTreeConstants - Interface in org.castor.cpa.query.castorql
-
- CastorQLTreeWalker - Class in org.castor.cpa.query.castorql
-
CastorQL Parser TreeWalker which creates the OQ from a parsed CastorQL
string.
- CastorQLTreeWalker(SimpleNode) - Constructor for class org.castor.cpa.query.castorql.CastorQLTreeWalker
-
Instantiates a new castor ql tree walker.
- CastorRuntimeException - Exception in org.castor.core.exceptions
-
CastorRuntimeException is the superclass of all unchecked Castor exceptions that are thrown
during the normal operation of the Java Virtual Machine.
- CastorRuntimeException() - Constructor for exception org.castor.core.exceptions.CastorRuntimeException
-
Constructs a new Castor runtime exception without a message.
- CastorRuntimeException(String) - Constructor for exception org.castor.core.exceptions.CastorRuntimeException
-
Constructs a new Castor runtime exception with the specified detail message.
- CastorRuntimeException(Throwable) - Constructor for exception org.castor.core.exceptions.CastorRuntimeException
-
Constructs a new Castor runtime exception with the specified cause and the detail message
of the cause.
- CastorRuntimeException(String, Throwable) - Constructor for exception org.castor.core.exceptions.CastorRuntimeException
-
Constructs a new Castor runtime exception with the specified detail message and cause.
- CastorStatement - Class in org.castor.cpa.persistence.sql.engine
-
CastorStatement class to wrap handling of PreparedStatements by providing functionality
to prepare statements, bind parameters, execute statements and, close statements.
- CastorStatement(PersistenceFactory, Connection) - Constructor for class org.castor.cpa.persistence.sql.engine.CastorStatement
-
Constructor.
- CastorTimeToLong - Class in org.castor.cpa.persistence.convertor
-
Convert org.exolab.castor.types.Time
to Long
.
- CastorTimeToLong() - Constructor for class org.castor.cpa.persistence.convertor.CastorTimeToLong
-
Default constructor.
- CastorXMLStrategy - Class in org.exolab.castor.xml.util.resolvers
-
The Castor XML resolver strategy implements the resolving behaviour as it had
been implmented before this refactoring step.
- CastorXMLStrategy() - Constructor for class org.exolab.castor.xml.util.resolvers.CastorXMLStrategy
-
CastorXMLStrategy requires a configuration to be set.
- CDATA - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- CDATA - Static variable in class org.exolab.castor.xml.validators.NameValidator
-
XML name type CDATA.
- Century - Class in org.exolab.castor.types
-
- Century() - Constructor for class org.exolab.castor.types.Century
-
Deprecated.
- CenturyDescriptor - Class in org.exolab.castor.types
-
- CenturyDescriptor() - Constructor for class org.exolab.castor.types.CenturyDescriptor
-
Deprecated.
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
Changes the JClass' internal class name, as a result of an XPATH
expression uniquely identifying an XML artefact within an XML schema.
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in interface org.exolab.castor.builder.conflict.strategy.ClassNameConflictResolver
-
Changes the JClass' internal class name, as a result of an XPATH
expression uniquely identifying an XML artefact within an XML schema.
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in class org.exolab.castor.builder.conflict.strategy.TypeClassNameConflictResolver
-
Changes the JClass' internal class name, appedning a type suffix to the
suggested class name.
- changeClassInfoAsResultOfConflict(JClass, String, String, Annotated) - Method in class org.exolab.castor.builder.conflict.strategy.XPATHClassNameConflictResolver
-
Changes the JClass' internal class name, as a result of an XPATH
expression uniquely identifying an XML artefact within an XML schema.
- changeLocalName(String) - Method in class org.exolab.javasource.JClass
-
Changes the local name of this class type.
- Changelog() - Constructor for class org.exolab.castor.util.ChangeLog2XML.Changelog
-
- ChangeLog2XML - Class in org.exolab.castor.util
-
A simple command line utility that parses Castor's change log file and outputs the
file in an XML format, a Castor mapping file may be used to change the XML format
that is output.
- ChangeLog2XML() - Constructor for class org.exolab.castor.util.ChangeLog2XML
-
Creates a new instance of ChangeLog2XML
- ChangeLog2XML.Changelog - Class in org.exolab.castor.util
-
- ChangeLog2XML.Entry - Class in org.exolab.castor.util
-
- ChangeLog2XML.Release - Class in org.exolab.castor.util
-
- CHAR - Static variable in class org.exolab.javasource.JType
-
JType instance for a char (Char).
- CHAR_FORMAT_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
How to format characters of generated DDL statements? Supported values are
SENSITIVE, UPPER and LOWER.
- CHAR_FORMAT_LOWER - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Convert characters to lower case.
- CHAR_FORMAT_SENSITIVE - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Do not format characters.
- CHAR_FORMAT_UPPER - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Convert characters to upper case.
- CHAR_LITERAL - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- CHAR_LITERAL - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- CHAR_LITERAL - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- characters(char[], int, int) - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Creates a new text node from incoming characters.
- characters(char[], int, int) - Method in class org.exolab.castor.dsml.Consumer
-
- characters(char[], int, int) - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.DebugHandler
-
Proxies the org.sax.xml.DocumentHandler#characters(char[], int, int)
request to the proxy that is provided, printing debugging information
before doing the proxy.
- characters(char[], int, int) - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
delegates characters to SAX2ANY.
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.AnnotationUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.AttributeGroupUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.AttributeUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.CharacterUnmarshaller
-
The SAX characters method for recieving characters
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.ComplexContentUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.ComplexTypeUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Signals to recieve charactes
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.DocumentationUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.ElementUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.ExtensionUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.FacetUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.FieldOrSelectorUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.GroupUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.IdentityConstraintUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.ModelGroupUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.RedefineUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.Sax2ComponentReader
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
Signals to recieve charactes
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SimpleContentRestrictionUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SimpleContentUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeListUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeRestrictionUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.UnionUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.UnknownUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.WildcardUnmarshaller
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.util.DocumentHandlerAdapter
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- characters(char[], int, int) - Method in class org.exolab.castor.xml.util.SAX2DOMHandler
-
- CharactersProcessor - Class in org.exolab.castor.xml
-
- CharactersProcessor(UnmarshalHandler) - Constructor for class org.exolab.castor.xml.CharactersProcessor
-
Creates an instance of this class, with a reference to the actual
UnmarshalHandler
for which this processor deals with the SAX 2
characters() callback method.
- CharacterUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A utility class for Unmarshalling elements with only String content
- CharacterUnmarshaller(SchemaContext) - Constructor for class org.exolab.castor.xml.schema.reader.CharacterUnmarshaller
-
Creates a new StringUnmarshaller.
- CharArrayToSqlClob - Class in org.castor.cpa.persistence.convertor
-
Convert char[]
to java.sql.Clob
.
- CharArrayToSqlClob() - Constructor for class org.castor.cpa.persistence.convertor.CharArrayToSqlClob
-
Default constructor.
- CharArrayToString - Class in org.castor.cpa.persistence.convertor
-
Convert char[]
to String
.
- CharArrayToString() - Constructor for class org.castor.cpa.persistence.convertor.CharArrayToString
-
Default constructor.
- CharLiteral() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- CharLiteral() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- CharStream - Interface in org.exolab.castor.xml.dtd.parser
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- check(String, String) - Method in class org.exolab.castor.jdo.oql.ParamInfo
-
Checks whether the userDefinedType and systemType match those previousle
specified in the constructor.
- checkConstraints(Enumeration, Enumeration) - Method in class org.exolab.castor.xml.schema.Facet
-
Checks the constraints on the current facet against
the other local facets of the same derived data type
and facets of the base data type.
- checkConstraints(Enumeration, Enumeration) - Method in class org.exolab.castor.xml.schema.facets.MaxExclusive
-
- checkConstraints(Enumeration, Enumeration) - Method in class org.exolab.castor.xml.schema.facets.MaxInclusive
-
- checkConstraints(Enumeration, Enumeration) - Method in class org.exolab.castor.xml.schema.facets.MinExclusive
-
- checkConstraints(Enumeration, Enumeration) - Method in class org.exolab.castor.xml.schema.facets.MinInclusive
-
- checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor, UnmarshalState, String) - Method in class org.exolab.castor.types.BaseDescriptor
-
Checks whether the given XMLFieldDescriptor is the one actually expected,
given the natural order as defined by a sequence definition
- checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor, UnmarshalState, String) - Method in class org.exolab.castor.xml.descriptors.BaseDescriptor
-
Checks whether the given XMLFieldDescriptor is the one actually expected,
given the natural order as defined by a sequence definition
- checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor, UnmarshalState, String) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Checks whether the given XMLFieldDescriptor is the one actually expected,
given the natural order as defined by a sequence definition
- checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor, UnmarshalState, String) - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Checks whether the given XMLFieldDescriptor is the one actually expected,
given the natural order as defined by a sequence definition
- checkError() - Method in class org.castor.ddlgen.DDLWriter
-
Check if any error occured at previous operations of the writer.
- checkFieldNameDuplicates(FieldDescriptor[], Class<?>) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Checks all given fields for name equality and throws a MappingException if at
least two fields have the same name.
- checkIdRef(String) - Method in class org.exolab.castor.xml.ValidationContext
-
Checks an ID Reference, returning true if the provided ID is known.
- checkUnresolvedIdrefs(ValidationContext) - Method in class org.exolab.castor.xml.Validator
-
- checkValidity(Object) - Method in class org.exolab.castor.mapping.ExtendedFieldHandler
-
- checkValidity(Object) - Method in interface org.exolab.castor.mapping.FieldHandler
-
- checkValidity(Object) - Method in class org.exolab.castor.mapping.loader.ExtendedFieldHandler
-
- checkValidity(Object) - Method in class org.exolab.castor.mapping.loader.FieldHandlerFriend
-
- checkValidity(Object) - Method in class org.exolab.castor.xml.handlers.CollectionFieldHandler
-
Checks the field validity.
- checkValidity(Object) - Method in class org.exolab.castor.xml.handlers.ContainerFieldHandler
-
Checks the field validity.
- checkValidity(Object) - Method in class org.exolab.castor.xml.handlers.EnumFieldHandler
-
Checks the field validity.
- children - Variable in class org.castor.cpa.query.castorql.SimpleNode
-
- children - Variable in class org.castor.cpa.query.ejbql.SimpleNode
-
- children() - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Accessor method for an iteration of this nodes children.
- CHOICE - Static variable in class org.exolab.castor.builder.info.GroupInfo
-
The compositor value that indicates that only one field may be present.
- CHOICE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- CHOICE_NODE_NAME_ERROR_INDICATION - Static variable in interface org.exolab.castor.builder.info.XMLInfo
-
Identifies the node name for a choice group.
- CLASS - Static variable in interface org.exolab.castor.builder.BindingComponent
-
A class binding component.
- CLASS - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass
instance of type 'java.lang.Class'.
- CLASS - Static variable in class org.exolab.castor.builder.types.XSType
-
A user-defined type.
- CLASS - Static variable in class org.exolab.castor.dsml.XML.Schema.Elements
-
- CLASS_DESC_FIELD_NAMES - Static variable in class org.exolab.castor.builder.BuilderConfiguration.Property
-
Property specifying if we want to have a 'public static final String'
generated for each attribute and element name used within a class
descriptor.
- ClassChoice - Class in org.exolab.castor.mapping.xml
-
Class ClassChoice.
- ClassChoice() - Constructor for class org.exolab.castor.mapping.xml.ClassChoice
-
- ClassChoiceDescriptor - Class in org.exolab.castor.mapping.xml.descriptors
-
Class ClassChoiceDescriptor.
- ClassChoiceDescriptor() - Constructor for class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
- classDescFieldNames() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns true if we generate a 'public static final String' for the name
of each attribute and element described by the class descriptor
- ClassDescriptor - Interface in org.exolab.castor.mapping
-
Describes the properties of a class and its fields.
- ClassDescriptorHelper - Class in org.exolab.castor.mapping.loader
-
- ClassDescriptorHelper() - Constructor for class org.exolab.castor.mapping.loader.ClassDescriptorHelper
-
- ClassDescriptorImpl - Class in org.exolab.castor.mapping.loader
-
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.
- ClassDescriptorImpl() - Constructor for class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- ClassDescriptorJDONature - Class in org.exolab.castor.jdo.engine.nature
-
- ClassDescriptorJDONature(PropertyHolder) - Constructor for class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
- ClassDescriptorResolutionCommand - Interface in org.castor.cpa.util.classresolution.command
-
- ClassDescriptorResolver - Interface in org.exolab.castor.xml
-
An interface for finding or "resolving" ClassDescriptor classes.
- ClassDescriptorResolverFactory - Class in org.exolab.castor.xml
-
- ClassDescriptorResolverFactory() - Constructor for class org.exolab.castor.xml.ClassDescriptorResolverFactory
-
- ClassInfo - Class in org.castor.cpa.jpa.info
-
This class holds the necessary information so that Castor can properly map a
JPA annotated
Class
to the database.
- ClassInfo() - Constructor for class org.castor.cpa.jpa.info.ClassInfo
-
Creates a new empty ClassInfo.
- ClassInfo(Class<?>) - Constructor for class org.castor.cpa.jpa.info.ClassInfo
-
Creates a new ClassInfo, describing a given Class.
- ClassInfo - Class in org.exolab.castor.builder.info
-
This class holds the necessary information so that the source generator can
properly create the necessary classes for the object model.
- ClassInfo(JClass) - Constructor for class org.exolab.castor.builder.info.ClassInfo
-
Creates a new ClassInfo.
- ClassInfoBuilder - Class in org.castor.cpa.jpa.info
-
- ClassInfoRegistry - Class in org.castor.cpa.jpa.info
-
- ClassInfoRegistry() - Constructor for class org.castor.cpa.jpa.info.ClassInfoRegistry
-
- ClassInfoResolver - Interface in org.exolab.castor.builder
-
A class for "caching" ClassInfo's which later need to be resolved (retrieved)
by another ClassInfo.
- ClassInfoResolverImpl - Class in org.exolab.castor.builder.util
-
A class for "caching" ClassInfo's which later need to be resolved
(retrieved).
- ClassInfoResolverImpl() - Constructor for class org.exolab.castor.builder.util.ClassInfoResolverImpl
-
Default constructor.
- ClassLoaderNature - Class in org.castor.cpa.util.classresolution.nature
-
- ClassLoaderNature(PropertyHolder) - Constructor for class org.castor.cpa.util.classresolution.nature.ClassLoaderNature
-
- ClassLoadingUtils - Class in org.castor.jdo.util
-
Common static methods for Castor JDO related to class loading.
- ClassMapping - Class in org.castor.jdo.conf
-
Class ClassMapping.
- ClassMapping() - Constructor for class org.castor.jdo.conf.ClassMapping
-
- ClassMapping - Class in org.exolab.castor.mapping.xml
-
The 'class' element is used to store information about mapping
of a class.
- ClassMapping() - Constructor for class org.exolab.castor.mapping.xml.ClassMapping
-
- ClassMappingAccessType - Enum in org.exolab.castor.mapping.xml.types
-
Enumeration ClassMappingAccessType.
- ClassMappingAccessTypeDescriptor - Class in org.exolab.castor.mapping.xml.types.descriptors
-
Class ClassMappingAccessTypeDescriptor.
- ClassMappingAccessTypeDescriptor() - Constructor for class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
- ClassMappingDescriptor - Class in org.castor.jdo.conf.descriptors
-
Class ClassMappingDescriptor.
- ClassMappingDescriptor() - Constructor for class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
- ClassMappingDescriptor - Class in org.exolab.castor.mapping.xml.descriptors
-
Class ClassMappingDescriptor.
- ClassMappingDescriptor() - Constructor for class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
- ClassMolder - Class in org.exolab.castor.persist
-
ClassMolder is a 'binder' for one type of data object and its corresponding
Persistence
.
- ClassMolderHelper - Class in org.exolab.castor.persist
-
Utility class that provides (mostly) static methods in relation to the functions
required by a
ClassMolder
.
- ClassNameConflictResolver - Interface in org.exolab.castor.builder.conflict.strategy
-
Class name conflict resolver.
- ClassNameCRStrategy - Interface in org.exolab.castor.builder.conflictresolution
-
Strategy pattern for dealing with class name conflicts during source code
generation.
- ClassNameCRStrategyRegistry - Class in org.exolab.castor.builder.conflictresolution
-
Registry for
ClassNameCRStrategy
implementations obtained from the
Castor builder properties file.
- ClassNameCRStrategyRegistry(String) - Constructor for class org.exolab.castor.builder.conflictresolution.ClassNameCRStrategyRegistry
-
- ClassNotPersistenceCapableException - Exception in org.exolab.castor.jdo
-
Exception thrown to indicate objects of this class are not persistent
capable.
- ClassNotPersistenceCapableException(String) - Constructor for exception org.exolab.castor.jdo.ClassNotPersistenceCapableException
-
- ClassNotPersistenceCapableException(String, Throwable) - Constructor for exception org.exolab.castor.jdo.ClassNotPersistenceCapableException
-
- ClassResolutionByAnnotations - Class in org.castor.cpa.util.classresolution.command
-
- ClassResolutionByAnnotations() - Constructor for class org.castor.cpa.util.classresolution.command.ClassResolutionByAnnotations
-
- ClassResolutionByCDR - Class in org.castor.cpa.util.classresolution.command
-
- ClassResolutionByCDR() - Constructor for class org.castor.cpa.util.classresolution.command.ClassResolutionByCDR
-
Constructor.
- ClassResolutionByFile - Class in org.castor.cpa.util.classresolution.command
-
- ClassResolutionByFile() - Constructor for class org.castor.cpa.util.classresolution.command.ClassResolutionByFile
-
Constructor taking a MappingLoader.
- ClassResolutionByMappingLoader - Class in org.castor.cpa.util.classresolution.command
-
- ClassResolutionByMappingLoader() - Constructor for class org.castor.cpa.util.classresolution.command.ClassResolutionByMappingLoader
-
Constructor taking a MappingLoader.
- ClassType - Class in org.exolab.castor.builder.binding.xml
-
This type gathers the needed information to generate a Java
Class
from a binding file.
- ClassType() - Constructor for class org.exolab.castor.builder.binding.xml.ClassType
-
- ClassTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ClassTypeDescriptor.
- ClassTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
- ClassValidator - Interface in org.exolab.castor.xml.validators
-
The validation interface used for validating class instances.
- cleanDescriptorCache() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
Cleans the descriptor cache.
- cleanDescriptorCache() - Method in interface org.exolab.castor.xml.XMLClassDescriptorResolver
-
To clear the descriptor cache.
- cleanup() - Method in class org.exolab.castor.xml.ValidationContext
-
Life-cycle method for proper 'shutdown operations'.
- clear() - Method in class org.castor.cache.DebuggingCacheProxy
- clear() - Method in class org.castor.cache.distributed.AbstractDistributedCache
- clear() - Method in class org.castor.cache.distributed.EHCache
- clear() - Method in class org.castor.cache.distributed.JcsCache
- clear() - Method in class org.castor.cache.distributed.OsCache
- clear() - Method in class org.castor.cache.hashbelt.AbstractHashbelt
- clear() - Method in class org.castor.cache.hashbelt.container.FastIteratingContainer
- clear() - Method in class org.castor.cache.hashbelt.container.WeakReferenceContainer
- clear() - Method in class org.castor.cache.simple.CountLimited
- clear() - Method in class org.castor.cache.simple.NoCache
- clear() - Method in class org.castor.cache.simple.TimeLimited
- clear() - Method in class org.castor.cache.simple.Unlimited
- clear() - Method in class org.castor.core.util.IdentityMap
- clear() - Method in class org.castor.core.util.IdentitySet
- clear() - Static method in class org.castor.jdo.engine.DatabaseRegistry
-
Reset all database configurations.
- clear() - Method in class org.castor.mapping.MappingLoaderRegistry
-
Deletes all 'cached' mapping loader factories.
- clear() - Method in class org.castor.persist.ObjectTracker
-
Reset ObjectTracker's state.
- clear() - Method in class org.castor.persist.proxy.LazyHashSet
-
- clear(Object) - Method in interface org.exolab.castor.mapping.CollectionHandler
-
Clears the collection of any objects.
- clear(Object) - Method in class org.exolab.castor.mapping.handlers.J1MapHandler
-
Clears the map of all key-value pairs.
- clear(Object) - Method in class org.exolab.castor.mapping.handlers.J2MapHandler
-
Clears the map of all key-value pairs.
- clear() - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader2
-
- clear(Object) - Method in interface org.exolab.castor.mapping.MapHandler
-
Clears the map of all key-value pairs.
- clear() - Method in interface org.exolab.castor.mapping.MappingLoader
-
- clear() - Method in class org.exolab.castor.xml.schema.reader.CharacterUnmarshaller
-
Clears the current buffer
- clear() - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Removes all Attributes in this AttributeSetImpl
- clear() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptors
-
Removes all descriptors from this collection.
- clear() - Method in class org.exolab.javasource.JSourceCode
-
Clears all the code statements from this JSourceCode.
- clearConnections() - Method in class org.castor.persist.AbstractTransactionContext
-
- clearFixed() - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Clears the fixed value for this BigIntegerValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.BooleanValidator
-
Clears the fixed value for this BooleanValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Clears the fixed value for this IntegerValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Clears the fixed value for this DateTimeValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Clears the fixed value for this BigIntegerValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Clears the fixed value for this DoubleValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Clears the fixed value for this Duration.
- clearFixed() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Clears the fixed value for this FloatValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Clears the fixed value for this IntegerValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.IntValidator
-
Clears the fixed value for this IntValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.LongValidator
-
Clears the fixed value for this LongValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Clears the fixed value for this ShortValidator.
- clearFixed() - Method in class org.exolab.castor.xml.validators.StringValidator
-
Clears the fixed value for this ShortValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Clears the maximum value for this BigIntegerValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Clears the maximum value for this ByteValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Clears the maximum value for this DateTimeValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Clears the maximum value for this DecimalValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Clears the maximum value for this DoubleValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Clears the maximum value for this Duration.
- clearMax() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Clears the maximum value for this FloatValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Clears the maximum value for this IntegerValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.IntValidator
-
Clears the maximum value for this IntValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.LongValidator
-
Clears the maximum value for this LongValidator.
- clearMax() - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Clears the maximum value for this ShortValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Clears the minimum value for this BigIntegerValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Clears the minimum value for this ByteValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Clears the minimum value for this DateTimeValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Clears the minimum value for this DecimalValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Clears the minimum value for this DoubleValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Clears the minimum value for this Duration.
- clearMin() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Clears the minimum value for this FloatValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Clears the minimum value for this IntegerValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.IntValidator
-
Clears the minimum value for this IntValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.LongValidator
-
Clears the minimum value for this LongValidator.
- clearMin() - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Clears the minimum value for this ShortValidator.
- clearNodeScope(Node) - Method in class org.castor.cpa.query.castorql.JJTCastorQLParserState
-
- clearNodeScope(Node) - Method in class org.castor.cpa.query.ejbql.JJTEjbQLParserState
-
- clearPatterns() - Method in class org.exolab.castor.xml.validators.PatternValidator
-
Clear all configured patterns.
- ClobImpl - Class in org.exolab.castor.jdo.engine
-
This is an implementation of java.sql.Clob interface that is constructed
from java.io.Reader, in needs information about the length of the stream
(which is not provided by java.io.Reader interface).
- ClobImpl(Reader, long) - Constructor for class org.exolab.castor.jdo.engine.ClobImpl
-
Construct an ClobImpl instance.
- ClonableFieldHandler - Interface in org.exolab.castor.mapping
-
A
FieldHandler
that allows shallow/deep cloning of its state.
- clone() - Method in class org.castor.cpa.persistence.convertor.AbstractTypeConvertor
-
Creates and returns a copy of this object.
- clone() - Method in interface org.castor.cpa.persistence.convertor.TypeConvertor
-
Creates and returns a copy of this object.
- clone() - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
- clone() - Method in class org.castor.mapping.BindingType
-
Clone only returns the one and only instance of this kind.
- clone() - Method in class org.exolab.castor.mapping.AccessMode
-
Clone only returns the one and only instance of this kind.
- clone() - Method in interface org.exolab.castor.persist.spi.QueryExpression
-
Returns a clone of the query expression that can be further modified.
- clone(DateTimeBase) - Method in class org.exolab.castor.types.DateTimeBase
-
- clone() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptors
-
- close() - Method in class org.castor.cache.AbstractBaseCache
-
Life-cycle method to allow custom resource cleanup for a cache implementation.
- close() - Method in interface org.castor.cache.Cache
-
Life-cycle method to allow custom resource cleanup for a cache implementation.
- close() - Method in class org.castor.cache.DebuggingCacheProxy
-
Life-cycle method to allow custom resource cleanup for a cache implementation.
- close() - Method in class org.castor.cache.distributed.CoherenceCache
-
Life-cycle method to allow custom resource cleanup for a cache implementation.
- close() - Method in class org.castor.cache.hashbelt.AbstractHashbelt
-
Life-cycle method to allow custom resource cleanup for a cache implementation.
- close() - Method in class org.castor.cpa.persistence.sql.engine.CastorStatement
-
Method to close the prepared statement.
- close() - Method in class org.castor.ddlgen.DDLWriter
-
Close the writer.
- close() - Method in class org.castor.persist.AbstractTransactionContext
-
Closes all Connections.
- close() - Method in class org.castor.persist.proxy.CollectionProxy
-
- close() - Method in interface org.castor.persist.TransactionContext
-
Closes all Connections.
- close() - Method in interface org.exolab.castor.jdo.Database
-
Closes the database.
- close() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Closes the database.
- close() - Method in class org.exolab.castor.jdo.engine.GlobalDatabaseImpl
-
- close() - Method in class org.exolab.castor.jdo.engine.LocalDatabaseImpl
-
- close() - Method in class org.exolab.castor.jdo.engine.OQLQueryImpl
-
- close() - Method in class org.exolab.castor.jdo.engine.SimpleQueryExecutor.SimpleQueryResults
-
- close() - Method in class org.exolab.castor.jdo.engine.SQLQuery
-
- close() - Method in class org.exolab.castor.jdo.JDOManager
-
Lyfe-cycle methods to close JDOManager instance and initiate resource cleanup.
- close() - Method in interface org.exolab.castor.jdo.Query
-
Close the query and release all resources held by the query.
- close() - Method in interface org.exolab.castor.jdo.QueryResults
-
Closes the result set and releases all resources held by it.
- close() - Method in class org.exolab.castor.persist.QueryResults
-
Close the query and release all resources held by the query.
- close() - Method in class org.exolab.castor.persist.spi.AbstractCallQuery
-
- close() - Method in interface org.exolab.castor.persist.spi.PersistenceQuery
-
Close the query and release all resources held by the query.
- close() - Method in class org.exolab.javasource.JSourceWriter
- closeCaches() - Method in class org.exolab.castor.persist.LockEngine
-
Close all caches (to allow for resource clean-up).
- closeConnection(Connection) - Static method in class org.castor.jdo.util.JDOUtils
-
Closes the Connection without throwing SQLException.
- closeConnections() - Method in class org.castor.persist.AbstractTransactionContext
-
The derived class must implement this method and close all the connections
used in this transaction.
- closeConnections() - Method in class org.castor.persist.GlobalTransactionContext
-
The derived class must implement this method and close all the connections
used in this transaction.
- closeConnections() - Method in class org.castor.persist.LocalTransactionContext
-
The derived class must implement this method and close all the connections
used in this transaction.
- closeDatabase(Database) - Static method in class org.castor.jdo.util.JDOUtils
-
Closes the Database without throwing exceptions.
- closeNodeScope(Node, int) - Method in class org.castor.cpa.query.castorql.JJTCastorQLParserState
-
- closeNodeScope(Node, boolean) - Method in class org.castor.cpa.query.castorql.JJTCastorQLParserState
-
- closeNodeScope(Node, int) - Method in class org.castor.cpa.query.ejbql.JJTEjbQLParserState
-
- closeNodeScope(Node, boolean) - Method in class org.castor.cpa.query.ejbql.JJTEjbQLParserState
-
- closeResultSet(ResultSet) - Static method in class org.castor.jdo.util.JDOUtils
-
Closes the ResultSet without throwing SQLException.
- closeSeparateConnection(Connection) - Method in class org.castor.cpa.persistence.sql.keygen.AbstractKeyGenerator
-
Close the JDBC Connection.
- closeStatement(Statement) - Static method in class org.castor.jdo.util.JDOUtils
-
Closes the Statement without throwing SQLException.
- codeDigitsFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Generate the source code for digits facet validation.
- codeLengthFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Generate the source code for length, maxLength or minLength facets validation.
- codePatternFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractPatternFacet
-
Generate the source code for pattern facet validation.
- codeRangeFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Generate the source code for pattern facet validation.
- codeWhiteSpaceFacet(JSourceCode, String) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Generate the source code for pattern facet validation.
- CoherenceCache - Class in org.castor.cache.distributed
-
Tangosol Coherence implementation of Castor JDO Cache.
- CoherenceCache() - Constructor for class org.castor.cache.distributed.CoherenceCache
-
- CoherenceCacheFactory - Class in org.castor.cache.distributed
-
- CoherenceCacheFactory() - Constructor for class org.castor.cache.distributed.CoherenceCacheFactory
-
- COLLECTION - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The instance of the collection type
- COLLECTION - Static variable in class org.exolab.castor.builder.types.XSType
-
A collection type.
- COLLECTION_HANDLERS_FOR_JAVA_11_OR_12 - Static variable in class org.castor.xml.XMLProperties
-
Property specifying which collections handlers should be used for
Java 1.1 and Java 1.2 run-times.
- COLLECTION_TYPE - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The collection type
- CollectionFieldHandler - Class in org.exolab.castor.xml.handlers
-
A FieldHandler for the XML Schema Collection type.
- CollectionFieldHandler(FieldHandler) - Constructor for class org.exolab.castor.xml.handlers.CollectionFieldHandler
-
Creates a new CollectionFieldHandler using the given FieldHandler for
delegation.
- CollectionFieldHandler(FieldHandler, TypeValidator) - Constructor for class org.exolab.castor.xml.handlers.CollectionFieldHandler
-
Creates a new CollectionFieldHandler using the given FieldHandler for
delegation and the given type validator for validation.
- CollectionHandler - Interface in org.exolab.castor.mapping
-
Collection handler for adding/listing elements of a collection.
- CollectionHandlers - Class in org.exolab.castor.mapping.loader
-
Utility class for obtaining collection handlers.
- CollectionHandlers() - Constructor for class org.exolab.castor.mapping.loader.CollectionHandlers
-
- CollectionInfo - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Collections.
- CollectionInfo(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfo
-
Creates a new CollectionInfo.
- CollectionInfo(String, Class<?>) - Constructor for class org.exolab.castor.persist.FieldMolder.CollectionInfo
-
- CollectionInfoJ2 - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections.
- CollectionInfoJ2(XSType, String, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2
-
- CollectionInfoJ2Collection - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections of
type 'java.util.Collection'.
- CollectionInfoJ2Collection(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2Collection
-
Creates an instance of this class that represents information about a
Java collection type of type 'java.util.Collection'.
- CollectionInfoJ2Set - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections of
type 'java.util.Set'.
- CollectionInfoJ2Set(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2Set
-
Creates an instance of this class that represents information about a
Java collection type of type 'java.util.Set'.
- CollectionInfoJ2SortedSet - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Java 2 Collections of
type 'java.util.SortedSet'.
- CollectionInfoJ2SortedSet(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
-
Creates an instance of this class that represents information about a
Java collection type of type 'java.util.SortedSet'.
- CollectionInfoODMG30 - Class in org.exolab.castor.builder.info
-
A helper used for generating source that deals with Collections.
- CollectionInfoODMG30(XSType, String, String, boolean, FieldMemberAndAccessorFactory, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.CollectionInfoODMG30
-
Creates a new CollectionInfoODMG30.
- CollectionJ2MemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
The Factory for Java2 Collections.
- CollectionJ2MemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
Creates a new CollectionJ2MemberAndAccessorFactory.
- CollectionJ2NoIndexMemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
A Factory that avoids the creation of the index methods.
- CollectionJ2NoIndexMemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates a new CollectionJ2NoIndexMemberAndAccessorFactory.
- CollectionMemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
This factory takes a CollectionInfo and generates the suitable JFields
and the accessor methods into the JClass.
- CollectionMemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates a factory that offers public methods to create the
field initialization code as well as the accessor methods.
- CollectionODMG30MemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
A JField factory for CollectionODMG30Member.
- CollectionODMG30MemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.CollectionODMG30MemberAndAccessorFactory
-
Creates a new CollectionODMG30MemberAndAccessorFactory.
- CollectionProxy - Class in org.castor.persist.proxy
-
This class is a proxy for different types of Collection and Maps.
- CollectionProxy() - Constructor for class org.castor.persist.proxy.CollectionProxy
-
- COLON - Static variable in class org.exolab.castor.jdo.oql.Token
-
- COLON - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- Column - Class in org.castor.cpa.persistence.sql.query.expression
-
Class representing a column of the database table.
- Column(String) - Constructor for class org.castor.cpa.persistence.sql.query.expression.Column
-
Construct a column that has no qualifier with given name.
- Column(Qualifier, String) - Constructor for class org.castor.cpa.persistence.sql.query.expression.Column
-
Construct a column with given qualifier and name.
- column(String) - Method in class org.castor.cpa.persistence.sql.query.Qualifier
-
Builder method to create a column with given name belonging to this qualifier.
- column - Variable in class org.castor.cpa.query.castorql.SimpleCharStream
-
- column - Variable in class org.castor.cpa.query.ejbql.SimpleCharStream
-
- Column - Class in org.exolab.castor.xml.schema.annotations.jdo
-
Element 'column' is used to specify the column where the
property of an object will be saved.
- Column() - Constructor for class org.exolab.castor.xml.schema.annotations.jdo.Column
-
- COLUMN_SEPARATOR - Static variable in interface org.exolab.castor.jdo.engine.JDBCSyntax
-
- ColumnDescriptor - Class in org.exolab.castor.xml.schema.annotations.jdo.descriptors
-
Class ColumnDescriptor.
- ColumnDescriptor() - Constructor for class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
- ColumnInfo - Class in org.castor.cpa.persistence.sql.engine.info
-
Class representing columns belonging to a table.
- ColumnInfo(String, int, int, TypeConvertor, boolean, boolean) - Constructor for class org.castor.cpa.persistence.sql.engine.info.ColumnInfo
-
Constructor with all given values.
- ColumnInfo(String) - Constructor for class org.castor.cpa.persistence.sql.engine.info.ColumnInfo
-
Constructor creating new column with only name set.
- ColumnValue - Class in org.castor.cpa.persistence.sql.engine.info
-
- ColumnValue(ColumnInfo, int, Object) - Constructor for class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- COMBINING_CHAR - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDInitialParserConstants
-
- COMBINING_CHAR - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- COMMA - Static variable in class org.exolab.castor.jdo.oql.Token
-
- COMMA - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- CommandLineOptions - Class in org.exolab.castor.util
-
A utility class for generating command line options.
- CommandLineOptions() - Constructor for class org.exolab.castor.util.CommandLineOptions
-
- COMMENT - Static variable in class org.exolab.castor.types.AnyNode
-
Representation for a comment node.
- Comment() - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
Parsing procedure corresponding to the Comment nonterminal.
- COMMENT_CHAR - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- commit() - Method in class org.castor.persist.AbstractTransactionContext
-
Commits all changes and closes the transaction releasing all locks on all
objects.
- commit() - Method in interface org.castor.persist.TransactionContext
-
Commits all changes and closes the transaction releasing all locks on all
objects.
- commit() - Method in class org.castor.transactionmanager.LocalTransactionManager
- commit() - Method in interface org.exolab.castor.jdo.Database
-
Commits and closes the transaction.
- commit() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Commits and closes the transaction.
- commit() - Method in class org.exolab.castor.jdo.engine.GlobalDatabaseImpl
-
- commit() - Method in class org.exolab.castor.jdo.engine.LocalDatabaseImpl
-
- commit(Xid, boolean) - Method in class org.exolab.castor.persist.XAResourceImpl
-
- commitConnections() - Method in class org.castor.persist.AbstractTransactionContext
-
The derived class must implement this method and commit all the connections
used in this transaction.
- commitConnections() - Method in class org.castor.persist.GlobalTransactionContext
-
The derived class must implement this method and commit all the connections
used in this transaction.
- commitConnections() - Method in class org.castor.persist.LocalTransactionContext
-
The derived class must implement this method and commit all the connections
used in this transaction.
- committed(TransactionContext) - Method in class org.castor.persist.proxy.LazyHashSet
-
- committed(TransactionContext) - Method in interface org.exolab.castor.persist.TxSynchronizable
-
Called at the end of a transaction after commit.
- commonStartElement(String, String, boolean) - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
Delegates startElement to SAX2ANY.
- Compare - Class in org.castor.cpa.persistence.sql.query.condition
-
Compare 2 conditions with an operator.
- Compare(Expression, CompareOperator, Expression) - Constructor for class org.castor.cpa.persistence.sql.query.condition.Compare
-
Constructor a compare condition that compares given left and rigth hand operand
with given comparison operator.
- compare() - Method in class org.castor.xmlctf.xmldiff.XMLDiff
-
Compares the two XML documents located at the given URL locations.
- compareDbVersion(String) - Method in class org.exolab.castor.jdo.DbMetaInfo
-
Compare the actual database version with the given required version string.
- CompareOperator - Enum in org.castor.cpa.persistence.sql.query.condition
-
Enumeration of comparison operators.
- compareTo(Object) - Method in class org.castor.mapping.BindingType
-
- compareTo(Object) - Method in class org.exolab.castor.mapping.AccessMode
-
Compares id against id of the specified object.
- compareTo(AccessMode) - Method in class org.exolab.castor.mapping.AccessMode
-
- compareTo(DateTimeBase) - Method in class org.exolab.castor.types.DateTimeBase
-
Compares two date/time data types.
- compareTo(JDocDescriptor) - Method in class org.exolab.javasource.JDocDescriptor
-
Compares the type of this JDocDescriptor with the given descriptor.
- Comparison - Class in org.castor.cpa.query.object.condition
-
Final class that represents comparison simple condition.
- Comparison(ComparisonOperator) - Constructor for class org.castor.cpa.query.object.condition.Comparison
-
Construct new comparison.
- ComparisonExpression() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- ComparisonExpression() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- ComparisonOperator() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- ComparisonOperator() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- ComparisonOperator - Interface in org.castor.cpa.query.object.condition
-
Interface for comparison operator.
- COMPLEX_CONTENT - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- COMPLEX_CONTENT - Static variable in class org.exolab.castor.xml.schema.Structure
-
- COMPLEX_TYPE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- COMPLEX_TYPE - Static variable in class org.exolab.castor.xml.schema.Structure
-
- ComplexContentRestrictionUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for unmarshalling restriction elements of a complexContent
- ComplexContentRestrictionUnmarshaller(SchemaContext, ComplexType, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller
-
Creates a new RestrictionUnmarshaller.
- ComplexContentUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for Unmarshalling simpleContent
- ComplexContentUnmarshaller(SchemaContext, ComplexType, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.ComplexContentUnmarshaller
-
Creates a new ComplexContentUnmarshaller.
- ComplexType - Class in org.exolab.castor.xml.schema
-
The XML Schema ComplexType class.
- ComplexType(Schema) - Constructor for class org.exolab.castor.xml.schema.ComplexType
-
- ComplexType(Schema, String) - Constructor for class org.exolab.castor.xml.schema.ComplexType
-
- COMPLEXTYPE_ID - Static variable in class org.exolab.castor.builder.binding.ExtendedBinding
-
Prefix used to identify a complexType.
- ComplexTypeUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for unmarshalling XML Schema definitions.
- ComplexTypeUnmarshaller(SchemaContext, Schema, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.ComplexTypeUnmarshaller
-
- ComponentBindingType - Class in org.exolab.castor.builder.binding.xml
-
A binding element is defined to express the binding between an
XML Schema Component
and Java class OR a java interface or a java member class.
- ComponentBindingType() - Constructor for class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- ComponentBindingTypeChoice - Class in org.exolab.castor.builder.binding.xml
-
Class ComponentBindingTypeChoice.
- ComponentBindingTypeChoice() - Constructor for class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
- ComponentBindingTypeChoiceDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ComponentBindingTypeChoiceDescriptor.
- ComponentBindingTypeChoiceDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
- ComponentBindingTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ComponentBindingTypeDescriptor.
- ComponentBindingTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
- ComponentReader - Class in org.exolab.castor.xml.schema.reader
-
The base class for separate component unmarshallers for
reading an XML Schema component.
- ComponentReader(SchemaContext) - Constructor for class org.exolab.castor.xml.schema.reader.ComponentReader
-
To hand down a couple of configuration items to all Unmarshaller classes.
- componentType() - Method in class org.exolab.castor.xml.UnmarshalHandler.ArrayHandler
-
Returns the component type handled by this class.
- CompoundCondition - Class in org.castor.cpa.persistence.sql.query.condition
-
Compound condition is the abstract base class for AndCondition and OrCondition.
- CompoundCondition() - Constructor for class org.castor.cpa.persistence.sql.query.condition.CompoundCondition
-
Default constructor.
- CompoundCondition(CompoundCondition) - Constructor for class org.castor.cpa.persistence.sql.query.condition.CompoundCondition
-
Copy constructor.
- CompoundCondition - Class in org.castor.cpa.query.object.condition
-
Abstract base class compound condition.
- CompoundCondition() - Constructor for class org.castor.cpa.query.object.condition.CompoundCondition
-
- CompoundExpression - Class in org.castor.cpa.query.object.expression
-
Abstract base class for compound expression.
- CompoundExpression() - Constructor for class org.castor.cpa.query.object.expression.CompoundExpression
-
- compute(char[], int, int) - Method in class org.exolab.castor.xml.CharactersProcessor
-
- compute(String) - Method in class org.exolab.castor.xml.EndElementProcessor
-
- compute(String, String, AttributeSet) - Method in class org.exolab.castor.xml.StartElementProcessor
-
- CONCAT - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- concat(String) - Method in interface org.castor.cpa.query.Expression
-
The method for Concat ( || ) additive arithmetic expression of query objects.
- concat(Expression) - Method in interface org.castor.cpa.query.Expression
-
The method for Concat ( || ) additive arithmetic expression of query objects.
- concat(String) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
The method for Concat ( || ) additive arithmetic expression of query objects.
- concat(Expression) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
The method for Concat ( || ) additive arithmetic expression of query objects.
- Concat - Class in org.castor.cpa.query.object.expression
-
Final class that represents a concat arithmetic expression.
- Concat() - Constructor for class org.castor.cpa.query.object.expression.Concat
-
- concat(Expression) - Method in class org.castor.cpa.query.object.expression.Concat
-
The method for Concat ( || ) additive arithmetic expression of query objects.
- CONCAT - Static variable in class org.exolab.castor.jdo.oql.Token
-
- CONCAT - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- CONCATE - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- CONCATE - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- Condition - Class in org.castor.cpa.persistence.sql.query.condition
-
Abstract base class for all conditions.
- Condition() - Constructor for class org.castor.cpa.persistence.sql.query.condition.Condition
-
- Condition - Interface in org.castor.cpa.query
-
Interface specification for conditions of query objects.
- ConditionalExpression() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- ConditionalExpression() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- ConditionalFactor() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- ConditionalFactor() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- ConditionalPrimary() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- ConditionalPrimary() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- ConditionalTerm() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- ConditionalTerm() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- CONFIG_FILENAME_PROPERTY - Static variable in class org.exolab.castor.builder.BuilderConfiguration.Property
-
The name of the configuration file.
- ConfigurableFieldHandler - Interface in org.exolab.castor.mapping
-
A
FieldHandler
that can be configured with any kind of data.
- Configuration - Class in org.castor.ddlgen
-
Handle the configuration for DDL generator including load configuration files,
manage configuration values.
- Configuration() - Constructor for class org.castor.ddlgen.Configuration
-
Constructor for Configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.AbstractDateTypeConvertor
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.AbstractLobTypeConvertor
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.AbstractSimpleTypeConvertor
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.BooleanToBigDecimal
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.BooleanToInteger
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.BooleanToShort
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.BooleanToString
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.LongToCastorTime
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in class org.castor.cpa.persistence.convertor.StringToBoolean
-
Configure the converter with given configuration.
- configure(AbstractProperties) - Method in interface org.castor.cpa.persistence.convertor.TypeConvertor
-
Configure the converter with given configuration.
- confirm(String) - Method in class org.exolab.castor.util.dialog.ConsoleDialog
-
Presents a confirmation prompt with the given message.
- confirm(String, String) - Method in class org.exolab.castor.util.dialog.ConsoleDialog
-
Presents a confirmation prompt for values with the given messge.
- confirm(String, String, String) - Method in class org.exolab.castor.util.dialog.ConsoleDialog
-
Presents a confirmation prompt for values with the given messge
- confirm(String) - Method in interface org.exolab.castor.util.dialog.Dialog
-
Presents a confirmation prompt with the given message.
- confirm(String, String) - Method in interface org.exolab.castor.util.dialog.Dialog
-
Presents a confirmation prompt for values with the given message.
- confirm(String, String, String) - Method in interface org.exolab.castor.util.dialog.Dialog
-
Presents a confirmation prompt for values with the given messge.
- ConnectionFactory - Interface in org.castor.cpa.persistence.sql.connection
-
Interface for creation of new JDBC Connection instances.
- ConnectionFailedException - Exception in org.exolab.castor.jdo
-
An attempt to open a JDBC connection failed.
- ConnectionFailedException(String) - Constructor for exception org.exolab.castor.jdo.ConnectionFailedException
-
- ConnectionFailedException(String, Throwable) - Constructor for exception org.exolab.castor.jdo.ConnectionFailedException
-
- ConnectionProxy - Class in org.castor.cpa.persistence.sql.connection
-
Proxy class for JDBC Connection class, to allow information gathering
for the purpose of SQL statement logging.
- ConnectionProxy(Connection, String) - Constructor for class org.castor.cpa.persistence.sql.connection.ConnectionProxy
-
Creates an instance of ConnectionProxy.
- ConnectionProxyFactory - Class in org.castor.cpa.persistence.sql.connection
-
Factory class for proxies for JDBC Connection, PreparedStatement and CallableStatement
classes.
- connectionsIterator() - Method in class org.castor.persist.AbstractTransactionContext
-
- ConsoleDialog - Class in org.exolab.castor.util.dialog
-
A simple utility class to handle command line dialogs
- ConsoleDialog() - Constructor for class org.exolab.castor.util.dialog.ConsoleDialog
-
Creates a new Console Dialog
- Consumer - Class in org.exolab.castor.dsml
-
- Consumer() - Constructor for class org.exolab.castor.dsml.Consumer
-
- Container - Interface in org.castor.cache.hashbelt.container
-
An interface describing implementation strategies for containers on the hashbelt;
containers hold objects that are in the hashbelt, and provide the time-based
grouping that allows the container to be efficiently dealt with as a group of
objects to be expired.
- Container - Class in org.exolab.castor.mapping.xml
-
Class Container.
- Container() - Constructor for class org.exolab.castor.mapping.xml.Container
-
- ContainerDescriptor - Class in org.exolab.castor.mapping.xml.descriptors
-
Class ContainerDescriptor.
- ContainerDescriptor() - Constructor for class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
- ContainerElement - Class in org.exolab.castor.xml.util
-
A light-weight object used to wrap any object.
- ContainerElement() - Constructor for class org.exolab.castor.xml.util.ContainerElement
-
Creates a new empty ContainerElement.
- ContainerElement(Object) - Constructor for class org.exolab.castor.xml.util.ContainerElement
-
Creates a ContainerElement with the specified object.
- ContainerFieldHandler - Class in org.exolab.castor.xml.handlers
-
The FieldHandler for ContainerElement.
- ContainerFieldHandler(FieldHandler) - Constructor for class org.exolab.castor.xml.handlers.ContainerFieldHandler
-
Creates a new ContainerFieldHandler with the given FieldHandler.
- contains(Object) - Method in class org.castor.core.util.IdentitySet
- contains(String) - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorManager
-
- contains(Class<?>) - Method in class org.castor.cpa.jpa.info.JPAVersionManager
-
- contains(Object) - Method in class org.castor.persist.proxy.LazyHashSet
-
- contains(FieldInfo) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns true if the given FieldInfo is contained within this ClassInfo.
- contains(String) - Method in class org.exolab.castor.xml.schema.FacetList
-
Returns the facet of the list with with the given name.
- contains(XMLFieldDescriptor) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns true if the given XMLFieldDescriptor is contained
within this XMLClassDescriptor.
- contains(XMLFieldDescriptor) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptors
-
Returns true if the specified descriptor is contained in this
collection.
- containsAll(Collection) - Method in class org.castor.core.util.IdentitySet
-
In contrast with the design contract of the Set
interface this method
has not been implemented and throws a UnsupportedOperationException
.
- containsAll(Collection<?>) - Method in class org.castor.persist.proxy.LazyHashSet
-
- containsDatabase(GlobalDatabaseImpl) - Method in class org.exolab.castor.jdo.engine.TxDatabaseMap
-
- containsKey(Object) - Method in class org.castor.cache.DebuggingCacheProxy
- containsKey(Object) - Method in class org.castor.cache.distributed.AbstractDistributedCache
- containsKey(Object) - Method in class org.castor.cache.distributed.EHCache
- containsKey(Object) - Method in class org.castor.cache.distributed.JcsCache
- containsKey(Object) - Method in class org.castor.cache.distributed.OsCache
- containsKey(Object) - Method in class org.castor.cache.hashbelt.AbstractHashbelt
- containsKey(Object) - Method in class org.castor.cache.hashbelt.container.FastIteratingContainer
- containsKey(Object) - Method in class org.castor.cache.hashbelt.container.WeakReferenceContainer
- containsKey(Object) - Method in class org.castor.cache.simple.CountLimited
- containsKey(Object) - Method in class org.castor.cache.simple.NoCache
- containsKey(Object) - Method in class org.castor.cache.simple.TimeLimited
- containsKey(Object) - Method in class org.castor.cache.simple.Unlimited
- containsKey(Object) - Method in class org.castor.core.util.IdentityMap
- containsTx(Transaction) - Method in class org.exolab.castor.jdo.engine.TxDatabaseMap
-
- containsValue(Object) - Method in class org.castor.cache.DebuggingCacheProxy
- containsValue(Object) - Method in class org.castor.cache.distributed.AbstractDistributedCache
- containsValue(Object) - Method in class org.castor.cache.distributed.EHCache
- containsValue(Object) - Method in class org.castor.cache.distributed.JcsCache
- containsValue(Object) - Method in class org.castor.cache.distributed.OsCache
- containsValue(Object) - Method in class org.castor.cache.hashbelt.AbstractHashbelt
- containsValue(Object) - Method in class org.castor.cache.hashbelt.container.FastIteratingContainer
- containsValue(Object) - Method in class org.castor.cache.hashbelt.container.WeakReferenceContainer
- containsValue(Object) - Method in class org.castor.cache.simple.CountLimited
- containsValue(Object) - Method in class org.castor.cache.simple.NoCache
- containsValue(Object) - Method in class org.castor.cache.simple.TimeLimited
- containsValue(Object) - Method in class org.castor.cache.simple.Unlimited
- containsValue(Object) - Method in class org.castor.core.util.IdentityMap
-
In contrast with the design contract of the Map
interface this method
has not been implemented and throws a UnsupportedOperationException
.
- CONTENT_MEMBER_TYPE - Static variable in interface org.exolab.castor.builder.BindingComponent
-
A content member binding component.
- ContentMemberType - Class in org.exolab.castor.builder.binding.xml
-
This type represents the binding for the 'content' member
generated
as part of a 'mixed' complex type definition.
- ContentMemberType() - Constructor for class org.exolab.castor.builder.binding.xml.ContentMemberType
-
- ContentMemberTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class ContentMemberTypeDescriptor.
- ContentMemberTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
- ContentModelGroup - Interface in org.exolab.castor.xml.schema
-
An XML Schema ModelGroup.
- ContentParticle - Class in org.exolab.castor.xml.dtd
-
Implementation of DTD Content Particle specification, used to define the content
of an element.
- ContentParticle() - Constructor for class org.exolab.castor.xml.dtd.ContentParticle
-
Constructor, setting occurance specification to ONE, by default.
- ContentParticle(String) - Constructor for class org.exolab.castor.xml.dtd.ContentParticle
-
Creates content particle and sets its type to REFERENCE, that is
the content is exactly one child-element.
- ContentType - Class in org.exolab.castor.xml.schema
-
An XML Schema ContentType
- ContentType(short) - Constructor for class org.exolab.castor.xml.schema.ContentType
-
Creates a new ContentType.
- ContPart() - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
Parsing procedure corresponding to the Content Particle nonterminal.
- convert(ClassInfo, ClassDescriptorResolver, ClassDescriptorImpl) - Static method in class org.castor.cpa.jpa.info.InfoToDescriptorConverter
-
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToBoolean
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToByte
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToDouble
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToFloat
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BigDecimalToShort
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BooleanToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BooleanToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BooleanToShort
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.BooleanToString
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ByteArrayToInputStream
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ByteArrayToSerializable
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ByteArrayToString
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ByteToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ByteToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ByteToShort
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.CastorDateToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.CastorDateToSqlDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.CastorDurationToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.CastorTimeToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.CharArrayToSqlClob
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.CharArrayToString
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToCastorDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToDouble
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToSqlDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToSqlTime
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToSqlTimestamp
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DateToString
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DoubleToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DoubleToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DoubleToFloat
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DoubleToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.DoubleToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.EnumToOrdinal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.EnumTypeConvertor
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.FloatToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.FloatToDouble
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.FloatToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.FloatToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.InputStreamToByteArray
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.InputStreamToSerializable
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToBoolean
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToByte
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToDouble
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToFloat
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.IntegerToShort
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToCastorDuration
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToCastorTime
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToDouble
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToFloat
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.LongToShort
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ObjectToString
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SerializableToByteArray
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SerializableToInputStream
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ShortToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ShortToBoolean
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ShortToByte
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ShortToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.ShortToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SqlClobToCharArray
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SqlClobToString
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SqlDateToCastorDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SqlDateToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SqlTimestampToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SqlTimestampToString
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.SqlTimeToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToBigDecimal
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToBoolean
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToByteArray
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToCastorDuration
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToCastorTime
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToCharacter
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToCharArray
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToDate
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToDouble
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToFloat
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToInteger
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToLong
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToShort
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToSqlClob
-
Convert the object from one type to another.
- convert(Object) - Method in class org.castor.cpa.persistence.convertor.StringToSqlTimestamp
-
Convert the object from one type to another.
- convert(Object) - Method in interface org.castor.cpa.persistence.convertor.TypeConvertor
-
Convert the object from one type to another.
- convert(Object) - Method in interface org.exolab.castor.mapping.TypeConvertor
-
Convert the object from one type to another.
- convertAttribute(Attribute, Schema) - Method in class org.exolab.castor.xml.dtd.Converter
-
Convert DTD Attribute declaration to Schema Attribute Declaration.
- convertContentParticle(ContentParticle, Schema) - Method in class org.exolab.castor.xml.dtd.Converter
-
Method to convert
ContentParticle
object, used to implement element content in the DTD
object model, to the corresponding object in the Schema object model:
either
Group
or
ElementDecl
.
- convertDTDElementToSchemaElement(Element, Schema) - Method in class org.exolab.castor.xml.dtd.Converter
-
Convert DTD Element declaration to Schema Element Declaration.
- convertDTDObjectToSchemaObject(DTDdocument, String, Map) - Method in class org.exolab.castor.xml.dtd.Converter
-
Convert DTD document object to corresponding Schema object.
- convertDTDtoSchema(Reader, Writer, String, Map<String, String>) - Method in class org.exolab.castor.xml.dtd.Converter
-
Convert DTD document to corresponding XML Schema document.
- convertDTDtoSchema(Reader, Writer) - Method in class org.exolab.castor.xml.dtd.Converter
-
Convert DTD document to corresponding XML Schema document.
- Converter - Class in org.exolab.castor.xml.dtd
-
Class containing methods to parse and convert XML DTD
documents to corresponding XML Schema documents.
- Converter() - Constructor for class org.exolab.castor.xml.dtd.Converter
-
- convertType(SimpleType, boolean) - Method in class org.exolab.castor.builder.TypeConversion
-
Converts the given Simpletype to the appropriate XSType.
- convertType(SimpleType, String, boolean) - Method in class org.exolab.castor.builder.TypeConversion
-
Converts the given Simpletype to the appropriate XSType.
- convertType(SimpleType, String, boolean, boolean, String) - Method in class org.exolab.castor.builder.TypeConversion
-
Converts the given Simpletype to the appropriate XSType.
- convertType(String) - Static method in class org.exolab.castor.builder.TypeConversion
-
Returns the XSType that corresponds to the given javaType.
- convertUponGet(Object) - Method in class org.exolab.castor.mapping.GeneralizedFieldHandler
-
This method is used to convert the value when the getValue method
is called.
- convertUponGet(Object) - Method in class org.exolab.castor.mapping.handlers.EnumFieldHandler
-
- convertUponGet(Object) - Method in class org.exolab.castor.xml.handlers.SQLTimeFieldHandler
-
This method is used to convert the value when the getValue method is
called.
- convertUponGet(Object) - Method in class org.exolab.castor.xml.handlers.SQLTimestampFieldHandler
-
This method is used to convert the value when the getValue method is
called.
- convertUponGet(Object) - Method in class org.exolab.castor.xml.handlers.ToStringFieldHandler
-
This method is used to convert the value when the getValue method
is called.
- convertUponGet(Object) - Method in class org.exolab.castor.xml.handlers.ValueOfFieldHandler
-
This method is used to convert the value when the getValue method is
called.
- convertUponSet(Object) - Method in class org.exolab.castor.mapping.GeneralizedFieldHandler
-
This method is used to convert the value when the setValue method
is called.
- convertUponSet(Object) - Method in class org.exolab.castor.mapping.handlers.EnumFieldHandler
-
- convertUponSet(Object) - Method in class org.exolab.castor.xml.handlers.SQLTimeFieldHandler
-
This method is used to convert the value when the setValue method is
called.
- convertUponSet(Object) - Method in class org.exolab.castor.xml.handlers.SQLTimestampFieldHandler
-
This method is used to convert the value when the setValue method is
called.
- convertUponSet(Object) - Method in class org.exolab.castor.xml.handlers.ToStringFieldHandler
-
This method is used to convert the value when the setValue method
is called.
- convertUponSet(Object) - Method in class org.exolab.castor.xml.handlers.ValueOfFieldHandler
-
This method is used to convert the value when the setValue method is
called.
- copy() - Method in class org.exolab.castor.xml.schema.SimpleContent
-
Creates a copy of this SimpleContent
- copy() - Method in class org.exolab.javasource.JModifiers
-
Creates a copy of this JModifiers instance.
- copyFacets(SimpleType) - Method in class org.exolab.castor.xml.schema.SimpleType
-
Copy this type's facets to the target type.
- copyInstance(FieldHandler) - Method in interface org.exolab.castor.mapping.ClonableFieldHandler
-
Entry point for shallow/deep 'cloning' of FieldHandler instances.
- copyInto(JSourceCode) - Method in class org.exolab.javasource.JSourceCode
-
Copies the contents of this JSourceCode into the given JSourceCode.
- CoreConfiguration - Class in org.castor.core
-
- CoreDescriptors - Class in org.exolab.castor.xml.descriptors
-
The default set of built-in ClassDescriptors.
- CoreProperties - Class in org.castor.core
-
Properties of core modul.
- CoreProperties() - Constructor for class org.castor.core.CoreProperties
-
Default constructor.
- CoreProperties(ClassLoader, ClassLoader) - Constructor for class org.castor.core.CoreProperties
-
Construct properties that uses the specified class loaders.
- CounterRef - Class in org.castor.jdo.engine
-
Holds information about table names and counters.
- CounterRef() - Constructor for class org.castor.jdo.engine.CounterRef
-
- CountLimited - Class in org.castor.cache.simple
-
CountLimited is a count limted least-recently-used Map.
- CountLimited() - Constructor for class org.castor.cache.simple.CountLimited
-
- CountLimitedFactory - Class in org.castor.cache.simple
-
- CountLimitedFactory() - Constructor for class org.castor.cache.simple.CountLimitedFactory
-
- CPAProperties - Class in org.castor.cpa
-
Properties of CPA modul.
- CPAProperties(AbstractProperties) - Constructor for class org.castor.cpa.CPAProperties
-
Construct properties with given parent.
- create(ClassMolder, Object, OID) - Method in class org.castor.persist.AbstractTransactionContext
-
Creates a new object in persistent storage.
- create(FieldMolder, Object, ClassLoader) - Static method in class org.castor.persist.proxy.CollectionProxy
-
- create(TransactionContext, Object) - Method in class org.castor.persist.resolver.ManyRelationResolver
-
- create(TransactionContext, Object) - Method in class org.castor.persist.resolver.PersistanceCapableRelationResolver
-
- create(TransactionContext, Object) - Method in class org.castor.persist.resolver.PrimitiveResolver
-
- create(TransactionContext, Object) - Method in interface org.castor.persist.resolver.ResolverStrategy
-
Create an object of the base class with specified identity into the
persistence storage.
- create(TransactionContext, Object) - Method in class org.castor.persist.resolver.SerializableResolver
-
- create(ClassMolder, Object, OID) - Method in interface org.castor.persist.TransactionContext
-
Creates a new object in persistent storage.
- create(Object) - Method in interface org.exolab.castor.jdo.Database
-
Creates a new object in persistent storage.
- create(Object) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Creates a new object in persistent storage.
- create(String) - Method in class org.exolab.castor.jdo.engine.OQLQueryImpl
-
- create(Database, Object, ProposedEntity, Identity) - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- create(String) - Method in interface org.exolab.castor.jdo.OQLQuery
-
Creates an OQL query from the supplied statement.
- create() - Method in class org.exolab.castor.mapping.handlers.J1MapHandler
-
Creates a new Instance of the map represented by this MapHandler.
- create() - Method in class org.exolab.castor.mapping.handlers.J2MapHandler
-
Creates a new Instance of the map represented by this MapHandler.
- create() - Method in interface org.exolab.castor.mapping.MapHandler
-
Creates a new Instance of the map represented by this MapHandler.
- create(TransactionContext, OID, DepositBox, Object) - Method in class org.exolab.castor.persist.ClassMolder
-
Create an object of the base class with specified identity into the persistence storage.
- create(TransactionContext, OID, Object) - Method in class org.exolab.castor.persist.LockEngine
-
Creates a new object in the persistence storage.
- create(Database, Object, ProposedEntity, Identity) - Method in interface org.exolab.castor.persist.spi.Persistence
-
Creates a new object in persistence storage.
- createAccessMethods(FieldInfo, JClass, boolean, AnnotationBuilder[]) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Adds the getter/setter for this field to the jClass.
- createAccessMethods(FieldInfo, JClass, boolean, AnnotationBuilder[]) - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Adds the getter/setter for this field to the jClass.
- createAccessMethods(FieldInfo) - Method in class org.exolab.castor.builder.factory.IdentityMemberAndAccessorFactory
-
Creats the getter/setter and getReferenceId methods.
- createAddByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the add by index method.
- createAddByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the add by index method.
- createAddByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createAddMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
Creates the add method for this collection.
- createAddMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the add method for this collection.
- createAttributeDecl(String) - Method in class org.exolab.castor.xml.schema.ComplexType
-
- createAuthorDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @author JavaDoc descriptor.
- createAuthorDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @author JavaDoc descriptor with the provided author name
string.
- createBinding(InputSource) - Static method in class org.exolab.castor.builder.binding.BindingLoader
-
Factory method that returns a binding given an InputSource.
- createBinding(String) - Static method in class org.exolab.castor.builder.binding.BindingLoader
-
Factory method for unmarshalling an
ExtendedBinding
instance from the
binding file as identified by the given file name.
- createBoundPropertyCode(CollectionInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates bound property code..
- createCall(String) - Method in class org.exolab.castor.jdo.engine.OQLQueryImpl
-
- createCall(String, Class[]) - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- createChangeLog2XML() - Method in class org.exolab.castor.xml.XMLContext
-
- createClassDescriptor(ClassMapping) - Method in class org.exolab.castor.jdo.engine.JDOMappingLoader
-
- createClassDescriptor(ClassMapping) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
- createClassDescriptor(ClassMapping) - Method in class org.exolab.castor.xml.XMLMappingLoader
-
To create the class descriptor for the given class mapping.
- createClassDescriptorResolver(BindingType) - Static method in class org.exolab.castor.xml.ClassDescriptorResolverFactory
-
- createClassDescriptors(MappingRoot) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
- createClassMapping(String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create an class mapping configurations for JDO from given class name.
- createClassName(Group, String) - Method in class org.exolab.castor.builder.GroupNaming
-
Creates a class name for the given Group.
- createCollection(XSType, String, String, JavaNaming, boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Creates a
CollectionInfo
instance based upon the various parameters provided.
- createCollection(XSType, String, String, String, JavaNaming, boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Creates a
CollectionInfo
instance based upon the various parameters provided.
- createCollection(String, XSType, boolean) - Static method in class org.exolab.castor.builder.types.XSCollectionFactory
-
Factory method to create an XS collection type, i.e.
- createCollectionIterationMethods(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
Generate methods for iterating over the objects in the collection.
- createCollectionIterationMethods(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Generate methods for iterating over the objects in the collection.
- createComment(Annotated) - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Creates and returns a Javadoc comment from the given annotations.
- createComplexType() - Method in class org.exolab.castor.xml.schema.Schema
-
Creates a new ComplexType using this Schema as the owning Schema
document.
- createComplexType(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Creates a new ComplexType using this Schema as the owning Schema
document.
- createConnection() - Method in interface org.castor.cpa.persistence.sql.connection.ConnectionFactory
-
Creates a new JDBC Connection instance.
- createConnection() - Method in class org.castor.cpa.persistence.sql.connection.DataSourceConnectionFactory
-
Creates a new JDBC Connection instance.
- createConnection() - Method in class org.castor.cpa.persistence.sql.connection.DriverConnectionFactory
-
Creates a new JDBC Connection instance.
- createConnection() - Method in class org.castor.cpa.persistence.sql.connection.JNDIConnectionFactory
-
Creates a new JDBC Connection instance.
- createConnection(LockEngine) - Method in class org.castor.persist.AbstractTransactionContext
-
- createConnection(LockEngine) - Method in class org.castor.persist.GlobalTransactionContext
- createConnection(LockEngine) - Method in class org.castor.persist.LocalTransactionContext
- createConstructor() - Method in class org.exolab.javasource.AbstractJClass
-
Creates a new JConstructor and adds it to this JClass.
- createConstructor(JParameter[]) - Method in class org.exolab.javasource.AbstractJClass
-
Creates a new JConstructor and adds it to this JClass.
- createConsumer() - Method in class org.exolab.castor.dsml.Exporter
-
- createConsumer() - Method in class org.exolab.castor.dsml.Importer
-
- createConsumer() - Method in class org.exolab.castor.dsml.jndi.JNDIExporter
-
- createConsumer() - Method in class org.exolab.castor.dsml.jndi.JNDIImporter
-
- createConsumer() - Method in class org.exolab.castor.dsml.mozilla.MozillaExporter
-
- createConsumer() - Method in class org.exolab.castor.dsml.mozilla.MozillaImporter
-
- created(Object) - Method in class org.castor.cpa.jpa.info.JPACallbackHandler
-
- CREATED - Static variable in interface org.exolab.castor.dsml.ImportEventListener
-
- created(Object) - Method in class org.exolab.castor.jdo.engine.JDOCallback
-
- created(Object) - Method in interface org.exolab.castor.persist.spi.CallbackInterceptor
-
Called to indicate that an object has been created.
- createDatabase(String, String, DataSource, String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
- createDatabase(String, String, DataSource, String[]) - Static method in class org.castor.jdo.util.JDOConfFactory
-
- createDatabase(String, String, DataSource) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a database configuration with given name, engine and datasource
configuration.
- createDatabase(String, String, Driver, String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
- createDatabase(String, String, Driver, String[]) - Static method in class org.castor.jdo.util.JDOConfFactory
-
- createDatabase(String, String, Driver) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a database configuration with given name, engine and driver
configuration.
- createDatabase(String, String, Jndi, String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
- createDatabase(String, String, Jndi, String[]) - Static method in class org.castor.jdo.util.JDOConfFactory
-
- createDatabase(String, String, Jndi) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a database configuration with given name, engine and JNDI
configuration.
- createDataSource(String, Properties) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a JDO datasource configuration from a JDBC DataSource instance
and apply the supplied property entries.
- createDDLGenerator(String, String, String) - Static method in class org.castor.ddlgen.GeneratorFactory
-
Create DDL Generator for specified database engine with given global and specific
configurations.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSBoolean
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSByte
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSDouble
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSFloat
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSInt
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSInteger
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSLong
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSShort
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSType
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDefaultValueWithString(String) - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Creates source code for an additional constructor that deals with default
values as specified in the XML schema instance.
- createDriver(String, String, String, String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a JDO driver configuration from JDBC connection parameters.
- createEngine(DatabaseContext, ClassDescriptorResolver, PersistenceFactory) - Method in class org.exolab.castor.persist.PersistenceEngineFactory
-
Creates and returns a new persistence engine.
- createEnumerateMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionJ2MemberAndAccessorFactory
-
Creates the enumerate method.
- createEnumerateMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the enumerate method.
- createEnumerateMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionODMG30MemberAndAccessorFactory
-
Creates the enumerate method.
- createEnumeration(JType, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType
instance representing
an enumeration.
- createEnumeration(JType, boolean, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType
instance representing
an enumeration.
- createEqualsMethod(JClass) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Create an 'equals' method on the given JClass.
- createExceptionDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @exception JavaDoc descriptor.
- createExceptionDesc(String, String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @exception JavaDoc descriptor with a given exception
name and a description of when the exception is thrown.
- createFacet(String, String) - Method in class org.exolab.castor.xml.schema.FacetFactory
-
Creates a new instance of a facet.
- createField() - Method in class org.castor.ddlgen.engine.db2.Db2SchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.derby.DerbySchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.hsql.HsqlSchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.mssql.MssqlSchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.mysql.MysqlSchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.oracle.OracleSchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseSchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlSchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.sapdb.SapdbSchemaFactory
-
Create field objects.
- createField() - Method in class org.castor.ddlgen.engine.sybase.SybaseSchemaFactory
-
Create field objects.
- createField() - Method in interface org.castor.ddlgen.SchemaFactory
-
Create field objects.
- createFieldDesc(Class, FieldMapping) - Method in class org.exolab.castor.jdo.engine.JDOMappingLoader
-
- createFieldDesc(Class<?>, FieldMapping) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Creates a single field descriptor.
- createFieldDesc(Class, FieldMapping) - Method in class org.exolab.castor.xml.XMLMappingLoader
-
- createFieldDescriptors(ClassMapping, Class<?>) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Create field descriptors.
- createFieldHandler(Class) - Method in class org.exolab.castor.mapping.FieldHandlerFactory
-
Creates a GeneralizedFieldHandler for the given class type.
- createFieldHandler(Class<?>, Class<?>, FieldMapping, AbstractMappingLoader.TypeInfoReference) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Creates the FieldHandler for the given FieldMapping.
- createFieldHandler(Class) - Method in class org.exolab.castor.xml.handlers.DefaultFieldHandlerFactory
-
Creates a GeneralizedFieldHandler for the given class type.
- createFieldHandlers(MappingRoot) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Load field handler definitions, check for duplicate definitions and
instantiate the appropriate FieldHandler implementations.
- createFieldInfo(XSType, String) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
- createFieldInfo(XMLBindingComponent, ClassInfoResolver, boolean) - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo object for the given XMLBindingComponent.
- createFieldInfoForAny(Wildcard, boolean) - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo for content models that support "any" element.
- createFieldInfoForChoiceValue() - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo to hold the value of a choice.
- createFieldInfoForContent(XMLBindingComponent, XSType, boolean) - Method in class org.exolab.castor.builder.factory.MemberFactory
-
Creates a FieldInfo for content.
- createForeignKey() - Method in class org.castor.ddlgen.engine.db2.Db2SchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.derby.DerbySchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.hsql.HsqlSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.mssql.MssqlSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.mysql.MysqlSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.oracle.OracleSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.sapdb.SapdbSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in class org.castor.ddlgen.engine.sybase.SybaseSchemaFactory
-
Create foreign key objects.
- createForeignKey() - Method in interface org.castor.ddlgen.SchemaFactory
-
Create foreign key objects.
- createForeignKeyDDL(Table, DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for foreign key.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSId
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSString
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSType
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createFromJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the string necessary to convert an Object to an instance of this
XSType.
- createGetByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the get by index method.
- createGetByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the get by index method.
- createGetByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createGlobalTransactionDemarcation(String, Properties) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a transaction demarcation configuration with global transaction handling
for transaction manager with given name using given properties.
- createGroupItem() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the binding of this XMLBindingComponent will require the
generation of 2 java classes.
- createHandler() - Method in class org.exolab.castor.xml.Unmarshaller
-
Creates and initalizes an UnmarshalHandler
- createHashCodeMethod(JClass) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Create an "hashCode" method on the given JClass.
- createHashtable(boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType
instance representing
an
Hashtable
instance.
- createIdentity(String) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
- createIndex(Table, DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for indices of given table.
- createIndex() - Method in class org.castor.ddlgen.engine.db2.Db2SchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.derby.DerbySchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.hsql.HsqlSchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.mssql.MssqlSchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.mysql.MysqlSchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.oracle.OracleSchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseSchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlSchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.sapdb.SapdbSchemaFactory
-
Create index objects.
- createIndex() - Method in class org.castor.ddlgen.engine.sybase.SybaseSchemaFactory
-
Create index objects.
- createIndex() - Method in interface org.castor.ddlgen.SchemaFactory
-
Create index objects.
- createInnerClass(String) - Method in class org.exolab.javasource.AbstractJClass
-
Creates and returns an inner-class for this JClass.
- createInstance(TemporalType, Date) - Static method in class org.castor.cpa.query.object.literal.AbstractTemporalLiteral
-
Factory method to create a temporal literal for the date given that matches the
temporal type given.
- createInstance(TemporalType, Calendar) - Static method in class org.castor.cpa.query.object.literal.AbstractTemporalLiteral
-
Factory method to create a temporal literal for the calendar given that matches the
temporal type given.
- createInstance(String) - Static method in class org.exolab.castor.jdo.JDOManager
-
Factory method for creating a JDOManager instance for one of the
databases configured in the JDOManager configuration file.
- createInstance(Class) - Method in class org.exolab.castor.util.DefaultObjectFactory
-
Creates a default instance of the given class.
- createInstance(Class, Object[]) - Method in class org.exolab.castor.util.DefaultObjectFactory
-
Creates a default instance of the given class.
- createInstance(Class, Class[], Object[]) - Method in class org.exolab.castor.util.DefaultObjectFactory
-
Creates a default instance of the given class.
- createInstance(Class) - Method in interface org.exolab.castor.util.ObjectFactory
-
Creates a default instance of the given class.
- createInstance(Class, Object[]) - Method in interface org.exolab.castor.util.ObjectFactory
-
Creates a default instance of the given class.
- createInstance(Class, Class[], Object[]) - Method in interface org.exolab.castor.util.ObjectFactory
-
Creates a default instance of the given class.
- createIterator(JType, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType
instance representing
an
Iterator
instance.
- createIterator(JType, boolean, boolean) - Static method in class org.exolab.castor.builder.SGTypes
-
Factory method for creating a
JCollectionType
instance representing
an
Iterator
instance.
- createIteratorMethod(CollectionInfo, JClass, boolean) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the iterate method.
- createJavaField(FieldInfo, JClass) - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Adds the suitable JField to the JClass.
- createJdoConf(InputSource, EntityResolver, ClassLoader) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Creates a JdoConf instance from a SAX InputSource, using a Castor XML
Unmarshaller.
- createJdoConf(Database) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a JDO configuration with local transaction demarcation and given database.
- createJdoConf(Database[]) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a JDO configuration with local transaction demarcation and given databases.
- createJdoConf(Database, TransactionDemarcation) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a JDO configuration with given database and transaction demarcation.
- createJdoConf(Database[], TransactionDemarcation) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a JDO configuration with given databases and transaction demarcation.
- createJNDI(String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a JDO jndi configuration with the given name.
- createKeyGenerator() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGeneratorFactory
-
Create a default key generator instance with the algorithm the factory is
responsible for.
- createKeyGenerator(KeyGeneratorDef) - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGeneratorFactory
-
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
- createKeyGenerator() - Method in class org.castor.ddlgen.keygenerator.IdentityKeyGeneratorFactory
-
Create a default key generator instance with the algorithm the factory is
responsible for.
- createKeyGenerator(KeyGeneratorDef) - Method in class org.castor.ddlgen.keygenerator.IdentityKeyGeneratorFactory
-
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
- createKeyGenerator() - Method in class org.castor.ddlgen.keygenerator.MaxKeyGeneratorFactory
-
Create a default key generator instance with the algorithm the factory is
responsible for.
- createKeyGenerator(KeyGeneratorDef) - Method in class org.castor.ddlgen.keygenerator.MaxKeyGeneratorFactory
-
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
- createKeyGenerator() - Method in class org.castor.ddlgen.keygenerator.SequenceKeyGeneratorFactory
-
Create a default key generator instance with the algorithm the factory is
responsible for.
- createKeyGenerator(KeyGeneratorDef) - Method in class org.castor.ddlgen.keygenerator.SequenceKeyGeneratorFactory
-
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
- createKeyGenerator() - Method in class org.castor.ddlgen.keygenerator.UUIDKeyGeneratorFactory
-
Create a default key generator instance with the algorithm the factory is
responsible for.
- createKeyGenerator(KeyGeneratorDef) - Method in class org.castor.ddlgen.keygenerator.UUIDKeyGeneratorFactory
-
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
- createKeyGenerator() - Method in interface org.castor.ddlgen.KeyGeneratorFactory
-
Create a default key generator instance with the algorithm the factory is
responsible for.
- createKeyGenerator(KeyGeneratorDef) - Method in interface org.castor.ddlgen.KeyGeneratorFactory
-
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
- createKeyGenerator(KeyGeneratorDef) - Method in class org.castor.ddlgen.KeyGeneratorRegistry
-
Create an instance of the key generator specifed by given definiton.
- createLocalTransactionDemarcation() - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create a transaction demarcation configuration with local transaction handling.
- createMapping(ClassInfo) - Method in class org.exolab.castor.builder.factory.MappingFileSourceFactory
-
Creates the class mapping for the given ClassInfo.
- createMapping() - Method in class org.exolab.castor.xml.XMLContext
-
Creates an instance of a Castor XML specific
Mapping
instance.
- createMappingTool() - Method in class org.exolab.castor.xml.XMLContext
-
To create a MappingTool instance.
- createMarshaller() - Method in class org.exolab.castor.xml.XMLContext
-
Creates a new
Marshaller
instance to be used for marshalling.
- createNamespace() - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Creates a new name space.
- createNamespaces() - Method in class org.exolab.castor.xml.Namespaces
-
Creates a new Namespaces instance with this Namespaces as the parent
- createPackageMapping(String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create an package mapping configurations for JDO from given package name.
- createParamDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @param JavaDoc descriptor.
- createParamDesc(String, String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @param JavaDoc descriptor with the given parameter
name and description.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.db2.Db2SchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.derby.DerbySchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.hsql.HsqlSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.mssql.MssqlSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.mysql.MysqlSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.oracle.OracleSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.sapdb.SapdbSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in class org.castor.ddlgen.engine.sybase.SybaseSchemaFactory
-
Create primary key objects.
- createPrimaryKey() - Method in interface org.castor.ddlgen.SchemaFactory
-
Create primary key objects.
- createQuery(QueryExpression, Class[], AccessMode) - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- createQuery(QueryExpression, Class<?>[], AccessMode) - Method in interface org.exolab.castor.persist.spi.Persistence
-
Creates and returns a new query object.
- createReference(String) - Method in class org.exolab.castor.xml.schema.SimpleType
-
A helper method for classes which extend SimpleType.
- createReferenceDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @reference JavaDoc descriptor.
- createReferenceDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @reference JavaDoc descriptor with the provided
reference string.
- createRelation(Connection, Identity, Identity) - Method in class org.exolab.castor.persist.SQLRelationLoader
-
- createRelationResolver(FieldMolder, ClassMolder, int) - Static method in class org.castor.persist.resolver.ResolverFactory
-
Factory method to create ResolverStrategy instance.
- createRemoveByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the remove by index method.
- createRemoveByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the remove by index method.
- createRemoveByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createReturnDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @return JavaDoc descriptor.
- createReturnDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @return JavaDoc descriptor with the provided
description of what is returned.
- createSax2EventFromStax(XMLStreamReader) - Static method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- createSax2EventFromStax(XMLEventReader) - Static method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- createSchema() - Method in class org.castor.ddlgen.AbstractGenerator
-
Extracting informations from mapping to schema, this is done by 3 steps.
- createSchema() - Method in class org.castor.ddlgen.engine.db2.Db2SchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.derby.DerbySchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.hsql.HsqlSchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.mssql.MssqlSchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.mysql.MysqlSchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.oracle.OracleSchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseSchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlSchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.sapdb.SapdbSchemaFactory
-
Create schema objects.
- createSchema() - Method in class org.castor.ddlgen.engine.sybase.SybaseSchemaFactory
-
Create schema objects.
- createSchema() - Method in interface org.castor.ddlgen.SchemaFactory
-
Create schema objects.
- createSchema(String) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2Schema
-
Creates an XML Schema using the given XML instance filename.
- createSchema(Reader) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2Schema
-
Creates an XML Schema using the given Reader.
- createSchema(InputSource) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2Schema
-
Creates an XML Schema using the given InputSource.
- createSetByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionJ2NoIndexMemberAndAccessorFactory
-
Creates the set by index method.
- createSetByIndexMethod(CollectionInfo, JClass) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the set by index method.
- createSetByIndexMethod(JClass) - Method in class org.exolab.castor.builder.info.CollectionInfoJ2SortedSet
- createSimpleType() - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeDefinition
-
Creates the SimpleType instance which represents this
SimpleTypeDefinition
- createSimpleType(String, String, String) - Method in class org.exolab.castor.xml.schema.Schema
-
Creates a new SimpleType using this Schema as the owning Schema
document.
- createSimpleType(String, SimpleType) - Method in class org.exolab.castor.xml.schema.Schema
-
Creates a new SimpleType using this Schema as the owning Schema
document.
- createSource(ClassInfo) - Method in class org.exolab.castor.builder.descriptors.DescriptorSourceFactory
-
Creates the Source code of a MarshalInfo for a given XML Schema element
declaration.
- createSource(ClassInfo) - Method in class org.exolab.castor.builder.descriptors.JDOClassDescriptorFactory
-
Creates the Source code of a ClassInfo for a given XML Schema element
declaration.
- createSourceCode(XMLBindingComponent, SGStateInfo) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Creates a new ClassInfo for the given XMLBindingComponent.
- createSourceCode(ExtendedBinding, SimpleType, SGStateInfo) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Creates the Java source code to support the given Simpletype.
- createSQLRelationLoader(String, String[], int[], TypeConvertor[], TypeConvertor[], String[], int[], TypeConvertor[], TypeConvertor[]) - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- createSQLRelationLoader(String, String[], int[], TypeConvertor[], TypeConvertor[], String[], int[], TypeConvertor[], TypeConvertor[]) - Method in interface org.exolab.castor.persist.spi.Persistence
-
- createStatement() - Method in class org.castor.cpa.persistence.sql.engine.CastorConnection
-
Method to create new CastorStatement using local instances of
Connection & PersistenceFactory.
- createTable() - Method in class org.castor.ddlgen.engine.db2.Db2SchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.derby.DerbySchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.hsql.HsqlSchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.mssql.MssqlSchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.mysql.MysqlSchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.oracle.OracleSchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseSchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlSchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.sapdb.SapdbSchemaFactory
-
Create table objects.
- createTable() - Method in class org.castor.ddlgen.engine.sybase.SybaseSchemaFactory
-
Create table objects.
- createTable() - Method in interface org.castor.ddlgen.SchemaFactory
-
Create table objects.
- createTableInfo(ClassDescriptor) - Method in class org.castor.cpa.persistence.sql.engine.info.InfoFactory
-
Method checks if table for given class descriptor exists.
- createTestableMethods(JClass, FactoryState) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Implement org.castor.xmlctf.CastorTestable im the given JClass.
- createTkmgr(String) - Method in class org.castor.cpa.query.castorql.CastorQLParserAdapter
-
Creates the TokenManager instance.
- createTkmgr(String) - Method in class org.castor.cpa.query.ejbql.EjbQLParserAdapter
-
Creates the TokenManager instance.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSId
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSString
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSType
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createToJavaObjectCode(String) - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the string necessary to convert an instance of this XSType to an
Object.
- createTransactionContext(Xid) - Method in interface org.exolab.castor.persist.XAResourceSource
-
Called by
XAResourceImpl
to produce a new transaction context
implementation suitable for this data source.
- createUnmarshaller() - Method in class org.exolab.castor.xml.XMLContext
-
Creates a new
Unmarshaller
instance to be used for unmarshalling.
- createVersionDesc() - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new, empty @version JavaDoc descriptor.
- createVersionDesc(String) - Static method in class org.exolab.javasource.JDocDescriptor
-
Creates a new @version JavaDoc descriptor with the provided version
string.
- createXMLFieldHandler(FieldInfo, XSType, String, JSourceCode, boolean) - Method in class org.exolab.castor.builder.factory.XMLFieldHandlerFactory
-
Creates the XMLFieldHandler for the given FieldInfo.
- createXmlMapping(String) - Static method in class org.castor.jdo.util.JDOConfFactory
-
Create an XML mapping configurations for JDO from given URL.
- createXMLName(Class) - Method in interface org.castor.xml.XMLNaming
-
- createXMLName(Class) - Method in class org.exolab.castor.xml.AbstractXMLNaming
-
- createXMLName(Class) - Method in class org.exolab.castor.xml.util.DefaultNaming
-
- creating(Object, Database) - Method in class org.castor.cpa.jpa.info.JPACallbackHandler
-
- creating(Object, Database) - Method in class org.exolab.castor.jdo.engine.JDOCallback
-
- creating(Object, Object) - Method in class org.exolab.castor.persist.OutputLogInterceptor
-
- creating(Object, Database) - Method in interface org.exolab.castor.persist.spi.CallbackInterceptor
-
Called to indicate that an object is to be created in persistent
storage.
- creating(Object, Object) - Method in interface org.exolab.castor.persist.spi.LogInterceptor
-
Called to indicate that an object of the given type and identity
is about to be created in persistent storage.
- curChar - Variable in class org.castor.cpa.query.castorql.CastorQLParserTokenManager
-
- curChar - Variable in class org.castor.cpa.query.ejbql.EjbQLParserTokenManager
-
- curChar - Variable in class org.exolab.castor.xml.dtd.parser.DTDInitialParserTokenManager
-
- curChar - Variable in class org.exolab.castor.xml.dtd.parser.DTDParserTokenManager
-
- CURRENT_DATE - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- CURRENT_TIME - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- CURRENT_TIMESTAMP - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- currentToken - Variable in exception org.castor.cpa.query.castorql.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.castor.cpa.query.ejbql.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.exolab.castor.xml.dtd.parser.ParseException
-
This is the last token that has been consumed successfully.
- CustomFunction - Class in org.castor.cpa.query.object.function
-
Final class that represents functions with custom names of CastorQL.
- CustomFunction(String) - Constructor for class org.castor.cpa.query.object.function.CustomFunction
-
Construct a new CustomFunction with given name.
- CycleBreaker - Class in org.castor.core.util
-
lightweight mechanism for thread-safe detection of cyclic calls to hashCode or equals in
objects created by the XML CodeGenerator.
- CycleBreaker() - Constructor for class org.castor.core.util.CycleBreaker
-
- GDay - Class in org.exolab.castor.types
-
Describe an XML schema gDay type.
- GDay() - Constructor for class org.exolab.castor.types.GDay
-
public only for the generated source code
- GDay(short) - Constructor for class org.exolab.castor.types.GDay
-
Constructs a XML Schema GDay instance given all the values of
the different fields.
- GDay(int) - Constructor for class org.exolab.castor.types.GDay
-
Constructs a XML Schema GDay instance given all the values of
the different fields.
- GDay(String) - Constructor for class org.exolab.castor.types.GDay
-
Constructs a GDay from a string value.
- GDAY_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gDay.
- GDAY_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- GDayDescriptor - Class in org.exolab.castor.types
-
The GDay Descriptor.
- GDayDescriptor() - Constructor for class org.exolab.castor.types.GDayDescriptor
-
- GE_VAlUE_CHAR_DQ - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- GE_VAlUE_CHAR_SQ - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- GeneralEntity - Class in org.exolab.castor.xml.dtd
-
Implementation of DTD General Entity declaration specification.
- GeneralEntity() - Constructor for class org.exolab.castor.xml.dtd.GeneralEntity
-
Default constructor.
- GeneralEntity(DTDdocument, String) - Constructor for class org.exolab.castor.xml.dtd.GeneralEntity
-
Constructor, setting name and owning DTD document of the general entity.
- GeneralizedFieldHandler - Class in org.exolab.castor.mapping
-
An extended version of the FieldHandler interface which is
used for making generic libraries of FieldHandlers which
can be used for more than one field or class, but have
similar conversion algorithms.
- GeneralizedFieldHandler() - Constructor for class org.exolab.castor.mapping.GeneralizedFieldHandler
-
Creates a new default GeneralizedFieldHandler.
- GENERATE_DDL_FOR_CREATE_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generate DDL for CREATE statement.
- GENERATE_DDL_FOR_DROP_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generate DDL for DROP statement.
- GENERATE_DDL_FOR_FOREIRNKEY_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generate DDL for FOREIGN KEY statement.
- GENERATE_DDL_FOR_INDEX_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generate DDL for INDEX statement.
- GENERATE_DDL_FOR_KEYGENERATOR_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generate DDL for KEY GENERATOR statement.
- GENERATE_DDL_FOR_PRIMARYKEY_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generate DDL for PRIMARY KEY statement.
- GENERATE_DDL_FOR_SCHEMA_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generate DDL for CREATE statement.
- generateClassDescriptor(Class) - Method in class org.exolab.castor.xml.Introspector
-
Creates an XMLClassDescriptor for the given class by using Reflection.
- generateClassDescriptor(Class, PrintWriter) - Method in class org.exolab.castor.xml.Introspector
-
Creates an XMLClassDescriptor for the given class by using Reflection.
- generateCreate(DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for create statementof table.
- GENERATED_ANNOTATION_CLASSES_PACKAGE - Static variable in interface org.castor.core.constants.cpa.JDOConstants
-
Package where to find generated JDO classes to unmarshal annotations.
- generateDDL(OutputStream) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for a mapping document.
- generateDDL(OutputStream) - Method in interface org.castor.ddlgen.Generator
-
Generate DDL for a mapping document.
- generateDrop(DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for drop statement of table.
- generateExtraCollectionMethods() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns true if extra methods for collection fields should be generated.
- generateExtraDocumentationMethods() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns true if extra methods for accessing XML schema documentation should
be generated; default to 'false'.
- generateForeignKey(DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for foreign keys.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.db2.Db2Generator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.derby.DerbyGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.hsql.HsqlGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.mssql.MssqlGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.mysql.MysqlGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.oracle.OracleGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.pointbase.PointBaseGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.sapdb.SapdbGenerator
-
Generate header comment.
- generateHeader(DDLWriter) - Method in class org.castor.ddlgen.engine.sybase.SybaseGenerator
-
Generate header comment.
- generateIndex(DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for indices.
- generateInitializerCode(FieldInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.CollectionMemberAndAccessorFactory
-
Creates the field initialization code in a constructor.
- generateInitializerCode(FieldInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.CollectionODMG30MemberAndAccessorFactory
-
Creates the field initialization code in a constructor.
- generateInitializerCode(FieldInfo, JSourceCode) - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Creates the field initialization code in a constructor.
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.HighLowKeyGenerator
-
Generate a new key for the specified table.
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.IdentityKeyGenerator
-
Generate a new key for the specified table.
- generateKey(Connection, String, String) - Method in interface org.castor.cpa.persistence.sql.keygen.KeyGenerator
-
Generate a new key for the specified table.
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.MaxKeyGenerator
-
Generate a new key for the specified table as "MAX(primary_key) + 1".
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.NoKeyGenerator
-
Generate a new key for the specified table.
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.SequenceAfterKeyGenerator
-
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.SequenceBeforeKeyGenerator
-
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.SequenceDuringKeyGenerator
-
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.TableKeyGenerator
-
- generateKey(Connection, String, String) - Method in class org.castor.cpa.persistence.sql.keygen.UUIDKeyGenerator
-
Generate a new key for the specified table.
- generateKeyGenerator(DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for key generators (sequence/trigger).
- generateParseException() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
Generate ParseException.
- generateParseException() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
Generate ParseException.
- generateParseException() - Method in class org.exolab.castor.xml.dtd.parser.DTDInitialParser
-
- generateParseException() - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
- generatePrimaryKey(DDLWriter) - Method in class org.castor.ddlgen.AbstractGenerator
-
Generate DDL for primany keys.
- generateSource(String, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- generateSource(Reader, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- generateSource(InputSource, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- generateSource(Schema, String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Creates Java Source code (Object model) for the given XML Schema.
- Generator - Interface in org.castor.ddlgen
-
Generator is the interface for various generators.
- GeneratorException - Exception in org.castor.ddlgen
-
GeneratorException, base class for all DDL generator exception.
- GeneratorException(String) - Constructor for exception org.castor.ddlgen.GeneratorException
-
Construct GeneratorException with given message.
- GeneratorException(String, Exception) - Constructor for exception org.castor.ddlgen.GeneratorException
-
Construct GeneratorException with given message and cause.
- GeneratorFactory - Class in org.castor.ddlgen
-
This class handles the creation for various databse generators.
- GeneratorNameAlreadyUsedException - Exception in org.castor.cpa.jpa.info
-
Signals that a key generator name is used more than once.
- GeneratorNameAlreadyUsedException() - Constructor for exception org.castor.cpa.jpa.info.GeneratorNameAlreadyUsedException
-
Creates an instance of this exception.
- GeneratorNameAlreadyUsedException(String) - Constructor for exception org.castor.cpa.jpa.info.GeneratorNameAlreadyUsedException
-
Creates an instance of this exception.
- GeneratorRegistry - Class in org.castor.ddlgen
-
Registry for Generator implementations obtained from the configuration.
- GeneratorRegistry(DDLGenConfiguration) - Constructor for class org.castor.ddlgen.GeneratorRegistry
-
Construct an instance of each generator specified in given configuration.
- GENERATORS_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Generator classes of supported database engines.
- GENERIC_ENGINE - Static variable in class org.castor.jdo.engine.DatabaseContext
-
The name of the generic SQL engine, if no SQL engine specified.
- GenericFactory - Class in org.castor.cpa.persistence.sql.driver
-
- GenericFactory() - Constructor for class org.castor.cpa.persistence.sql.driver.GenericFactory
-
- GEntityDecl(DTDdocument) - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
Parsing procedure corresponding to the General Entity
Declaration nonterminal.
- get(Object) - Method in class org.castor.cache.DebuggingCacheProxy
- get(Object) - Method in class org.castor.cache.distributed.AbstractDistributedCache
- get(Object) - Method in class org.castor.cache.distributed.EHCache
- get(Object) - Method in class org.castor.cache.distributed.JcsCache
- get(Object) - Method in class org.castor.cache.distributed.OsCache
- get(Object) - Method in class org.castor.cache.hashbelt.container.FastIteratingContainer
- get(Object) - Method in class org.castor.cache.hashbelt.container.WeakReferenceContainer
- get(Object) - Method in class org.castor.cache.hashbelt.FIFOHashbelt
- get(Object) - Method in class org.castor.cache.hashbelt.LRUHashbelt
- get(Object) - Method in class org.castor.cache.simple.CountLimited
- get(Object) - Method in class org.castor.cache.simple.NoCache
- get(Object) - Method in class org.castor.cache.simple.TimeLimited
- get(Object) - Method in class org.castor.cache.simple.Unlimited
- get(String) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- get(Object) - Method in class org.castor.core.util.IdentityMap
- get(String) - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorManager
-
- get(Class<?>) - Method in class org.castor.cpa.jpa.info.JPAVersionManager
-
- get(Transaction) - Method in class org.exolab.castor.jdo.engine.TxDatabaseMap
-
- get(Object, Object) - Method in class org.exolab.castor.mapping.handlers.J1MapHandler
-
Returns the object associated with the given key.
- get(Object, Object) - Method in class org.exolab.castor.mapping.handlers.J2MapHandler
-
Returns the object associated with the given key.
- get(Object, Object) - Method in interface org.exolab.castor.mapping.MapHandler
-
Returns the object associated with the given key.
- get(int) - Method in class org.exolab.castor.persist.spi.Identity
-
- get(int) - Method in class org.exolab.castor.xml.schema.FacetList
-
Returns the facet at the given index
- get() - Method in class org.exolab.castor.xml.schema.ResolvableReference
-
Called to resolve the object and return it.
- get(int) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptors
-
Returns the XMLFieldDescriptor at the specified position in this list.
- getAbsoluteURI() - Method in class org.exolab.castor.net.URILocation
-
Returns the absolute URI for this URILocation
- getAbsoluteURI() - Method in class org.exolab.castor.net.util.URILocationImpl
-
Returns the absolute URI for this URILocation
- getAbsoluteURI() - Method in class org.exolab.castor.xml.schema.reader.SchemaLocation
-
Returns the absolute URI for this URILocation
- getAbstract() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'abstract'.
- getAbstractName() - Method in class org.castor.cpa.query.object.SchemaImpl
-
Gets the abstract schema name.
- getAcceptNull() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Returns the value of field 'acceptNull'.
- getAccess() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'access'.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
- getAccessMode() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Returns the access mode to which this object maps.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method getAccessMode.
- getAccessMode(AccessMode) - Method in class org.exolab.castor.persist.ClassMolder
-
Get the effective accessMode of the the base type.
- getAccessMode() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the access mode specified for this class.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Returns the value of field 'accessMode'.
- getAccessMode() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method getAccessMode.
- getAccessMode() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the access mode specified for this class.
- getActualClassMolder() - Method in class org.castor.persist.ProposedEntity
-
Returns the ClassMolder associated with the actual object.
- getActualEntityClass() - Method in class org.castor.persist.ProposedEntity
-
Returns the actual Class instance.
- getActualIdentity(TransactionContext, Object) - Method in class org.exolab.castor.persist.ClassMolder
-
Get the identity from a object of the base type.
- getActualIdentity(ClassLoader, Object) - Method in class org.exolab.castor.persist.ClassMolder
-
Get the identity from a object of the base type.
- getAddedEntitiesList() - Method in interface org.castor.persist.proxy.LazyCollection
-
- getAddedEntitiesList() - Method in class org.castor.persist.proxy.LazyHashSet
-
- getAddedEntitiesList(TransactionContext, List<Identity>, Object, ClassMolder) - Static method in class org.exolab.castor.persist.ClassMolderHelper
-
It is assumed the returned collection will not be modified.
- getAddMethodNameForField(String) - Method in interface org.castor.xml.JavaNaming
-
Generates the name of an add method for the given field name.
- getAddMethodNameForField(String) - Method in class org.castor.xml.JavaNamingImpl
-
Generates the name of an add method for the given field name.
- getAlgorithmName() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGeneratorFactory
-
Get name of key generator algorithm.
- getAlgorithmName() - Method in class org.castor.ddlgen.keygenerator.IdentityKeyGeneratorFactory
-
Get name of key generator algorithm.
- getAlgorithmName() - Method in class org.castor.ddlgen.keygenerator.MaxKeyGeneratorFactory
-
Get name of key generator algorithm.
- getAlgorithmName() - Method in class org.castor.ddlgen.keygenerator.SequenceKeyGeneratorFactory
-
Get name of key generator algorithm.
- getAlgorithmName() - Method in class org.castor.ddlgen.keygenerator.UUIDKeyGeneratorFactory
-
Get name of key generator algorithm.
- getAlgorithmName() - Method in interface org.castor.ddlgen.KeyGeneratorFactory
-
Get name of key generator algorithm.
- getAlias() - Method in class org.castor.cpa.query.object.ProjectionImpl
-
Gets the alias of the projection.
- getAlias() - Method in class org.castor.ddlgen.schemaobject.KeyGenerator
-
Get alias of the key generator.
- getAlias() - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Returns the value of field 'alias'.
- getAllAnnotationProcessors() - Method in class org.castor.core.annotationprocessing.BaseTargetAwareAnnotationProcessingService
-
- getAllAnnotationProcessors() - Method in interface org.castor.core.annotationprocessing.TargetAwareAnnotationProcessingService
-
- getAllocationSize() - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- getAnnotated() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XML Schema annotated structure used in this XMLBindingComponent.
- getAnnotatedElementHelper() - Method in class org.exolab.javasource.JStructure
-
Returns the object managing the annotations for this JStructure.
- getAnnotation() - Method in class org.exolab.castor.xml.schema.reader.AnnotationUnmarshaller
-
- getAnnotation(JAnnotationType) - Method in interface org.exolab.javasource.JAnnotatedElement
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no
annotation has been set.
- getAnnotation(JAnnotationType) - Method in class org.exolab.javasource.JAnnotatedElementHelper
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no
annotation has been set.
- getAnnotation(JAnnotationType) - Method in class org.exolab.javasource.JMethod
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no
annotation has been set.
- getAnnotation(JAnnotationType) - Method in class org.exolab.javasource.JStructure
-
Retrieves a JAnnotation for the given JAnnotationType, returns null if no
annotation has been set.
- getAnnotationBuilders() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
returns all applied annotation builders.
- getAnnotationProcessors() - Method in interface org.castor.core.annotationprocessing.AnnotationProcessingService
-
- getAnnotationProcessors() - Method in class org.castor.core.annotationprocessing.BaseAnnotationProcessingService
-
- getAnnotations() - Method in class org.exolab.castor.xml.schema.Annotated
-
Returns an Enumeration of the Annotations contained within
this Annotated type.
- getAnnotations() - Method in interface org.exolab.javasource.JAnnotatedElement
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotations() - Method in class org.exolab.javasource.JAnnotatedElementHelper
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotations() - Method in class org.exolab.javasource.JMethod
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotations() - Method in class org.exolab.javasource.JStructure
-
Returns a list of JAnnotation's already set on this source element.
- getAnnotationType() - Method in class org.exolab.javasource.JAnnotation
-
Returns the JAnnotationType associated with this JAnnotation.
- getAnyAttribute() - Method in class org.exolab.castor.xml.schema.AttributeGroup
-
Returns the anyAttribute set in this attribute group if any.
- getAnyAttribute() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns the wilcard used in this complexType (can be null)
- getAnyAttribute() - Method in class org.exolab.castor.xml.schema.AttributeGroupReference
-
Returns the anyAttribute set in this attribute group if any.
- getAnyAttribute() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the wilcard used in this complexType (can be null).
- getAnyNode() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
returns the AnyNode (if any).
- getAnyNodeHandler() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getAppInfo() - Method in class org.exolab.castor.xml.schema.Annotation
-
Returns an enumeration of all
AppInfo
elements for this Annotation.
- getAppInfo() - Method in class org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller
-
- getApplicationClassLoader() - Method in class org.castor.core.util.AbstractProperties
-
Get classloader to be used for all classes of Castor and its required libraries.
- getArgumentCount() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the amount of arguments.
- getArguments() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the arguments used by this constant.
- getAsciiStream() - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
- getAssignment() - Method in class org.castor.cpa.persistence.sql.query.Insert
-
Getter returning list of assignments currently set.
- getAssignment() - Method in class org.castor.cpa.persistence.sql.query.Update
-
Get method returning current list of assignments.
- getAttribute(String, String) - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Element
-
Returns the value of the named attribute, or null if the node has no such
attribute.
- getAttribute(String) - Method in class org.exolab.castor.xml.schema.AttributeGroup
-
Returns the AttributeDecl associated with the given name
- getAttribute(String) - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns the AttributeDecl associated with the given name
- getAttribute(String) - Method in class org.exolab.castor.xml.schema.AttributeGroupReference
-
Returns the AttributeDecl associated with the given name
- getAttribute() - Method in class org.exolab.castor.xml.schema.reader.AttributeUnmarshaller
-
- getAttribute(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the top-level Attribute associated with the given name.
- getAttributeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getAttributeBinding.
- getAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getAttributeBinding.Returns the contents of the
collection in an Array.
- getAttributeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getAttributeBinding.
- getAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getAttributeBinding.Returns the contents of the
collection in an Array.
- getAttributeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getAttributeBindingCount.
- getAttributeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getAttributeBindingCount.
- getAttributeDecl(String) - Method in class org.exolab.castor.xml.schema.ComplexType
-
- getAttributeDecls() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns an Enumeration of *all* the AttributeDecl objects declared within
this ComplexType.
- getAttributeDescriptors() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshalled as XML attributes.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML attributes.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the set of attribute XMLFieldDescriptors.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML attributes.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the set of attribute XMLFieldDescriptors.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML attributes.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML attributes.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML attributes.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the set of attribute XMLFieldDescriptors.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the set of attribute XMLFieldDescriptors.
- getAttributeDescriptors() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the set of XMLFieldDescriptors for all members that should be
marshalled as XML attributes.
- getAttributeDescriptors() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members
that should be marshalled as XML attributes.
- getAttributeField(String) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns a fieldInfo that corresponds to an attribute with the given node name.
- getAttributeFields() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns an array of XML attribute associated fields.
- getAttributeFieldsAsCollection() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns all attribute
FieldInfo
s as a collection.
- getAttributeFormDefault() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the attributeFormDefault property of this Schema.
- getAttributeGroup() - Method in class org.exolab.castor.xml.schema.reader.AttributeGroupUnmarshaller
-
Returns the AttributeGroup created by this
AttributeGroupUnmarshaller
- getAttributeGroup(String) - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the AttributeGroup corresponding to the given
canonical name (unqualified name).
- getAttributeGroup(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the AttributeGroup associated with the given name.
- getAttributeGroup() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns the AttributeGroup that contains this wilcard (can return null)
- getAttributeGroupReferences() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns an Enumeration of all the AttributeGroup that are referenced
within this ComplexType.
- getAttributeGroups() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an Enumeration of all top-level AttributeGroup declarations
- getAttributeIterator() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Element
-
Returns an Iterator over the List of Attributes.
- getAttributes() - Method in class org.exolab.castor.xml.dtd.Element
-
Returns enumeration of the attributes of the element.
- getAttributes() - Method in class org.exolab.castor.xml.schema.AttributeGroup
-
Returns an Enumeration of all the attributes of this
attribute group.
- getAttributes() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns an Enumeration of all the attributes of this
attribute group.
- getAttributes() - Method in class org.exolab.castor.xml.schema.AttributeGroupReference
-
Returns an enumeration of the AttributeDecls and AttributeGroups
of this AttributeGroup
- getAttributes() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an Enumeration of all top-level Attribute declarations
- getAttributeSet(Attributes) - Method in class org.exolab.castor.xml.parsing.AttributeSetBuilder
-
Processes the attributes and XML name space declarations found in the
given
Attributes
instance.
- getAttributeSet(AttributeList) - Method in class org.exolab.castor.xml.parsing.AttributeSetBuilder
-
Processes the attributes and XML name space declarations found in the SAX
v1
AttributeList
.
- getAuto() - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorManager
-
- getAutoComplete() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'autoComplete'.
- getAutomaticConflictResolutionTypeSuffix() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns the type 'suffix' used for the type strategy during automatic class name
conflict resolution during XML code generation; default to "" unless a value is specified.
- getAutomaticNaming() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Returns the value of field 'automaticNaming'.
- getAutoNaming() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'autoNaming'.
- getBase() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getBaseClass() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the base class of this classInfo if any.
- getBaseDN() - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- getBaseType() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the base type that this type inherits from.
- getBaseType() - Method in class org.exolab.castor.xml.schema.XMLType
-
Returns the base type that this type inherits from.
- getBaseTypeName() - Method in class org.exolab.castor.xml.schema.XMLType
-
If this type has a base type, this returns its name.
Returns null otherwise.
- getBaseURI() - Method in class org.exolab.castor.net.URILocation
-
Returns the base location of this URILocation.
- getBaseURI() - Method in class org.exolab.castor.net.util.URILocationImpl
-
Returns the base location of this URILocation.
- getBaseURI() - Method in class org.exolab.castor.xml.schema.reader.SchemaLocation
-
Returns the base location of this URILocation.
- getBaseURL() - Method in class org.exolab.castor.util.DTDResolver
-
Returns the base URL in use.
- getBasicFetch() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getBeginColumn() - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Get token beginning column number.
- getBeginColumn() - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Get token beginning column number.
- getBeginColumn() - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
- getBeginLine() - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Get token beginning line number.
- getBeginLine() - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Get token beginning line number.
- getBeginLine() - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
- getBindExpr() - Method in class org.exolab.castor.jdo.engine.SqlBindParser
-
Returns the current bind variable expression, e.g.
- getBinding() - Method in class org.exolab.castor.builder.binding.BindingLoader
-
Returns the binding loaded by the BindingLoader.
- getBinding() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the Binding Object Model on which this XMLBindingComponent will
query information.
- getBindingType() - Method in class org.castor.mapping.JDOMappingLoaderFactory
-
- getBindingType() - Method in interface org.castor.mapping.MappingLoaderFactory
-
Defines the binding type of the underlying MappingLoader.
- getBindingType() - Method in class org.castor.mapping.XMLMappingLoaderFactory
-
- getBindingType() - Method in class org.exolab.castor.jdo.engine.JDOMappingLoader
- getBindingType() - Method in interface org.exolab.castor.mapping.MappingLoader
-
- getBindingType() - Method in class org.exolab.castor.xml.XMLMappingLoader
- getBindXml() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'bindXml'.
- getBlock() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the value of the 'block' attribute for this element.
- getBlock() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the value of the 'block' attribute for this element
- getBlockDefault() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the default BlockList for this Schema.
- getBoolean(String) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getBoolean(String, boolean) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getBooleanProperty(String) - Method in class org.castor.xml.AbstractInternalContext
-
- getBooleanProperty(String) - Method in interface org.castor.xml.InternalContext
-
Providing access to Boolean properties of the configuration.
- getBooleanPropertyDefaultFalse(String) - Method in class org.castor.core.nature.BaseNature
-
Returns boolean value of the property or false if property value is null.
- getBoolValue(String) - Method in class org.castor.ddlgen.Configuration
-
get boolean value associated with key in the configuration files.
- getBoolValue(String, boolean) - Method in class org.castor.ddlgen.Configuration
-
get boolean value associated with key in the configuration files.
- getBound() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'bound'.
- getBuildVersion() - Static method in class org.exolab.castor.util.Version
-
- getBuiltInBaseType() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the built in type this type is derived from.
- getBuiltInType(String) - Method in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
Gets an instance of a class derived from
SimpleType
representing the
built in type which name is given as a parameter.
- getBuiltInTypeName(int) - Method in class org.exolab.castor.xml.schema.Schema
-
Gets a built in type's name given its code.
- getBuiltInTypeName(int) - Method in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
Gets a built in type's name given its code.
- getByteArray() - Method in class org.castor.core.util.Base64Decoder
-
Get all decoded octets as byte array.
- getCache(ClassLoader) - Method in class org.castor.cache.AbstractCacheFactory
-
Instantiates an instance of the cache implementation this factory is responsible
for using the given classloader.
- getCache(ClassLoader) - Method in interface org.castor.cache.CacheFactory
-
Instantiates an instance of the cache implementation this factory is responsible
for using the given classloader.
- getCache(Properties, ClassLoader) - Method in class org.castor.cache.CacheFactoryRegistry
-
Returns a
Cache
instance with the specified properties.
- getCache() - Method in class org.castor.cache.distributed.AbstractDistributedCache
-
Get the cache instance.
- getCache(ClassLoader) - Method in class org.castor.cache.distributed.OsCacheFactory
-
Instantiates an instance of the cache implementation this factory is responsible
for using the given classloader.
- getCache(String, ClassLoader) - Method in class org.castor.cache.distributed.OsCacheFactory
-
Normally called to initialize OsCache.
- getCache() - Method in class org.castor.cache.hashbelt.reaper.AbstractReaper
-
Set the hashbelt this reaper is responsable for.
- getCacheClassName() - Method in interface org.castor.cache.CacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.distributed.CoherenceCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.distributed.EHCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.distributed.FKCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.distributed.GigaspacesCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.distributed.JCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.distributed.JcsCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.distributed.OsCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.hashbelt.FIFOHashbeltFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.hashbelt.LRUHashbeltFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.simple.CountLimitedFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.simple.NoCacheFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.simple.TimeLimitedFactory
-
Returns the full class name of the underlying cache implementation.
- getCacheClassName() - Method in class org.castor.cache.simple.UnlimitedFactory
-
Returns the full class name of the underlying cache implementation.
- getCachedIncludedSchema(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the cached included schema with the given SchemaLocation
- getCachedIncludedSchemas() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an enumeration of all the included schemas that are cached
in this XML Schema Definition.
- getCacheFactories() - Method in class org.castor.cache.CacheFactoryRegistry
-
Returns a collection of the current configured cache factories.
- getCacheManager() - Method in interface org.exolab.castor.jdo.Database
-
Get's the CacheManager instance.
- getCacheManager() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Get's the CacheManager instance.
- getCacheNames() - Method in class org.castor.cache.CacheFactoryRegistry
-
Returns a collection of the current configured cache factory names.
- getCacheParams() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
- getCacheParams() - Method in class org.exolab.castor.persist.ClassMolder
-
Returns the active cache parameters.
- getCacheProperties() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getCacheType() - Method in interface org.castor.cache.CacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.distributed.CoherenceCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.distributed.EHCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.distributed.FKCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.distributed.GigaspacesCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.distributed.JCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.distributed.JcsCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.distributed.OsCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.hashbelt.FIFOHashbeltFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.hashbelt.LRUHashbeltFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.simple.CountLimitedFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.simple.NoCacheFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.simple.TimeLimitedFactory
-
Returns the short alias cache type for this factory instance.
- getCacheType() - Method in class org.castor.cache.simple.UnlimitedFactory
-
Returns the short alias cache type for this factory instance.
- getCacheTypeMapping() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'cacheTypeMapping'.
- getCallback() - Method in class org.exolab.castor.persist.ClassMolder
-
Get the callback interceptor of the base type.
- getCallbackInterceptor() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the callback interceptor.
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in class org.castor.cpa.persistence.sql.driver.BaseFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in class org.castor.cpa.persistence.sql.driver.InstantDBFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in class org.castor.cpa.persistence.sql.driver.OracleFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in class org.castor.cpa.persistence.sql.driver.SQLServerFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in class org.castor.cpa.persistence.sql.driver.SybaseFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCallQuery(String, Class<?>[], Class<?>, String[], int[]) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Needed to process OQL queries of "CALL" type (using stored procedure
call).
- getCapacity() - Method in class org.castor.cache.hashbelt.AbstractHashbelt
-
Get real capacity of this cache.
- getCapacity() - Method in class org.castor.cache.simple.CountLimited
-
Get real capacity of this cache.
- getCapacity() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Returns the value of field 'capacity'.
- getCascadeTypes() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getCascading() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns the cascading types for the given field.
- getCascading() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'cascading'.
- getCascading() - Method in class org.exolab.castor.persist.FieldMolder
-
Returns the 'cascading operations' defined for this field.
- getCause() - Method in exception org.castor.cache.CacheAcquireException
-
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- getCause() - Method in exception org.castor.core.exceptions.CastorRuntimeException
-
The method emulates the JDK 1.4 Throwable version of getCause() for JDKs before 1.4.
- getCause() - Method in exception org.castor.transactionmanager.TransactionManagerAcquireException
-
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- getCause() - Method in exception org.exolab.castor.core.exceptions.CastorException
-
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- getCause() - Method in exception org.exolab.castor.core.exceptions.CastorIllegalStateException
-
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- getCause() - Method in exception org.exolab.castor.jdo.DataObjectAccessException
-
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- getCDRFile(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the CDRFile (Properties file) associated with the given filename.
- getCDRFilenames() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the set of CDR file names.
- getCentury() - Method in class org.exolab.castor.types.DateTimeBase
-
- getCentury() - Method in class org.exolab.castor.types.GDay
-
- getCentury() - Method in class org.exolab.castor.types.GMonth
-
- getCentury() - Method in class org.exolab.castor.types.GMonthDay
-
- getCentury() - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
- getCentury() - Method in class org.exolab.castor.types.Time
-
- getCharacter() - Method in class org.castor.cpa.query.object.function.Trim
-
Gets the trim character expression of TRIM function.
- getCharacterStream() - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
- getCharacterStream(long, long) - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
Not implemented.
- getCharArray() - Method in class org.castor.core.util.Base64Encoder
-
Get Base64 encoded characters as an array.
- getChild(int) - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Accessor method for individual children of this node.
- getChildCount() - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Accessor method for the number of children of this node.
- getChildIterator() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.ParentNode
-
Returns an Iterator over the list of child nodes.
- getChildren() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Returns enumeration of the children - content particles, that form
the content of this Content Particle, if has
SEQ or CHOICE type (sequence or choice list),
null otherwise.
- getClass(String, ClassLoader) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getClassArray(String, ClassLoader) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getClassChoice() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'classChoice'.
- getClassDescriptor(String, Class<?>) - Static method in class org.castor.jdo.util.JDOUtils
-
Return ClassDescriptor for given type in named database .
- getClassDescriptor() - Method in class org.exolab.castor.jdo.oql.ParseTreeWalker
-
Accessor method for _clsDesc.
- getClassDescriptor() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns the class descriptor related to the field type.
- getClassDescriptor() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getClassDescriptor() - Method in class org.exolab.castor.persist.ClassMolder
-
- getClassDescriptor() - Method in class org.exolab.castor.xml.Marshaller.NilObject
-
Returns the associated XMLClassDescriptor
- getClassDescriptorResolver() - Method in class org.castor.cpa.util.classresolution.command.BaseResolutionCommand
-
- getClassDescriptorResolver() - Method in class org.exolab.castor.xml.ValidationContext
-
Returns the ClassDescriptorResolver to use during validation.
- getClassInfo(Class<?>) - Static method in class org.castor.cpa.jpa.info.ClassInfoRegistry
-
Returns the
ClassInfo
instance registered for the given Class type.
- getClassInfo() - Method in class org.exolab.castor.builder.FactoryState
-
Get ClassInfo for _jClass
.
- getClassLoader() - Method in class org.castor.cpa.util.classresolution.nature.ClassLoaderNature
-
- getClassLoader() - Method in interface org.castor.cpa.util.JDOClassDescriptorResolver
-
- getClassLoader() - Method in class org.castor.cpa.util.JDOClassDescriptorResolverImpl
-
- getClassLoader() - Method in class org.castor.persist.AbstractTransactionContext
-
Get the current application ClassLoader.
- getClassLoader() - Method in interface org.castor.persist.TransactionContext
-
Get the current application ClassLoader.
- getClassLoader() - Method in class org.castor.xml.AbstractInternalContext
-
- getClassLoader() - Method in interface org.castor.xml.InternalContext
-
To get the ClassLoader to use for loading resources.
- getClassLoader() - Method in interface org.exolab.castor.jdo.Database
-
Returns the current ClassLoader if one has been set for this Database instance.
- getClassLoader() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Gets the current application ClassLoader's instance.
- getClassLoader() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the application classloader.
- getClassLoader() - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader2
-
- getClassLoader() - Method in class org.exolab.castor.mapping.Mapping
-
Returns the class loader used by this mapping object.
- getClassLoader() - Method in interface org.exolab.castor.mapping.MappingLoader
-
Returns the class loader associated with this mapping loader if one was specified.
- getClassLoader() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getClassLoader(ClassLoader) - Static method in class org.exolab.castor.xml.util.resolvers.ResolveHelpers
-
Gets the ClassLoader
that's actually to be used (e.g.
- getClassMapping(int) - Method in class org.castor.jdo.conf.Database
-
Method getClassMapping.
- getClassMapping() - Method in class org.castor.jdo.conf.Database
-
Method getClassMapping.Returns the contents of the
collection in an Array.
- getClassMapping() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'classMapping'.
- getClassMapping(int) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getClassMapping.
- getClassMapping() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getClassMapping.Returns the contents of the
collection in an Array.
- getClassMappingByName(String) - Method in class org.castor.ddlgen.MappingHelper
-
Return the ClassMapping which associated with parameter name.
- getClassMappingCount() - Method in class org.castor.jdo.conf.Database
-
Method getClassMappingCount.
- getClassMappingCount() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getClassMappingCount.
- getClassMappingIdentity(ClassMapping) - Method in class org.castor.ddlgen.MappingHelper
-
The identity definitions at class and field are alternative syntax.
- getClassMappingSqlIdentity(ClassMapping, boolean) - Method in class org.castor.ddlgen.MappingHelper
-
The identity definitions at class and field are alternative syntax.
- getClassMolder(Class) - Method in class org.exolab.castor.persist.LockEngine
-
Get classMolder which represents the given java data object class.
- getClassMolder(String) - Method in class org.exolab.castor.persist.LockEngine
-
- getClassMolder(Class) - Method in class org.exolab.castor.persist.PersistenceInfoGroup
-
- getClassMolderByNativeQuery(String) - Method in class org.exolab.castor.persist.LockEngine
-
Returns the ClassMolder instance that has a named native query associated with the
name given.
- getClassMolderByQuery(String) - Method in class org.exolab.castor.persist.LockEngine
-
Returns the ClassMolder instance that has a named query associated with the name given.
- getClassMolderWithDependent(Class) - Method in class org.exolab.castor.persist.LockEngine
-
- getClassMolderWithDependent(String) - Method in class org.exolab.castor.persist.LockEngine
-
- getClassName() - Method in class org.castor.jdo.conf.DataSource
-
Returns the value of field 'className'.
- getClassName() - Method in class org.castor.jdo.conf.Driver
-
Returns the value of field 'className'.
- getClassname() - Method in class org.castor.mapping.AbstractMappingLoaderFactory
-
To obtain the class name of the MappingLoader to instantiate
- getClassname() - Method in class org.castor.mapping.JDOMappingLoaderFactory
-
- getClassname() - Method in class org.castor.mapping.XMLMappingLoaderFactory
-
- getClassName(Class) - Method in interface org.castor.xml.JavaNaming
-
Gets the class name without package part.
- getClassName(Class) - Method in class org.castor.xml.JavaNamingImpl
-
Gets the class name without package part.
- getClassName() - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Returns the value of field 'className'.
- getClassNameConflictResolutionStrategy(String) - Method in class org.exolab.castor.builder.conflictresolution.ClassNameCRStrategyRegistry
-
- getClassNameConflictResolutionStrategyNames() - Method in class org.exolab.castor.builder.conflictresolution.ClassNameCRStrategyRegistry
-
- getClazz() - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Returns the value of field 'clazz'.
- getCode() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getCollection() - Method in class org.castor.persist.proxy.CollectionProxy
-
- getCollection() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'collection'.
- getCollection() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getCollection() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'collection'.
- getCollectionHandler() - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Return the collection handler of this field.
- getCollectionHandlersInfo() - Static method in class org.exolab.castor.mapping.loader.J1CollectionHandlers
-
- getCollectionHandlersInfo() - Static method in class org.exolab.castor.mapping.loader.J2CollectionHandlers
-
- getCollectionName(Class) - Static method in class org.exolab.castor.mapping.loader.CollectionHandlers
-
Returns the associated string name for a given collection.
- getCollectionType(AnnotatedElement, boolean) - Static method in class org.castor.cpa.jpa.processors.ReflectionsHelper
-
Get the (raw) type of collection from the annotations target and optional
check for JPA 1.0 restrictions (only Collection, Map, List and Set are
allowed).
- getCollectionType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the collection name specified in the binding file.
- getCollectionType() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the name of collection type such as 'arraylist' in which we will
store the different occurrences of the java member generated to represent
that BindingComponent.
- getCollectionType(String) - Static method in class org.exolab.castor.mapping.loader.CollectionHandlers
-
Returns the collection's Java class from the collection name.
- getCollectionType() - Method in class org.exolab.castor.persist.FieldMolder
-
- getCollectionType(String, boolean) - Method in class org.exolab.castor.persist.FieldMolder
-
- getColumn() - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Deprecated.
- getColumn() - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Deprecated.
- getColumn() - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
Deprecated.
- getColumnDefinition() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Returns the 'columnDefinition' value of the @Column annotation.
- getColumnInfo() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- getColumnInfoForIdentities() - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- getColumnInsertable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getColumnLength() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getColumnList() - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
- getColumnName() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Returns the name of the @Column annotation.
- getColumnName() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Retrieves the sql column name.
- getColumnNames() - Method in class org.castor.cpa.jpa.info.JPAUniqueConstraint
-
- getColumnNullable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getColumnNumber() - Method in class org.castor.xmlctf.xmldiff.xml.Location
-
Returns the column number.
- getColumnNumber() - Method in class org.exolab.castor.xml.location.FileLocation
-
Returns the column number for this FileLocation.
- getColumnPrecision() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getColumns() - Method in class org.castor.cpa.persistence.sql.engine.info.PrimaryKeyInfo
-
Get list of primary key columns.
- getColumns() - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
Method returning columns currently set.
- getColumnScale() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getColumnTable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getColumnType() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns the sql type of the column.
- getColumnUnique() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getColumnUpdatable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getComment() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the comment associated with this Member.
- getComment() - Method in class org.exolab.javasource.AbstractJField
-
Returns the JavaDoc comment describing this member.
- getComment() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the JavaDoc comment describing this member.
- getComment() - Method in class org.exolab.javasource.JDocComment
-
Returns the String value of this JDocComment.
- getComment() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the JavaDoc comment describing this JEnumConstant.
- getCommitter() - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- getComparator() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getComparator() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'comparator'.
- getComparator() - Method in class org.exolab.castor.persist.FieldMolder
-
Returns the java.util.Comparator instance to be used with SortedSets; null, if not specified.
- getComplexType() - Method in class org.exolab.castor.xml.schema.reader.ComplexTypeUnmarshaller
-
- getComplexType(String) - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the ComplexType corresponding to the given name.
- getComplexType(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the ComplexType of associated with the given name
- getComplexType() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns the complexType that contains this wildcard, can return null.
- getComplexTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComplexTypeBinding.
- getComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComplexTypeBinding.Returns the contents of the
collection in an Array.
- getComplexTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComplexTypeBinding.
- getComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComplexTypeBinding.Returns the contents of the
collection in an Array.
- getComplexTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComplexTypeBindingCount.
- getComplexTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComplexTypeBindingCount.
- getComplexTypeName() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Returns the value of field 'complexTypeName'.
- getComplexTypes() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an Enumeration of all top-level ComplexType declarations
- getComponent() - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- getComponentBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComponentBinding.
- getComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComponentBinding.Returns the contents of the
collection in an Array.
- getComponentBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComponentBinding.
- getComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComponentBinding.Returns the contents of the
collection in an Array.
- getComponentBinding() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the ComponentBinding used in that XMLBindingComponent
to retrieve customized information.
- getComponentBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getComponentBindingCount.
- getComponentBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getComponentBindingCount.
- getComponentBindingType(Annotated) - Method in class org.exolab.castor.builder.binding.ExtendedBinding
-
Returns the ComponentBinding that corresponds to the given Annotated XML
Schema structure An Schema location will be built for the given Annotated
XML schema structure.
- getComponentBindingTypeChoice() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Returns the value of field 'componentBindingTypeChoice'.
- getComponentType() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Returns the component type of this
XMLFieldDescriptor
instance, if
the field described represents a collection of values.
- getComponentType() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the component type of this
XMLFieldDescriptor
instance, if
the field described represents a collection of values.
- getComponentType() - Method in class org.exolab.javasource.JComponentizedType
-
Returns the component type.
- getCondition() - Method in class org.castor.cpa.persistence.sql.query.Delete
-
Get condition that specifies which records to delete.
- getCondition() - Method in class org.castor.cpa.persistence.sql.query.Join
-
Method returning condition currently set.
- getCondition() - Method in class org.castor.cpa.persistence.sql.query.Select
-
Get condition that specifies which records to select.
- getCondition() - Method in class org.castor.cpa.persistence.sql.query.Update
-
Get condition that specifies which records to update.
- getCondition() - Method in class org.castor.cpa.query.object.condition.Not
-
Get condition of not condition.
- getConditions() - Method in class org.castor.cpa.query.object.condition.CompoundCondition
-
Get list of conditions.
- getConfig() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Get BuilderConfiguration instance, for callbacks to obtain certain configured properties.
- getConfiguration() - Method in class org.castor.ddlgen.AbstractGenerator
-
Get configuration of generator.
- getConfiguration() - Method in class org.castor.ddlgen.schemaobject.AbstractSchemaObject
-
Get configuration of the schema object.
- getConfiguration() - Method in interface org.castor.ddlgen.schemaobject.SchemaObject
-
Get configuration of the schema object.
- getConfiguration() - Method in class org.exolab.castor.jdo.JDOManager
-
Return the URL of the database configuration file.
- getConnection() - Method in class org.castor.cpa.persistence.sql.engine.CastorConnection
-
Getter returning current _connection.
- getConnection(LockEngine) - Method in class org.castor.persist.AbstractTransactionContext
-
Return an open connection for the specified engine.
- getConnection(LockEngine) - Method in interface org.castor.persist.TransactionContext
-
Return an open connection for the specified engine.
- getConnectionFactory() - Method in class org.castor.jdo.engine.DatabaseContext
-
- getConnectionFactory() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the ConnectionFactory for this JDOManager instance.
- getConnectionInfo(LockEngine) - Method in class org.castor.persist.AbstractTransactionContext
-
Returns meta-data related to the RDBMS used.
- getConnectionInfo(LockEngine) - Method in interface org.castor.persist.TransactionContext
-
Returns meta-data related to the RDBMS used.
- getConsoleDialog() - Method in class org.exolab.castor.builder.conflictresolution.WarningViaDialogClassNameCRStrategy
-
- getConstant(String) - Method in class org.exolab.javasource.AbstractJClass
- getConstantCount() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the amount of constants.
- getConstants() - Method in class org.exolab.javasource.AbstractJClass
- getConstructor(int) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the constructor at the specified index.
- getConstructorArgumentIndex() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getConstructorArgumentIndex() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the index within the constructor argument array where the value
of this field should be.
- getConstructors() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the an array of the JConstructors contained within this JClass.
- getContainer(int) - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method getContainer.
- getContainer() - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method getContainer.Returns the contents of the collection
in an Array.
- getContainer() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'container'.
- getContainerCount() - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method getContainerCount.
- getContainingClassDescriptor() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Get the class descriptor which contains this field.
- getContainingClassDescriptor() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getContent() - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Returns the value of field 'content'.
- getContent() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Return the contents of the collection.
- getContent() - Method in class org.exolab.castor.xml.dtd.Element
-
Returns
Content Particle
,
representing the content of the element, if has
ELEMENTS_ONLY
content,
null otherwise.
- getContent() - Method in class org.exolab.castor.xml.schema.AnnotationItem
-
Returns the String content of this Annotation item.
- getContentDescriptor() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.CenturyDescriptor
-
Deprecated.
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.DateDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.DateTimeDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.DurationDescriptor
-
Returns the XMLFieldDescriptor for the member
that should be marshalled as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.GDayDescriptor
-
Returns the XMLFieldDescriptor for the member
that should be marshalled as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.GMonthDayDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshaled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.GMonthDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.GYearDescriptor
-
Returns the XMLFieldDescriptor for the member
that should be marshalled as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.GYearMonthDescriptor
-
Returns the XMLFieldDescriptor for the member
that should be marshalled as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.MonthDescriptor
-
Deprecated.
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.RecurringDurationDescriptor
-
Deprecated.
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.TimeDescriptor
-
Returns the XMLFieldDescriptor for the member
that should be marshalled as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.TimeDurationDescriptor
-
Deprecated.
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.TimePeriodDescriptor
-
Deprecated.
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.types.YearDescriptor
-
Deprecated.
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshaled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the descriptor for dealing with Text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshaled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the descriptor for dealing with Text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshaled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshaled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the XMLFieldDescriptor for the member that should be marshaled
as text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the descriptor for dealing with Text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the descriptor for dealing with Text content.
- getContentDescriptor() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the XMLFieldDescriptor for the member that should be marshalled
as text content.
- getContentDescriptor() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns the XMLFieldDescriptor for the member
that should be marshalled as text content.
- getContentHandler() - Method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- getContentHandler(UnmarshalHandler) - Static method in class org.exolab.castor.xml.Unmarshaller
-
Returns a ContentHandler for the given UnmarshalHandler
- getContentMember() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'contentMember'.
- getContentMemberName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the name 'override' of a content member as specified in a binding file.
- getContentModelGroup() - Method in class org.exolab.castor.xml.schema.Group
-
- getContentModelGroup() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns the ContentModelGroup for this group
Only used for a element
- getContentName() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the variable name for the content of the collection.
- getContentType() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the type of content in this collection.
- getContentType() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the type contained in the list.
- getContentType() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the content type of this ComplexType.
- getContructorsCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getConvertFrom() - Method in class org.exolab.castor.jdo.engine.SQLColumnInfo
-
- getConvertFrom() - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
- getConvertor(Class<?>, Class<?>, String) - Method in class org.castor.cpa.persistence.convertor.TypeConvertorRegistry
-
Returns a type convertor initialized with parameter if specified.
- getConvertor() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns the convertor from the field type to an external type.
- getConvertor() - Method in class org.exolab.castor.jdo.oql.ParamInfo
-
- getConvertorFrom() - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Returns the convertor from the field type to an external type.
- getConvertorTo() - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Returns the convertor to the field type from an external type.
- getConvertTo() - Method in class org.exolab.castor.jdo.engine.SQLColumnInfo
-
- getConvertTo() - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
- getCounter() - Method in class org.castor.jdo.engine.CounterRef
-
Get the counter value.
- getCreateMethod() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getCreateMethod() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'createMethod'.
- getCreateMethod() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'createMethod'.
- getCreateMethodNameForField(String) - Method in interface org.castor.xml.JavaNaming
-
Generates the name of a create method for the given field name.
- getCreateMethodNameForField(String) - Method in class org.castor.xml.JavaNamingImpl
-
Generates the name of a set method for the given field name.
- getCurrentFactoryState() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the current FactoryState that holds information about the classes
being generated.
- getCurrentObject() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Returns the Object that the UnmarshalHandler is currently
handling (within the object model), or null if the current
element is a simpleType.
- getCurrentQuery() - Method in class org.exolab.castor.gui.QueryHistory
-
- getCurrentTransaction() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Gets the current Castor transaction in use.
- getData() - Method in class org.exolab.castor.xml.ProcessingInstruction
-
Returns the data for the processing instruction.
- getDatabase(int) - Method in class org.castor.jdo.conf.JdoConf
-
Method getDatabase.
- getDatabase() - Method in class org.castor.jdo.conf.JdoConf
-
Method getDatabase.Returns the contents of the collection in
an Array.
- getDatabase() - Method in class org.castor.jdo.engine.DatabaseContext
-
Get the database configuration.
- getDatabase() - Method in class org.castor.persist.AbstractTransactionContext
- getDatabase() - Method in interface org.castor.persist.TransactionContext
-
- getDatabase() - Method in interface org.exolab.castor.jdo.DataObjects
-
Opens and returns a connection to the database.
- getDatabase() - Method in class org.exolab.castor.jdo.JDOManager
-
Opens and returns a connection to the database.
- getDatabaseChoice() - Method in class org.castor.jdo.conf.Database
-
Returns the value of field 'databaseChoice'.
- getDatabaseContext(String) - Static method in class org.castor.jdo.engine.DatabaseRegistry
-
Get the ConnectionFactory for the given database name.
- getDatabaseContext() - Method in class org.exolab.castor.persist.LockEngine
-
- getDatabaseCount() - Method in class org.castor.jdo.conf.JdoConf
-
Method getDatabaseCount.
- getDatabaseName() - Method in interface org.exolab.castor.jdo.Database
-
Return the name of the database.
- getDatabaseName() - Method in interface org.exolab.castor.jdo.DataObjects
-
Returns the name of this database.
- getDatabaseName() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Return the name of the database.
- getDatabaseName() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the name of this database.
- getDatabasePooling() - Method in class org.exolab.castor.jdo.JDOManager
-
Indicates if database pooling is enable or not.
- getDataSource() - Method in class org.castor.jdo.conf.DatabaseChoice
-
Returns the value of field 'dataSource'.
- getDate() - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- getDay() - Method in class org.exolab.castor.types.DateTimeBase
-
- getDay() - Method in class org.exolab.castor.types.Duration
-
- getDay() - Method in class org.exolab.castor.types.GMonth
-
- getDay() - Method in class org.exolab.castor.types.GYear
-
- getDay() - Method in class org.exolab.castor.types.GYearMonth
-
- getDay() - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
- getDay() - Method in class org.exolab.castor.types.Time
-
- getDay() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- getDbVersion() - Method in class org.exolab.castor.jdo.DbMetaInfo
-
Return the version string for the current database conection.
- getDebug() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Returns the value of field 'debug'.
- getDecimals() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get decimals parameter from mapping of sql field.
- getDeclarations() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns an ordered Enumeration of all the ContentModelType
definitions (element, group, modelGroupRef)+
- getDeclaringClass() - Method in class org.exolab.javasource.AbstractJField
-
Returns the class in which this JField has been declared.
- getDeclaringClass() - Method in class org.exolab.javasource.JConstructor
-
Returns the class in which this JConstructor has been declared.
- getDeclaringClassInfo() - Method in class org.castor.cpa.jpa.info.FieldInfo
-
- getDeclaringClassInfo() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the ClassInfo to which this Member was declared, for inheritance reasons.
- getDefault() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns the default configuration file.
- getDefault(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns the default value for this Java type (e.g.
- getDefaultBindingType() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Returns the value of field 'defaultBindingType'.
- getDefaultDateFormat() - Static method in class org.castor.cpa.persistence.convertor.AbstractDateTypeConvertor
-
Use this accessor to access the DEFAULT_DATE_FORMAT.
- getDefaultNamespaceURI() - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Gets the namespace URI that is bound to the default name space.
- getDefaultString() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the initialization string for this JAnnotationTypeElement.
- getDefaultValue() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the default value for this FieldInfo.
- getDefaultValue() - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Returns the default value for the field.
- getDefaultValue() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Returns default value.
- getDefaultValue() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the default value of this element definition.
- getDefaultValue() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the default value of this element definition.
- getDelegateUnmarshalListener() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getDeleteMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the delete method for this FieldInfo.
- getDepended(ClassMapping, Class<?>) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Gets the ClassDescriptor the given classMapping
depends
on.
- getDepends() - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- getDepends() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'depends'.
- getDepends() - Method in class org.exolab.castor.persist.ClassMolder
-
Get the depends class' ClassMolder.
- getDepends() - Method in class org.exolab.castor.persist.OID
-
Get the depended object's oid.
- getDerivationMethod() - Method in class org.exolab.castor.xml.schema.XMLType
-
Gets the name of the derivation method used to derive this type from its
parent.
- getDerivedBy() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getDescribedClass() - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Returns the reference to the
Class
object that is described by
this
ClassInfo
.
- getDescription() - Method in interface org.exolab.castor.jdo.DataObjects
-
Returns the description of this database.
- getDescription() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the description of this database.
- getDescription() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'description'.
- getDescription() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'description'.
- getDescription() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'description'.
- getDescription() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Returns the value of field 'description'.
- getDescription() - Method in class org.exolab.javasource.JDocDescriptor
-
Returns the description String.
- getDescriptor() - Method in class org.castor.cpa.persistence.sql.keygen.TableKeyGenerator
-
- getDescriptor() - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
Used by
OQLQuery
to retrieve the class descriptor.
- getDescriptor(String) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader2
-
- getDescriptor(String) - Method in interface org.exolab.castor.mapping.MappingLoader
-
Returns the ClassDescriptor for the class with the given name.
- getDescriptor(Class) - Static method in class org.exolab.castor.xml.descriptors.CoreDescriptors
-
Returns the XMLClassDescriptor for the given Class.
- getDescriptor(String) - Method in interface org.exolab.castor.xml.util.ResolverStrategy.ResolverResults
-
Gets the descriptor that is mapped to the given class name.
- getDescriptors(String) - Method in class org.castor.cpa.util.classresolution.command.ClassResolutionByCDR
-
- getDescriptors() - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader2
-
- getDescriptors() - Method in interface org.exolab.castor.mapping.MappingLoader
-
- getDescriptors() - Method in class org.exolab.javasource.JDocComment
-
Returns an Enumeration of the parameters of this JDocComment.
- getDetachable() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Indicates whether the entity in question is 'detachable'.
- getDetachable() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Returns the value of field 'detachable'.
- getDetails() - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- getDialog() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the Dialog used for interacting with the user.
- getDirect() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'direct'.
- getDirect() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'direct'.
- getDirection() - Method in class org.castor.cpa.query.object.OrderImpl.Item
-
Gets the order direction.
- getDirectPolicy(String) - Method in class org.exolab.castor.dsml.ImportDescriptor
-
- getDirty() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'dirty'.
- getDirty() - Method in class org.exolab.castor.xml.schema.annotations.jdo.ReadonlyDirtyType
-
Returns the value of field 'dirty'.
- getDocument() - Method in class org.exolab.castor.xml.dtd.Element
-
Returns DTD document owning this element.
- getDocument() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Return DTD document owning this General Entity declaration.
- getDocument() - Method in class org.exolab.castor.xml.dtd.Notation
-
Returns DTD document owning this notation.
- getDocumentation() - Method in class org.exolab.castor.xml.schema.Annotation
-
Returns an enumeration of all documentation elements for this Annotation.
- getDocumentation() - Method in class org.exolab.castor.xml.schema.reader.DocumentationUnmarshaller
-
- getDocumentBase(String) - Static method in class org.exolab.castor.net.util.URIUtils
-
Returns the document base of the href argument
- getDocumentLocator() - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
- getDocumentLocator() - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
- getDocumentLocator() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getDomainClassLoader() - Method in class org.castor.core.util.AbstractProperties
-
Get classloader to be used for all domain objects that are marshalled/unmarshalled or
loaded from the database.
- getDriver() - Method in class org.castor.jdo.conf.DatabaseChoice
-
Returns the value of field 'driver'.
- getDuration() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- getEffectiveFacets() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns an enumeration of the effective facets for this type.
- getElement() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Returns Element owning this attribute.
- getElement(String) - Method in class org.exolab.castor.xml.dtd.DTDdocument
-
Returns requested Element Declaration.
- getElement() - Method in class org.exolab.castor.xml.schema.reader.ElementUnmarshaller
-
- getElement(String) - Method in class org.exolab.javasource.JAnnotationType
-
Returns the member with the given name, or null if no member was found
with the given name.
- getElementBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getElementBinding.
- getElementBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getElementBinding.Returns the contents of the
collection in an Array.
- getElementBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getElementBinding.
- getElementBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getElementBinding.Returns the contents of the
collection in an Array.
- getElementBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getElementBindingCount.
- getElementBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getElementBindingCount.
- getElementDecl(String) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the element declaration with the given name, or null if no
element declaration with that name exists in this ContentModelGroup.
- getElementDecl(String) - Method in interface org.exolab.castor.xml.schema.ContentModelGroup
-
Returns the element declaration with the given name, or null if no
element declaration with that name exists in this
ContentModelGroup
.
- getElementDecl(String) - Method in class org.exolab.castor.xml.schema.Group
-
Returns the element declaration with the given name, or null if no
element declaration with that name exists in this
ContentModelGroup
.
- getElementDecl(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the ElementDecl of associated with the given name
- getElementDecls() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an Enumeration of all top-level element declarations
- getElementDefinition() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'elementDefinition'.
- getElementDescriptors() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshalled as XML elements.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML elements.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the set of element MarshalDescriptors.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML elements.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the set of element MarshalDescriptors.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML elements.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML elements.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members that should be
marshaled as XML elements.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the set of element MarshalDescriptors.
- getElementDescriptors() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the set of element MarshalDescriptors.
- getElementDescriptors() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the set of XMLFieldDescriptors for all members
that should be marshalled as XML elements.
- getElementDescriptors() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns the set of XMLFieldDescriptors for all members
that should be marshalled as XML elements.
- getElementField(String) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns a fieldInfo that corresponds to an element with the given node name.
- getElementFields() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns an array of XML element associated fields.
- getElementFieldsAsCollection() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns all element
FieldInfo
s as a collection.
- getElementFormDefault() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the elementFormDefault property of this Schema.
- getElementName() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Returns the value of field 'elementName'.
- getElementName() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the name to be used when referring to the elements of this
collection.
- getElementNames() - Method in class org.exolab.javasource.JAnnotation
-
Returns the names of the elements set by this annotation.
- getElements() - Method in class org.exolab.castor.xml.dtd.DTDdocument
-
Returns enumeration of the Element declarations in the DTD document.
- getElements() - Method in class org.exolab.javasource.JAnnotationType
-
Returns an Array containing all our JAnnotationTypeElements.
- getElementValue(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when
it is a String.
- getElementValueAnnotation(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when
it is a JAnnotation.
- getElementValueAnnotationList(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when
it is an array of JAnnotation.
- getElementValueList(String) - Method in class org.exolab.javasource.JAnnotation
-
For the provided element name, returns the annotation element value when
it is an array of String.
- getElementValueObject(String) - Method in class org.exolab.javasource.JAnnotation
-
Returns the given annotation element value as Object, typically used if
the value type is not known.
- getEnclosingClassMolder() - Method in class org.exolab.castor.persist.FieldMolder
-
- getEndColumn() - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Get token end column number.
- getEndColumn() - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Get token end column number.
- getEndColumn() - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
- getEndLine() - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Get token end line number.
- getEndLine() - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Get token end line number.
- getEndLine() - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
- getEngine() - Method in class org.castor.jdo.conf.Database
-
Returns the value of field 'engine'.
- getEngine() - Method in class org.castor.jdo.engine.DatabaseContext
-
Get the LockEngine only available after initialization.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.db2.Db2Generator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.derby.DerbyGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.hsql.HsqlGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.mssql.MssqlGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.mysql.MysqlGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.oracle.OracleGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.sapdb.SapdbGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in class org.castor.ddlgen.engine.sybase.SybaseGenerator
-
Get engine configuration file name.
- getEngineConfigName() - Method in interface org.castor.ddlgen.Generator
-
Get engine configuration file name.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.db2.Db2Generator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.derby.DerbyGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.hsql.HsqlGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.mssql.MssqlGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.mysql.MysqlGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.oracle.OracleGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.sapdb.SapdbGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in class org.castor.ddlgen.engine.sybase.SybaseGenerator
-
Get engine configuration file path.
- getEngineConfigPath() - Method in interface org.castor.ddlgen.Generator
-
Get engine configuration file path.
- getEngineName() - Method in class org.castor.ddlgen.engine.db2.Db2Generator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.derby.DerbyGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.hsql.HsqlGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.mssql.MssqlGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.mysql.MysqlGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.oracle.OracleGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.sapdb.SapdbGenerator
-
Get engine name.
- getEngineName() - Method in class org.castor.ddlgen.engine.sybase.SybaseGenerator
-
Get engine name.
- getEngineName() - Method in interface org.castor.ddlgen.Generator
-
Get engine name.
- getEngineNames() - Method in class org.castor.ddlgen.GeneratorRegistry
-
Returns a collection of the names of current configured database engines.
- getEntity() - Method in class org.castor.persist.ProposedEntity
-
Returns the object.
- getEntityName() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getEntityResolver() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the entity resolver.
- getEntry() - Method in class org.castor.persist.cache.CacheEntry
-
Get actual data to be cached.
- getEntry() - Method in class org.exolab.castor.util.ChangeLog2XML.Release
-
- getEntryConsumer() - Method in class org.exolab.castor.dsml.Consumer
-
- getEntryConsumer() - Method in class org.exolab.castor.dsml.jndi.JNDIConsumer
-
- getEntryConsumer() - Method in class org.exolab.castor.dsml.mozilla.MozillaConsumer
-
- getEnumBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getEnumBinding.
- getEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getEnumBinding.Returns the contents of the collection
in an Array.
- getEnumBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getEnumBinding.
- getEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getEnumBinding.Returns the contents of the collection
in an Array.
- getEnumBinding() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the EnumBindingType instance for the active binding component.
- getEnumBinding() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the EnumBindingType instance for the active binding component.
- getEnumBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getEnumBindingCount.
- getEnumBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getEnumBindingCount.
- getEnumClassName() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Returns the value of field 'enumClassName'.
- getEnumConstant(String) - Method in class org.exolab.javasource.JEnum
-
Returns the member with the given name, or null if no member was found
with the given name.
- getEnumConstantCount() - Method in class org.exolab.javasource.JEnum
-
Returns the number of enum constants.
- getEnumConstants() - Method in class org.exolab.javasource.JEnum
-
Returns an array of all the JEnumConstant of this JEnum.
- getEnumConstantValueByOrdinal(int) - Method in class org.castor.cpa.persistence.convertor.EnumTypeConversionHelper
-
- getEnumDef() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'enumDef'.
- getEnumMember(int) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method getEnumMember.
- getEnumMember() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method getEnumMember.Returns the contents of the collection
in an Array.
- getEnumMemberCount() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method getEnumMemberCount.
- getEquals() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'equals'.
- getErrorCode() - Method in exception org.exolab.castor.xml.CastorException
-
Returns the error code for this Exception, or -1 if no
error code exists.
- getErrorCode() - Method in exception org.exolab.castor.xml.XMLException
-
Returns the error code for this Exception, or -1 if no error code exists.
- getErrorHandler() - Method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- getEscape() - Method in class org.castor.cpa.query.object.condition.Like
-
Gets escape character of like condition.
- getException() - Method in exception org.exolab.castor.builder.binding.BindingException
-
Returns the embedded Exception, if any.
- getException() - Method in exception org.exolab.castor.dsml.ImportExportException
-
- getException() - Method in exception org.exolab.castor.mapping.MappingException
-
- getException() - Method in exception org.exolab.castor.mapping.MappingRuntimeException
-
Returns the Exception which caused this Exception, or null if
no nested exception exists.
- getException() - Method in exception org.exolab.castor.mapping.ValidityException
-
- getException() - Method in exception org.exolab.castor.net.URIException
-
Returns the nested exception, or null if no exception
exists.
- getException() - Method in exception org.exolab.castor.util.NestedIOException
-
Returns the exception, which in turn caused this Exception to
be thrown, or null if nested exception exists.
- getExceptionCount() - Method in class org.exolab.javasource.JMethod
-
Returns the amount of exceptions thrown.
- getExceptions() - Method in class org.exolab.javasource.JConstructor
-
Returns the exceptions that this JConstructor lists in its throws clause.
- getExceptions() - Method in class org.exolab.javasource.JMethod
-
Returns the exceptions that this JMethod throws.
- getExceptions() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the exceptions that this JMethodSignature lists in its throws
clause.
- getExclude(int) - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method getExclude.
- getExclude() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method getExclude.Returns the contents of the collection in
an Array.
- getExcludeCount() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method getExcludeCount.
- getExcludes() - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Returns the value of field 'excludes'.
- getExclusion(String) - Method in class org.exolab.castor.builder.binding.ExtendedBinding
-
Returns the
Exclude
instance for the element identified by the given local name.
- getExpectedIndex() - Method in class org.exolab.castor.xml.UnmarshalState
-
- getExpression() - Method in class org.castor.cpa.query.object.condition.SimpleCondition
-
Get expression to test.
- getExpression() - Method in class org.castor.cpa.query.object.expression.Negate
-
Get expression to negate.
- getExpressions() - Method in class org.castor.cpa.query.object.expression.CompoundExpression
-
Get list of expressions.
- getExtended() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Returns a collection of
ClassDescriptor
s that extend this class (descriptor).
- getExtended(ClassMapping, Class<?>) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Gets the ClassDescriptor the given classMapping
extends.
- getExtendedClass() - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Get the reference to the Class object that is extended by this class.
- getExtendedTable() - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
Method returning extendedTable currently set.
- getExtendingTables() - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
Method returning list of tables extending this one.
- getExtends() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'extends'.
- getExtends() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the name of a super class for the current XMLBinding.
- getExtends() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the name of a super class for the current BindingComponent.
- getExtends() - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- getExtends() - Method in interface org.exolab.castor.mapping.ClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'extends'.
- getExtends() - Method in class org.exolab.castor.persist.ClassMolder
-
Get the extends class' ClassMolder.
- getExtends() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the class descriptor of the class extended by this class.
- getExtends() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the class descriptor of the class extended by this class.
- getFacet() - Method in class org.exolab.castor.xml.schema.reader.FacetUnmarshaller
-
- getFacet(String) - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the first facet associated with the given name.
- getFacet() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getFacets(String) - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the facets associated with the given name.
- getFacets() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns an Enumeration of all the Facets (including inherited) facets for
this type.
- getFactory() - Method in class org.castor.cpa.persistence.sql.keygen.TableKeyGenerator
-
- getFactoryClassName() - Method in class org.castor.transactionmanager.AbstractTransactionManagerFactory
-
Get name of the factory class.
- getFactoryClassName() - Method in class org.castor.transactionmanager.WebSphere51TransactionManagerFactory
-
Get name of the factory class.
- getFactoryClassName() - Method in class org.castor.transactionmanager.WebSphere5TransactionManagerFactory
-
Get name of the factory class.
- getFactoryClassName() - Method in class org.castor.transactionmanager.WebSphereTransactionManagerFactory
-
Get name of the factory class.
- getFactoryMethodName() - Method in class org.castor.transactionmanager.AbstractTransactionManagerFactory
-
Get name of the factory method.
- getFactoryMethodName() - Method in class org.castor.transactionmanager.WebSphere51TransactionManagerFactory
-
Get name of the factory method.
- getFactoryMethodName() - Method in class org.castor.transactionmanager.WebSphere5TransactionManagerFactory
-
Get name of the factory method.
- getFactoryMethodName() - Method in class org.castor.transactionmanager.WebSphereTransactionManagerFactory
-
Get name of the factory method.
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.HsqlFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.InformixFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.InstantDBFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.InterbaseFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.MySQLFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.OracleFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.PointbaseFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.ProgressFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.SQLServerFactory
-
- getFactoryName() - Method in class org.castor.cpa.persistence.sql.driver.SybaseFactory
-
- getFactoryName() - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns the name of this factory.
- getFactoryNames() - Static method in class org.exolab.castor.persist.PersistenceFactoryRegistry
-
Returns the names of all the configured persistence
factories.
- getField() - Method in class org.castor.cpa.query.object.OrderImpl.Item
-
Gets the field to order by.
- getField() - Method in class org.castor.cpa.query.object.ProjectionImpl
-
Gets the field or schema of the projection.
- getField(int) - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Get foreign key field at given index.
- getField(int) - Method in class org.castor.ddlgen.schemaobject.Index
-
Get index field at given index.
- getField(int) - Method in class org.castor.ddlgen.schemaobject.PrimaryKey
-
Get primary key field at given index.
- getField(int) - Method in class org.castor.ddlgen.schemaobject.Table
-
Get field at given index.
- getField(String) - Method in class org.castor.ddlgen.schemaobject.Table
-
Get field with given name.
- getField(int) - Method in class org.castor.persist.ProposedEntity
-
Returns the specified field value of the object in question.
- getField(String) - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
- getField(String) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the field with the given name, or null if no field was found with
that name.
- getField(String) - Method in class org.exolab.javasource.JAnnotationType
-
Not implemented.
- getField(String) - Method in class org.exolab.javasource.JInterface
-
Returns the field with the given name, or null if no field was found with
the given name.
- getField(String) - Method in class org.exolab.javasource.JStructure
-
Returns the field with the given name, or null if no field was found with
that name.
- getFieldClassMolder() - Method in class org.exolab.castor.persist.FieldMolder
-
- getFieldCount() - Method in class org.castor.cpa.jpa.info.ClassInfo
-
- getFieldCount() - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Get number of foreign key fields.
- getFieldCount() - Method in class org.castor.ddlgen.schemaobject.Index
-
Get number of index fields.
- getFieldCount() - Method in class org.castor.ddlgen.schemaobject.PrimaryKey
-
Get number of primary key fields.
- getFieldCount() - Method in class org.castor.ddlgen.schemaobject.Table
-
Get number of fields.
- getFieldCount() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the number of FieldInfo definitions for this ClassInfo.
- getFieldCount() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the amount of fields.
- getFieldDescriptor() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- getFieldDescriptor() - Method in class org.exolab.castor.mapping.AbstractFieldHandler
-
Returns the FieldDescriptor for the field that this
handler is responsible for, or null if no FieldDescriptor
has been set.
- getFieldDescriptor() - Method in class org.exolab.castor.mapping.loader.ExtendedFieldHandler
-
Returns the FieldDescriptor for the field that this
handler is reponsibile for, or null if no FieldDescriptor
has been set.
- getFieldDescriptor() - Method in class org.exolab.castor.mapping.loader.FieldHandlerFriend
-
Returns the FieldDescriptor for the field that this
handler is responsible for, or null if no FieldDescriptor
has been set.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor() - Method in class org.exolab.castor.xml.Marshaller.NilObject
-
Returns the associated XMLFieldDescriptor
- getFieldDescriptor(String, String, NodeType) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the XML field descriptor matching the given xml name and
nodeType.
- getFieldDescriptor(String, String, NodeType) - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns the XML field descriptor matching the given xml name, namespace, and
nodeType.
- getFieldHandlerDef(int) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getFieldHandlerDef.
- getFieldHandlerDef() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getFieldHandlerDef.Returns the contents of the
collection in an Array.
- getFieldHandlerDefCount() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getFieldHandlerDefCount.
- getFieldIndex() - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method returning fieldIndex currently set.
- getFieldInfo() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getFieldInfoByName(String) - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Returns a
FieldInfo
that corresponds to an element with the given
node name.
- getFieldInfoForChoice() - Method in class org.exolab.castor.builder.FactoryState
-
Get FieldInfo used to handle xsd:choice
.
- getFieldInfoReference() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the reference to the
FieldInfo
instance within the same class.
- getFieldInfos() - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Returns Set of associated fields.
- getFieldLockEngine() - Method in class org.exolab.castor.persist.FieldMolder
-
- getFieldMapping(int) - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method getFieldMapping.
- getFieldMapping() - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method getFieldMapping.Returns the contents of the
collection in an Array.
- getFieldMapping() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'fieldMapping'.
- getFieldMappingCount() - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method getFieldMappingCount.
- getFieldName() - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Indicates the name of the field described by this
FieldInfo
.
- getFieldName() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns the name of the field.
- getFieldName() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getFieldnameFromGetter(Method) - Static method in class org.castor.cpa.jpa.processors.ReflectionsHelper
-
Little helper to get a field (bean property) name from a getter method.
- getFieldPertsistenceType() - Method in class org.exolab.castor.persist.FieldMolder
-
- getFields() - Method in class org.castor.persist.ProposedEntity
-
Returns the fields of the object in question.
- getFields() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
- getFields() - Method in interface org.exolab.castor.mapping.ClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.CenturyDescriptor
-
Deprecated.
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.DateDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.DateTimeDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.DurationDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.GDayDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.GMonthDayDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.GMonthDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.GYearDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.GYearMonthDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.MonthDescriptor
-
Deprecated.
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.RecurringDurationDescriptor
-
Deprecated.
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.TimeDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.TimeDurationDescriptor
-
Deprecated.
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.TimePeriodDescriptor
-
Deprecated.
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.types.YearDescriptor
-
Deprecated.
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Returns an Enumeration of the IdentityFields contained within this
IdentityConstraint.
- getFields() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns a list of fields represented by this descriptor.
- getFields() - Method in class org.exolab.javasource.AbstractJClass
-
Returns an array of all the JFields of this JStructure.
- getFields() - Method in class org.exolab.javasource.JAnnotationType
-
Not implemented.
- getFields() - Method in class org.exolab.javasource.JInterface
-
Returns an array of all the JFields of this Jinterface.
- getFields() - Method in class org.exolab.javasource.JStructure
-
Returns an array of all the JFields of this JStructure.
- getFieldType() - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Indicates the type of the field described by this
FieldInfo
.
- getFieldType() - Method in class org.exolab.castor.jdo.oql.ParamInfo
-
Returns the Java field type.
- getFieldType() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns the Java type of the field.
- getFieldType() - Method in class org.exolab.castor.mapping.GeneralizedFieldHandler
-
Returns the class type for the field that this GeneralizedFieldHandler
converts to and from.
- getFieldType() - Method in class org.exolab.castor.mapping.handlers.EnumFieldHandler
-
- getFieldType() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getFieldType() - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Returns the field type.
- getFieldType() - Method in class org.exolab.castor.xml.handlers.SQLTimeFieldHandler
-
Returns the class type for the field that this GeneralizedFieldHandler
converts to and from.
- getFieldType() - Method in class org.exolab.castor.xml.handlers.SQLTimestampFieldHandler
-
Returns the class type for the field that this GeneralizedFieldHandler
converts to and from.
- getFieldType() - Method in class org.exolab.castor.xml.handlers.ToStringFieldHandler
-
Returns the class type for the field that this GeneralizedFieldHandler
converts to and from.
- getFieldType() - Method in class org.exolab.castor.xml.handlers.ValueOfFieldHandler
-
Returns the class type for the field that this GeneralizedFieldHandler
converts to and from.
- getFilename() - Method in class org.exolab.castor.xml.location.FileLocation
-
Returns the name of the file to which this FileLocation refers.
- getFilename(String) - Method in class org.exolab.javasource.JCompUnit
-
- getFilename(String) - Method in class org.exolab.javasource.JStructure
-
- getFilter() - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- getFinal() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'final'.
- getFinal() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the list of values for the final property for this ComplexType,
or null if no final values have been set.
- getFinal() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the value of the 'final' attribute for this element
definition.
- getFinal() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the value of the 'final' property, indicating which types of
derivation are not allowed, or null if the final property has not been
set.
- getFinalDefault() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the default FinalList for this Schema.
- getFinder() - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- getFirstAttribute() - Method in class org.exolab.castor.types.AnyNode
-
Returns the first attribute of the current ELEMENT node
or null.
- getFirstChild() - Method in class org.exolab.castor.types.AnyNode
-
Returns the first Child node of this node.
- getFirstChildNode() - Method in class org.exolab.castor.types.AnyNode
-
Returns the first child node in the tree.
- getFirstNamespace() - Method in class org.exolab.castor.types.AnyNode
-
Returns the first namespace of the current ELEMENT node or null.
- getFixed() - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Returns the configured fixed value for BigInteger validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.BooleanValidator
-
Returns the fixed value that booleans validated with this validator
must be equal to.
- getFixed() - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Returns the configured fixed value for byte validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Returns the configured fixed value for date/time validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Returns the configured fixed value for BigDecimal validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Returns the configured fixed value for double validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Returns the configured fixed value for Duration validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Returns the configured fixed value for float validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Returns the configured fixed value for Integer validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.IntValidator
-
Returns the configured fixed value for int validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.LongValidator
-
Returns the configured fixed value for long validation.
- getFixed() - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Returns the configured fixed value for short validation.
- getFixedValue() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the fixed production for this FieldInfo, or null if no fixed
value has been specified.
- getFixedValue() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the fixed value of this element definition.
- getFixedValue() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the fixed value of this element definition.
- getForce(int) - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method getForce.
- getForce() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method getForce.Returns the contents of the collection in an
Array.
- getForceCount() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method getForceCount.
- getForces() - Method in class org.exolab.castor.builder.binding.ExtendedBinding
-
Returns all <force> elements defined in the binding file.
- getForces() - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Returns the value of field 'forces'.
- getForeignKey(int) - Method in class org.castor.ddlgen.schemaobject.Table
-
Get foreign key at given index.
- getForeignKeyCount() - Method in class org.castor.ddlgen.schemaobject.Table
-
Get number of foreign keys.
- getForeignKeys() - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
Method returning list of foreign keys.
- getForeignKeys() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns a List of s holding the columns of the foreign
key.
- getForeignKeys() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns a List of s holding the columns of the foreign key.
- getForm() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the Form for this attribute declaration.
- getForm() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the Form for this element definition.
- getFormat() - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- getFormat() - Method in interface org.exolab.castor.xml.OutputFormat
-
Returns the (underlying) OutputFormat instance
- getFormat() - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- getFractionDigits() - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Returns the fractionDigits facet value of this XSType.
- getFrom() - Method in class org.castor.cpa.persistence.sql.query.Select
-
Getter returning from-list currently set.
- getFullDatePattern(String) - Static method in class org.castor.cpa.persistence.convertor.AbstractDateTypeConvertor
-
Transforms short date format pattern into full format pattern for SimpleDateFormat
(e.g., "YMD" to "yyyyMMdd").
- getFullFields(ClassDescriptor) - Static method in class org.exolab.castor.mapping.loader.ClassDescriptorHelper
-
Get all the
FieldDescriptor
s for non-identity fields, including
all the fields in base classes.
- getGeneralEntities() - Method in class org.exolab.castor.xml.dtd.DTDdocument
-
Returns enumeration of the General Entity declarations in the DTD document.
- getGeneralEntity(String) - Method in class org.exolab.castor.xml.dtd.DTDdocument
-
Returns requested Genaral Entity Declaration.
- getGeneratedValueGenerator() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Get the GeneratedValue.generator()
- getGeneratedValueStrategy() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Get the GeneratedValue.strategy()
- getGenerateImportedSchemas() - Method in class org.exolab.castor.builder.SourceGenerator
-
Indicates whether classes should be created for imported XML schemas as well.
- getGenerator(String) - Method in class org.castor.ddlgen.GeneratorRegistry
-
Returns generator with given engine name or null if there is no such generator.
- getGenerators() - Method in class org.castor.ddlgen.GeneratorRegistry
-
Returns a collection of the current configured generators.
- getGetMethod() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getGetMethod() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'getMethod'.
- getGetMethod() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'getMethod'.
- getGetMethodNameForField(String) - Method in interface org.castor.xml.JavaNaming
-
Generates the name of a get method for the given field name.
- getGetMethodNameForField(String) - Method in class org.castor.xml.JavaNamingImpl
-
Generates the name of a get method for the given field name.
- getGetterMethod() - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Indicates the getter access method of the field.
- getGrabSize() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGenerator
-
Get number of new keys the key generator should grab from the sequence table at a
time.
- getGroup() - Method in class org.exolab.castor.xml.schema.reader.GroupUnmarshaller
-
Returns the Group that was unmarshalled by this Unmarshaller.
- getGroup() - Method in class org.exolab.castor.xml.schema.reader.ModelGroupUnmarshaller
-
Returns the Group that was unmarshalled by this Unmarshaller.
- getGroupBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getGroupBinding.
- getGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getGroupBinding.Returns the contents of the
collection in an Array.
- getGroupBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getGroupBinding.
- getGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getGroupBinding.Returns the contents of the
collection in an Array.
- getGroupBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getGroupBindingCount.
- getGroupBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getGroupBindingCount.
- getGroupInfo() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
- getGroupNaming() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Returns the group naming helper class for naming nested anonymous groups.
- getHandler() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'handler'.
- getHandler() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns the handler of the field.
- getHandler(Object) - Static method in class org.exolab.castor.mapping.handlers.MapHandlers
-
- getHandler(Class) - Static method in class org.exolab.castor.mapping.handlers.MapHandlers
-
- getHandler(Class) - Static method in class org.exolab.castor.mapping.loader.CollectionHandlers
-
Returns the collection's handler based on the Java class.
- getHandler() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getHandler() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'handler'.
- getHash() - Method in class org.castor.core.util.IdentityMap.Entry
-
Get identity hashcode of key.
- getHash() - Method in class org.castor.core.util.IdentitySet.Entry
-
Get identity hashcode of key.
- getHasMethod() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'hasMethod'.
- getHasMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the has method for this FieldInfo.
- getHeader() - Method in class org.exolab.javasource.JStructure
-
Returns the JComment header to display at the top of the source file for
this JStructure, or null if no header was set.
- getHigh() - Method in class org.castor.cpa.query.object.condition.Between
-
Get high bound of between range.
- getHolder() - Method in class org.castor.core.nature.BaseNature
-
- getHour() - Method in class org.exolab.castor.types.Date
-
- getHour() - Method in class org.exolab.castor.types.DateTimeBase
-
- getHour() - Method in class org.exolab.castor.types.Duration
-
- getHour() - Method in class org.exolab.castor.types.GDay
-
- getHour() - Method in class org.exolab.castor.types.GMonth
-
- getHour() - Method in class org.exolab.castor.types.GMonthDay
-
- getHour() - Method in class org.exolab.castor.types.GYear
-
- getHour() - Method in class org.exolab.castor.types.GYearMonth
-
- getHour() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- getHour() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- getHref() - Method in class org.castor.jdo.conf.Mapping
-
Returns the value of field 'href'.
- getHref() - Method in class org.exolab.castor.mapping.xml.Include
-
Returns the value of field 'href'.
- getId() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
- getId() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
- getId() - Method in class org.castor.cpa.util.classresolution.nature.ClassLoaderNature
-
Returns the Nature Id.
- getId() - Method in class org.castor.cpa.util.classresolution.nature.MappingLoaderNature
-
Returns the Nature Id.
- getId() - Method in class org.castor.cpa.util.classresolution.nature.PackageBasedCDRResolutionNature
- getId() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Returns the id of the Nature.
- getId() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns the fully qualified class name of the Nature.
- getId() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns the Nature Id.
- getId() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns the Nature Id.
- getId() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Implementation returns the fully qualified class name.
- getId() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
- getId() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
- getId() - Method in class org.exolab.castor.mapping.AccessMode
-
- getId() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the Id for this attribute declaration
- getId() - Method in class org.exolab.castor.xml.schema.AttributeGroup
-
Returns the id of this AttributeGroup
- getId() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the 'id' for this element definition.
- getId() - Method in class org.exolab.castor.xml.schema.Group
-
Returns the ID for this
Group
.
- getId() - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Returns the Id of this IdentityConstraint, or null if no
Id has been set.
- getId() - Method in class org.exolab.castor.xml.schema.IdentityField
-
Returns the Id of this IdentityField, or null if no
Id has been set.
- getId() - Method in class org.exolab.castor.xml.schema.IdentitySelector
-
Returns the Id of this IdentitySelector, or null if no
Id has been set.
- getId() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the Id for this Schema, as specified by the
Id attribute, or null if no Id exists.
- getId() - Method in class org.exolab.castor.xml.schema.Union
-
Returns the id for this Union, or null if no id has been set.
- getId() - Method in class org.exolab.castor.xml.schema.XMLType
-
Returns the Id for this ComplexType, or null if no Id has been set.
- getIdColumnIndex(FieldDescriptor, String[]) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Finds the index in the given idColumnNames
that has the same name as
the given field
.
- getIdentifier() - Method in class org.castor.cpa.query.object.SchemaImpl
-
Gets the identifier of the schema.
- getIdentities() - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
Returns the
FieldDescriptor
s that describe the identities as defined for this class.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getIdentity.
- getIdentity(Object) - Method in interface org.exolab.castor.jdo.Database
-
Returns the object's identity.
- getIdentity(Object) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Returns the object's identity.
- getIdentity() - Method in interface org.exolab.castor.mapping.ClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- getIdentity(int) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getIdentity.Returns the contents of the collection in
an Array.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'identity'.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method getIdentity.
- getIdentity(TransactionContext, Object) - Method in class org.exolab.castor.persist.ClassMolder
-
Get the identity from a object of the base type.
- getIdentity() - Method in class org.exolab.castor.persist.OID
-
Return the object's identity, if known.
- getIdentity() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the identity field, or null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the identity field, null if this class has no identity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method getIdentity.
- getIdentity() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the identity field, null if this class has no identity.
- getIdentityColumnNames(String[], ClassMapping) - Static method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Returns a list of column names that are part of the identity.
- getIdentityConstraint() - Method in class org.exolab.castor.xml.schema.reader.IdentityConstraintUnmarshaller
-
Returns the IdentityConstraint created.
- getIdentityConstraints() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns an Enumeration of IdentityConstraint objects contained within
this element definition.
- getIdentityCount() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getIdentityCount.
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Returns the database specific query string for retrieving last identity value.
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.HsqlFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.InformixFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.MySQLFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.PointbaseFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.SQLServerFactory
-
- getIdentitySelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.SybaseFactory
-
- getIdentitySelectString(String, String) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns the database specific query string for retrieving last identity value.
- getIdentitySQLNames(ClassDescriptor) - Static method in class org.exolab.castor.jdo.engine.SQLHelper
-
- getIdFields(ClassDescriptor) - Static method in class org.exolab.castor.mapping.loader.ClassDescriptorHelper
-
Get the all the id fields of a class
If the class, C, is a dependent class, then
the depended class', D, id fields will be
appended at the back and returned.
- getIdsList() - Method in interface org.castor.persist.proxy.LazyCollection
-
- getIdsList() - Method in class org.castor.persist.proxy.LazyHashSet
-
- getIdsList(TransactionContext, ClassMolder, Object) - Static method in class org.exolab.castor.persist.ClassMolderHelper
-
Return all the object identity of a Collection of object of the same
type.
- GetImage() - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Get token literal value.
- GetImage() - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Get token literal value.
- GetImage() - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
- getImpl() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getImplClass() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getImplements(int) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method getImplements.
- getImplements() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method getImplements.Returns the contents of the collection
in an Array.
- getImplements() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns an array of the different interface names implemented by the
class that will represent the current XMLBindingComponent.
- getImplements() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns an array of the different interface names implemented by the
class that will represent the current BindingComponent.
- getImplementsCount() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method getImplementsCount.
- getImportCount() - Method in class org.exolab.javasource.JStructure
-
Returns the amount of imports.
- getImportDescriptor() - Method in class org.exolab.castor.dsml.Exporter
-
- getImportDescriptor() - Method in class org.exolab.castor.dsml.Importer
-
- getImportedSchema() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the imported schemas of this schema
- getImportedSchema(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the imported schema with the given namespace
- getImportedSchema(String, boolean) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the imported schema with the given namespace
- getImportedSourceCode(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the JClass with the given name or null if no bindings have been
specified for a JClass with the name.
- getImportedSourcesByName() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the sources as generated through XML schema imports.
- getImportEventListener() - Method in class org.exolab.castor.dsml.Importer
-
- getImports() - Method in class org.exolab.javasource.JCompUnit
-
Returns a array of String containing all imported classes/packages, also
imports within the same package of this object.
- getImports() - Method in class org.exolab.javasource.JStructure
-
Returns an Enumeration of imported package and class names for this
JStructure.
- getInclude(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getInclude.
- getInclude() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getInclude.Returns the contents of the collection in
an Array.
- getInclude(int) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getInclude.
- getInclude() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getInclude.Returns the contents of the collection in
an Array.
- getIncludeCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getIncludeCount.
- getIncludeCount() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getIncludeCount.
- getIncrement() - Method in class org.castor.ddlgen.keygenerator.SequenceKeyGenerator
-
Get increment for the sequence.
- getIndentChar() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the current character used for indentation.
- getIndentLevel() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the current indentation level.
- getIndentSize() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the current indent size (getIndentLevel()*tabSize).
- getIndex() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnInfo
-
Method returning the field index of this column.
- getIndex() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- getIndex() - Method in class org.castor.cpa.query.object.function.Locate
-
Gets the expression defining the start position of LOCATE function.
- getIndex() - Method in class org.castor.cpa.query.object.function.Substring
-
Gets the start expression of SUBSTRING function.
- getIndex(int) - Method in class org.castor.ddlgen.schemaobject.Table
-
Get index at given index.
- getIndex(String, String) - Method in interface org.exolab.castor.xml.AttributeSet
-
Returns the index of the attribute associated with the given name
and namespace.
- getIndex(String, String) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Returns the index of the attribute associated with the given name and
namespace.
- getIndexCount() - Method in class org.castor.ddlgen.schemaobject.Table
-
Get number of indices.
- getInfo() - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- getInfoFactory() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Get type factory.
- getInheritanceStrategy() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getInitialValue() - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- getInitString() - Method in class org.exolab.javasource.AbstractJField
-
Returns the initialization String for this JField.
- getInnerClassCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getInnerClasses() - Method in class org.exolab.javasource.AbstractJClass
-
Returns an array of JClass (the inner classes) contained within this
JClass.
- getInputStream(String, String) - Static method in class org.exolab.castor.net.util.URIUtils
-
Returns an InputStream for the file represented by the href
argument
- getInstance() - Static method in class org.castor.cpa.CPAProperties
-
- getInstance() - Static method in class org.castor.cpa.jpa.info.JPAKeyGeneratorManager
-
- getInstance() - Static method in class org.castor.cpa.jpa.info.JPAVersionManager
-
- getInstance() - Static method in class org.exolab.castor.xml.AbstractXMLNaming
-
Returns the default instance of XMLNaming.
- getInstance() - Static method in class org.exolab.castor.xml.schema.FacetFactory
-
Returns the singleton instance of the facet factory.
- getInstanceFactory() - Method in class org.castor.persist.AbstractTransactionContext
-
- getInstanceFactory() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the instance factory.
- getInstanceName() - Method in class org.exolab.javasource.JCollectionType
-
Returns the instance name of this collection type.
- getInteger(String) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getInteger(String, int) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getInteger(String) - Method in class org.castor.ddlgen.Configuration
-
Get property with given name as Integer value.
- getInterface() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'interface'.
- getInterfaceCount() - Method in class org.exolab.javasource.JStructure
-
Return the count of the number of Interfaces that have been added to this
JStructure.
- getInterfaces() - Method in class org.exolab.javasource.JStructure
-
Returns an Enumeration of interface names that this JStructure inherits
from.
- getInternalContext() - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
- getInternalContext() - Method in class org.exolab.castor.xml.Unmarshaller
-
To get the internal XML Context that is in use.
- getInternalContext() - Method in class org.exolab.castor.xml.ValidationContext
-
To get the AbstractInternalContext
to use.
- getInternalContext() - Method in class org.exolab.castor.xml.XMLContext
-
Deprecated.
- getIntrospector() - Method in class org.castor.xml.AbstractInternalContext
-
- getIntrospector() - Method in interface org.castor.xml.InternalContext
-
To get the Introspector assigned to this XMLContext.
- getIsMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Get the 'is' method for this FieldInfo.
- getIsMethodNameForField(String) - Method in interface org.castor.xml.JavaNaming
-
Generates the name of an is method for the given field name.
- getIsMethodNameForField(String) - Method in class org.castor.xml.JavaNamingImpl
-
Generates the name of an is method for the given field name.
- getItems() - Method in class org.castor.cpa.query.object.condition.In
-
Get list of items to test against.
- getItems() - Method in class org.castor.cpa.query.object.OrderImpl
-
Get list of order items.
- getItemType() - Method in class org.exolab.castor.xml.schema.simpletypes.ListType
-
Returns the simpleType for the items of this ListType.
- getIterator(Object) - Static method in class org.exolab.castor.persist.ClassMolderHelper
-
Return the iterator on values of the specified Collection
or, return the iterator on values of the specified Map.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'javaClass'.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in interface org.exolab.castor.mapping.ClassDescriptor
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method getJavaClass.
- getJavaClass(ClassLoader) - Method in class org.exolab.castor.persist.ClassMolder
-
Get the base class of this ClassMolder given a ClassLoader.
- getJavaClass() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the Class that this ClassDescriptor describes.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the Class that this ClassDescriptor describes.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the Java class represented by this descriptor.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the Class that this ClassDescriptor describes.
- getJavaClass() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the Class that this ClassDescriptor describes.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method getJavaClass.
- getJavaClass() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the Java class represented by this descriptor.
- getJavaClassName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns a valid Java Class Name corresponding to this XMLBindingComponent.
- getJavaClassName() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns a valid Java Class Name corresponding to this BindingComponent.
- getJavaMemberName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns a valid Java Member Name corresponding to this XMLBindingComponent.
- getJavaMemberName() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns a valid Java Member Name corresponding to this BindingComponent.
- getJavaName() - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Returns the value of field 'javaName'.
- getJavaNaming() - Method in class org.castor.xml.AbstractInternalContext
-
- getJavaNaming() - Method in interface org.castor.xml.InternalContext
-
- getJavaNaming() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
- getJavaNaming() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
- getJavaNaming() - Method in class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
-
Returns the javaNaming.
- getJavaPackage() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the java package associated with this XML BindingComponent.
- getJavaPackage() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the java package associated with this BindingComponent.
- getJavaType() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'javaType'.
- getJavaType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XSType that corresponds to the Java type chosen to represent
the XML Schema component represented by this XMLBindingComponent.
- getJavaType() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the XSType that corresponds to the Java type chosen to represent
this BindingComponent.
- getJClass() - Method in class org.exolab.castor.builder.FactoryState
-
Get JClass for which we are currently generating code.
- getJClass() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the JClass described by this ClassInfo.
- getJClassPrinter() - Method in interface org.exolab.castor.builder.printing.JClassPrinterFactory
-
- getJClassPrinter() - Method in class org.exolab.castor.builder.printing.StandardJClassPrinterFactory
-
- getJClassPrinter() - Method in class org.exolab.castor.builder.printing.TemplateJClassPrinterFactory
-
- getJClassPrinterFactories() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns a String representing the list of JClassPrinterFactory
instances
configured in the Castor XML code generator property file.
- getJClassPrinterFactory(String) - Method in class org.exolab.castor.builder.printing.JClassPrinterFactoryRegistry
-
- getJClassPrinterFactoryNames() - Method in class org.exolab.castor.builder.printing.JClassPrinterFactoryRegistry
-
- getJClassPrinterFactoryRegistry() - Method in class org.exolab.castor.builder.SourceGenerator
-
- getJdbcConnection() - Method in interface org.exolab.castor.jdo.Database
-
Gets the underlying JDBC connection.
- getJdbcConnection() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Gets the underlying JDBC connection.
- getJdbcConnection() - Method in class org.exolab.castor.jdo.engine.GlobalDatabaseImpl
-
- getJdbcConnection() - Method in class org.exolab.castor.jdo.engine.LocalDatabaseImpl
-
- getJdbcSql(String) - Static method in class org.exolab.castor.jdo.engine.SqlBindParser
-
Creates a SQL statement from pre_sql, replacing bind expressions like "?1" by "?".
- getJdbcType() - Method in class org.castor.ddlgen.typeinfo.AbstractType
-
Get JDBC type.
- getJdbcType() - Method in interface org.castor.ddlgen.typeinfo.TypeInfo
-
Get JDBC type.
- getJDocComment() - Method in class org.exolab.javasource.JMethod
-
Returns the JavaDoc comment describing this JMethod.
- getJDocComment() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the JavaDoc comment describing this JMethodSignature.
- getJDocComment() - Method in class org.exolab.javasource.JStructure
-
Returns the JavaDoc comment for this JStructure.
- getJdoContent() - Method in class org.exolab.castor.xml.schema.AppInfo
-
- getJndi() - Method in class org.castor.jdo.conf.DatabaseChoice
-
Returns the value of field 'jndi'.
- getJoin() - Method in class org.castor.cpa.persistence.sql.query.Join
-
Method returning qualifier currently set.
- getJoinColumnColumnDefinition() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinColumnInsertable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinColumnName() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinColumnNullable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinColumnReferencedColumnName() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinColumnTable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinColumnUnique() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinColumnUpdatable() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinFields() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- getJoins() - Method in class org.castor.cpa.persistence.sql.query.Qualifier
-
Returns list of joins currently set.
- getJoinTableCatalog() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinTableInverseJoinColumns() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinTableJoinColumns() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinTableName() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJoinTableSchema() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getJType() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSId
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSString
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSType
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
Returns the JType that this XSType represents.
- getJType() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the JType that this XSType represents.
- getKey() - Method in class org.castor.core.util.IdentityMap.Entry
-
Get key of entry.
- getKey() - Method in class org.castor.core.util.IdentitySet.Entry
-
Get key of entry.
- getKey() - Method in class org.exolab.castor.mapping.MapItem
-
Returns the key Object for this MapItem, or null
if no key has been specified.
- getKey(int) - Method in class org.exolab.castor.xml.schema.annotations.jdo.PkType
-
Method getKey.
- getKey() - Method in class org.exolab.castor.xml.schema.annotations.jdo.PkType
-
Method getKey.Returns the contents of the collection in an
Array.
- getKeyColumn() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGenerator
-
Get name of the column which contains table names.
- getKeyCount() - Method in class org.exolab.castor.xml.schema.annotations.jdo.PkType
-
Method getKeyCount.
- getKeyFieldCount() - Method in class org.castor.cpa.jpa.info.ClassInfo
-
- getKeyFieldInfoByName(String) - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Returns a
FieldInfo
that corresponds to a key element with the
given node name.
- getKeyFieldInfos() - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Returns Set of key fields.
- getKeyGenerator(ClassDescriptor) - Method in class org.castor.cpa.persistence.sql.driver.BaseFactory
-
Returns a key generator as specified in the given class descriptor.
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in class org.castor.cpa.persistence.sql.keygen.HighLowKeyGeneratorFactory
-
Produce the key generator.
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in class org.castor.cpa.persistence.sql.keygen.IdentityKeyGeneratorFactory
-
Produce the key generator.
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in interface org.castor.cpa.persistence.sql.keygen.KeyGeneratorFactory
-
Produce the key generator.
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in class org.castor.cpa.persistence.sql.keygen.MaxKeyGeneratorFactory
-
Produce the key generator.
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in class org.castor.cpa.persistence.sql.keygen.NoKeyGeneratorFactory
-
Produce the key generator.
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in class org.castor.cpa.persistence.sql.keygen.SequenceKeyGeneratorFactory
-
Produce the key generator.
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in class org.castor.cpa.persistence.sql.keygen.TableKeyGeneratorFactory
-
- getKeyGenerator(PersistenceFactory, Properties, int) - Method in class org.castor.cpa.persistence.sql.keygen.UUIDKeyGeneratorFactory
-
Produce the key generator.
- getKeyGenerator(String) - Method in class org.castor.ddlgen.KeyGeneratorRegistry
-
Returns key generator with given alias.
- getKeyGenerator() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get key generator for this field.
- getKeyGenerator() - Method in class org.castor.ddlgen.schemaobject.Table
-
Get key generator used for identities of this table.
- getKeyGenerator() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'keyGenerator'.
- getKeyGenerator(ClassDescriptor) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns a key generator as specified in the given class descriptor.
- getKeyGeneratorAliases() - Method in class org.castor.ddlgen.KeyGeneratorRegistry
-
Returns a collection of the aliasses of current registered key generators.
- getKeyGeneratorDef(int) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getKeyGeneratorDef.
- getKeyGeneratorDef() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getKeyGeneratorDef.Returns the contents of the
collection in an Array.
- getKeyGeneratorDefCount() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method getKeyGeneratorDefCount.
- getKeyGeneratorDescriptor() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Get key generator specified for this class.
- getKeyGeneratorFactories() - Method in class org.castor.ddlgen.KeyGeneratorRegistry
-
Returns a collection of the current configured key generator factories.
- getKeyGeneratorFactory(String) - Method in class org.castor.cpa.persistence.sql.keygen.KeyGeneratorFactoryRegistry
-
Returns a key generator factory with the specified name.
- getKeyGeneratorFactory(String) - Method in class org.castor.ddlgen.KeyGeneratorRegistry
-
Returns key generator factory with given algorithm.
- getKeyGeneratorFactoryAlgorithms() - Method in class org.castor.ddlgen.KeyGeneratorRegistry
-
Returns a collection of the algorithms of current configured key generator
factories.
- getKeyGeneratorFactoryName() - Method in class org.exolab.castor.jdo.engine.KeyGeneratorDescriptor
-
Returns the name of the key generator factory.
- getKeyGeneratorFactoryNames() - Method in class org.castor.cpa.persistence.sql.keygen.KeyGeneratorFactoryRegistry
-
Returns an array of names of all the configured key generator factories.
- getKeyGeneratorName() - Method in class org.castor.cpa.persistence.sql.keygen.HighLowKeyGeneratorFactory
-
Get the short name of the key generator.
- getKeyGeneratorName() - Method in class org.castor.cpa.persistence.sql.keygen.IdentityKeyGeneratorFactory
-
Get the short name of the key generator.
- getKeyGeneratorName() - Method in interface org.castor.cpa.persistence.sql.keygen.KeyGeneratorFactory
-
Get the short name of the key generator.
- getKeyGeneratorName() - Method in class org.castor.cpa.persistence.sql.keygen.MaxKeyGeneratorFactory
-
Get the short name of the key generator.
- getKeyGeneratorName() - Method in class org.castor.cpa.persistence.sql.keygen.NoKeyGeneratorFactory
-
Get the short name of the key generator.
- getKeyGeneratorName() - Method in class org.castor.cpa.persistence.sql.keygen.SequenceKeyGeneratorFactory
-
Get the short name of the key generator.
- getKeyGeneratorName() - Method in class org.castor.cpa.persistence.sql.keygen.TableKeyGeneratorFactory
-
- getKeyGeneratorName() - Method in class org.castor.cpa.persistence.sql.keygen.UUIDKeyGeneratorFactory
-
Get the short name of the key generator.
- getKeyGenerators() - Method in class org.castor.ddlgen.KeyGeneratorRegistry
-
Returns a collection of the current registered key generators.
- getKind() - Method in class org.castor.cpa.query.castorql.ExtendNode
-
Gets the kind.
- getKind() - Method in class org.castor.cpa.query.ejbql.ExtendNode
-
Gets the kind.
- getLastExpr() - Method in class org.exolab.castor.jdo.engine.SqlBindParser
-
Returns the expression substring beginning after the
last processed bind variable and ending just before the
current bind variable.
- getLastState() - Method in class org.exolab.castor.xml.parsing.UnmarshalStateStack
-
- getLazy() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'lazy'.
- getLdap() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'ldap'.
- getLdapDn() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'ldapDn'.
- getLdapOc() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'ldapOc'.
- getLeftSide() - Method in class org.castor.cpa.query.object.condition.Comparison
-
Get left side expression of comparison condition.
- getLength() - Method in class org.castor.cpa.query.object.function.Substring
-
Gets the length expression of SUBSTRING function.
- getLength() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get length parameter from mapping of sql field.
- getLength() - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Returns the length that this type must have.
- getLength() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the value of the length facet result can be null
- getLength() - Method in class org.exolab.castor.xml.util.AttributeListWrapper
-
Returns the number of attributes in the list.
- getLength() - Method in class org.exolab.javasource.JDocComment
-
Returns the length of the JavaDoc comment in characters.
- getLenientIdValidation() - Method in class org.castor.xml.AbstractInternalContext
-
- getLenientIdValidation() - Method in interface org.castor.xml.InternalContext
-
Get lenient id validation flag.
- getLenientSequenceOrder() - Method in class org.castor.xml.AbstractInternalContext
-
- getLenientSequenceOrder() - Method in interface org.castor.xml.InternalContext
-
Get lenient sequence order flag.
- getLine() - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Deprecated.
- getLine() - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Deprecated.
- getLine() - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Deprecated.
- getLine() - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
Deprecated.
- getLineNumber() - Method in class org.castor.xmlctf.xmldiff.xml.Location
-
Returns the line number.
- getLineNumber() - Method in class org.exolab.castor.xml.location.FileLocation
-
Returns the line number for this FileLocation.
- getLines(String) - Method in class org.exolab.castor.builder.printing.TemplateHelper
-
Takes a comment string and splits it into lines
that have the maximum length of 70 chars,
- getLineSeparator() - Method in class org.exolab.javasource.JSourceWriter
-
Returns the line separator being used by this JSourceWriter.
- getListenerCount() - Method in class org.exolab.castor.util.EventListenerList
-
Returns the total number of listeners in this listener
list.
- getListenerList() - Method in class org.exolab.castor.util.EventListenerList
-
Passes back the event listener list as an array of
EventListeners.
- getLoadPackageMapping() - Method in class org.castor.xml.AbstractInternalContext
-
- getLoadPackageMapping() - Method in interface org.castor.xml.InternalContext
-
Get load package mapping flag.
- getLobBufferSize() - Method in class org.castor.cpa.persistence.convertor.AbstractLobTypeConvertor
-
Get LOB buffer size.
- getLocalAnnotation() - Method in class org.exolab.castor.xml.schema.simpletypes.ListType
-
Returns the annotation which appears local to this Union, or
null if no local annotation has been set.
- getLocalAnnotation() - Method in class org.exolab.castor.xml.schema.Union
-
Returns the annotation which appears local to this Union, or
null if no local annotation has been set.
- getLocalAttributeDecls() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns an Enumeration of *all* locally defined AttributeDecl declared
within this ComplexType.
- getLocalAttributeGroupReferences() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns the AttributeGroupReference of THIS attribute group.
- getLocalAttributes() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns the attributes of THIS attribute group.
- getLocalFacets() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the facets of this type (without the parent's facets).
- getLocalName() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the local name of the node.
- getLocalName() - Method in class org.exolab.castor.types.AnyNode
-
Returns the local name of the node.
- getLocalName() - Method in class org.exolab.javasource.JType
-
Returns the unqualified Java type name (i.e.
- getLocalName() - Method in class org.exolab.javasource.JTypeName
-
Returns the local name of this JTypeName.
- getLocalNameFromClassName(String) - Static method in class org.exolab.javasource.JNaming
-
Returns the local class name from the given fully qualified class name.
- getLocalNamespacePrefixes() - Method in class org.exolab.castor.xml.Namespaces
-
Returns all namespace prefixes declared locally
- getLocalNamespaces() - Method in class org.exolab.castor.xml.Namespaces
-
Returns an Enumeration of local namespace URIs for this Namespaces.
- getLocation() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Element
-
Returns the location of this Element in the document.
- getLocation() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'location'.
- getLocation() - Method in exception org.exolab.castor.xml.ValidationException
-
Returns the location of the Exception.
- getLocationPath() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getLocationPath() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the "relative" XML path for the field being described.
- getLockEngine() - Method in class org.exolab.castor.persist.ClassMolder
-
Get the LockEngine which this ClassMolder belongs to.
- getLockEngine() - Method in class org.exolab.castor.persist.PersistenceInfoGroup
-
- getLockTimeout() - Method in class org.castor.persist.AbstractTransactionContext
-
Returns the timeout waiting to acquire a lock.
- getLockTimeout() - Method in interface org.castor.persist.TransactionContext
-
Returns the timeout waiting to acquire a lock.
- getLockTimeout() - Method in class org.exolab.castor.jdo.JDOManager
-
Returns the lock timeout for this database.
- getLow() - Method in class org.castor.cpa.query.object.condition.Between
-
Get low bound of between range.
- getLowerBound() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the lower bound of the collection that is generated from this
BindingComponent.
- getLowerBound() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the lower bound of the collection that is generated from this
BindingComponent.
- getManyKey() - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method returning many key.
- getManyKey() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns the SQL many key of the field.
- getManyKey(int) - Method in class org.exolab.castor.mapping.xml.Sql
-
Method getManyKey.
- getManyKey() - Method in class org.exolab.castor.mapping.xml.Sql
-
Method getManyKey.Returns the contents of the collection in
an Array.
- getManyKeyCount() - Method in class org.exolab.castor.mapping.xml.Sql
-
Method getManyKeyCount.
- getManyTable() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns the SQL many table of the field.
- getManyTable() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'manyTable'.
- getMappedPackage(String) - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Looks up the package name from the given namespace URI.
- getMapping() - Method in class org.castor.ddlgen.AbstractGenerator
-
Get mapping document.
- getMapping() - Method in class org.castor.ddlgen.MappingHelper
-
Get mapping document.
- getMapping(int) - Method in class org.castor.jdo.conf.Database
-
Method getMapping.
- getMapping() - Method in class org.castor.jdo.conf.Database
-
Method getMapping.Returns the contents of the collection in
an Array.
- getMapping() - Method in class org.castor.jdo.engine.DatabaseContext
-
Get the mapping to load.
- getMapping(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the Mapping file associated with the given filename.
- getMapping() - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- getMappingCount() - Method in class org.castor.jdo.conf.Database
-
Method getMappingCount.
- getMappingFilenames() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the set of mapping filenames.
- getMappingHelper() - Method in class org.castor.ddlgen.AbstractGenerator
-
Get mapping helper.
- getMappingLoader() - Method in class org.castor.cpa.util.classresolution.nature.MappingLoaderNature
-
- getMappingLoader() - Method in class org.castor.cpa.util.JDOClassDescriptorResolverImpl
-
Note: This method will be removed soon (kv).
- getMappingLoader() - Method in class org.castor.mapping.AbstractMappingLoaderFactory
-
- getMappingLoader() - Method in interface org.castor.mapping.MappingLoaderFactory
-
Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the
given properties.
- getMappingLoader(String, BindingType) - Method in class org.castor.mapping.MappingLoaderRegistry
-
Returns a mapping loader for the suitable source and binding type.
- getMappingLoader(Mapping, BindingType) - Method in class org.castor.mapping.MappingUnmarshaller
-
Returns a mapping resolver for the suitable engine.
- getMappingLoader(Mapping, BindingType, Object) - Method in class org.castor.mapping.MappingUnmarshaller
-
Returns a mapping resolver for the suitable engine.
- getMappingLoader() - Method in class org.castor.xml.AbstractInternalContext
-
- getMappingLoader() - Method in interface org.castor.xml.InternalContext
-
To get the
MappingLoader
specified to be used in this Castor session.
- getMappingLoader() - Method in interface org.exolab.castor.xml.ClassDescriptorResolver
-
Note: This method will be removed soon (kv).
- getMappingLoader() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
Note: This method will be removed soon (kv).
- getMappingLoaderFactories() - Method in class org.castor.mapping.MappingLoaderRegistry
-
Returns a list of 'cached' mapping loader factories.
- getMappingSources() - Method in class org.exolab.castor.mapping.Mapping
-
Get list of mapping sources to resolve.
- getMapTo() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'mapTo'.
- getMarshalExtendedType() - Method in class org.exolab.castor.xml.Marshaller
-
If True the marshaller will use the 'xsi:type' attribute
to marshall a field value that extended the defined field type.
- getMasterSchema() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the master schema in which this instance of schema
is used at runtime.
- getMatches() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'matches'.
- getMaxExclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the maximum exclusive value that this XSDate can hold.
- getMaxExclusive() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Returns the configured exclusive maximum value for date/time validation.
- getMaxExclusive() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Returns the configured exclusive maximum value for BigDecimal validation.
- getMaxExclusive() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Returns the configured exclusive maximum value for double validation.
- getMaxExclusive() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Returns the configured exclusive maximum value for Duration validation.
- getMaxExclusive() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Returns the configured exclusive maximum value for float validation.
- getMaxExponent() - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- getMaxHistorySize() - Method in class org.exolab.castor.gui.QueryHistory
-
- getMaximumNumberOfConstants() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns the maximum number of static constant definitions that are
acceptable within one class file; default is 1000.
- getMaximumSize() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the maximum allowed size for this list.
- getMaxInclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the maximum inclusive value that this XSDate can hold.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Returns the configured maximum value for BigInteger validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Returns the configured maximum value for byte validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Returns the configured inclusive maximum value for date/time validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Returns the configured inclusive maximum value for BigDecimal validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Returns the configured inclusive maximum value for double validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Returns the configured inclusive maximum value for Duration validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Returns the configured inclusive maximum value for float validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Returns the configured maximum value for xsd:integer validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.IntValidator
-
Returns the configured maximum value for int validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.LongValidator
-
Returns the configured maximum value for long validation.
- getMaxInclusive() - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Returns the configured maximum value for short validation.
- getMaxLength() - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Returns the maximum length occurances of this type can be.
- getMaxLength() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the value of the maxlength facet result can be null
- getMaxMantissa() - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- getMaxOccurs() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns the maximum occurance for this group.
- getMaxOccurs() - Method in class org.exolab.castor.xml.FieldValidator
-
Returns the maximum number of occurances for a given object.
- getMaxOccurs() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the maximum number of occurances that this ContentModelGroup may
appear.
- getMaxOccurs() - Method in interface org.exolab.castor.xml.schema.ContentModelGroup
-
Returns the maximum number of occurrences that this ContentModelGroup
may appear.
- getMaxOccurs() - Method in class org.exolab.castor.xml.schema.Particle
-
Returns the maximum number of occurances that this CMParticle
may appear
- getMember() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Returns the value of field 'member'.
- getMemberAndAccessorFactory() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the FieldMemberAndAccessorFactory instance to use to create
a JField out of this FieldInfo.
- getMemberTypes() - Method in class org.exolab.castor.xml.schema.Union
-
Returns an Enumeration of all the SimpleTypes that are members of
this Union.
- getMessage() - Method in error org.castor.cpa.query.castorql.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in error org.castor.cpa.query.ejbql.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception org.exolab.castor.builder.binding.BindingException
-
Returns a detailed message for this Exception.
- getMessage() - Method in exception org.exolab.castor.core.exceptions.CastorException
-
Return the detailed message from this Exception.
- getMessage() - Method in exception org.exolab.castor.xml.CastorException
-
Returns the detail message for this Exception
- getMessage() - Method in exception org.exolab.castor.xml.dtd.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.exolab.castor.xml.dtd.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethod(Class, String, Class[]) - Static method in class org.exolab.castor.xml.wls8.WeblogicXercesImplementation
-
Returns a Method object that reflects the specified public member method of the class
or interface represented by aClass
.
- getMethod(String, int) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the first occurance of the method with the given name, starting
from the specified index.
- getMethod(int) - Method in class org.exolab.javasource.AbstractJClass
-
Returns the JMethod located at the specified index.
- getMethod(String, int) - Method in class org.exolab.javasource.JEnumConstant
-
Returns the first occurance of the method with the given name, starting
from the specified index.
- getMethod(int) - Method in class org.exolab.javasource.JEnumConstant
-
Returns the JMethod located at the specified index.
- getMethod(String, int) - Method in class org.exolab.javasource.JInterface
-
Returns the JMethodSignature with the given name and occuring at or
after the given starting index.
- getMethod(int) - Method in class org.exolab.javasource.JInterface
-
Returns the JMethodSignature at the given index.
- getMethodCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getMethodCount() - Method in class org.exolab.javasource.JEnumConstant
-
- getMethods() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the methods flag that indicates which.
- getMethods() - Method in class org.exolab.javasource.AbstractJClass
-
Returns an array of all the JMethods of this JClass.
- getMethods() - Method in class org.exolab.javasource.JEnumConstant
-
Returns an array of all the JMethods of this JEnumConstant.
- getMethods() - Method in class org.exolab.javasource.JInterface
-
Returns an array of all the JMethodSignatures of this JInterface.
- getMethodSuffix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the method suffix for creating method names.
- getMethodSuffix() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the method suffix for creating method names.
- getMilli() - Method in class org.exolab.castor.types.Date
-
- getMilli() - Method in class org.exolab.castor.types.DateTimeBase
-
- getMilli() - Method in class org.exolab.castor.types.Duration
-
- getMilli() - Method in class org.exolab.castor.types.GDay
-
- getMilli() - Method in class org.exolab.castor.types.GMonth
-
- getMilli() - Method in class org.exolab.castor.types.GMonthDay
-
- getMilli() - Method in class org.exolab.castor.types.GYear
-
- getMilli() - Method in class org.exolab.castor.types.GYearMonth
-
- getMilli() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- getMilli() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- getMinExclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the minimum exclusive value that this XSDate can hold.
- getMinExclusive() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Returns the configured exclusive minimum value for date/time validation.
- getMinExclusive() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Returns the configured exclusive minimum value for BigDecimal validation.
- getMinExclusive() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Returns the configured exclusive minimum value for double validation.
- getMinExclusive() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Returns the configured exclusive minimum value for Duration validation.
- getMinExclusive() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Returns the configured exclusive minimum value for float validation.
- getMinExponent() - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- getMinimumSize() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the minimum allowed size for this list.
- getMinInclusive() - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Returns the minimum inclusive value that this XSDate can hold.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Returns the configured minimum value for BigInteger validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Returns the configured mainmum value for byte validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Returns the configured inclusive minimum value for date/time validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Returns the configured inclusive minimum value for BigDecimal validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Returns the configured inclusive minimum value for double validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Returns the configured inclusive minimum value for Duration validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Returns the configured inclusive minimum value for float validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Returns the configured minimum value for xsd:integer validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.IntValidator
-
Returns the configured minimum value for int validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.LongValidator
-
Returns the configured minimum value for long validation.
- getMinInclusive() - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Returns the configured minimum value for short validation.
- getMinLength() - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Returns the minimum length occurances of this type can be.
- getMinLength() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the value of the minlength facet result can be null
- getMinMantissa() - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- getMinOccurs() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns the minimum occurance for this group.
- getMinOccurs() - Method in class org.exolab.castor.xml.FieldValidator
-
Returns the mimimum number of occurances for a given object.
- getMinOccurs() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the minimum number of occurances that this ContentModelGroup must
appear.
- getMinOccurs() - Method in interface org.exolab.castor.xml.schema.ContentModelGroup
-
Returns the minimum number of occurrences that this ContentModelGroup
must appear.
- getMinOccurs() - Method in class org.exolab.castor.xml.schema.Particle
-
Returns the minimum number of occurances that this CMParticle
must appear
- getMinute() - Method in class org.exolab.castor.types.Date
-
- getMinute() - Method in class org.exolab.castor.types.DateTimeBase
-
- getMinute() - Method in class org.exolab.castor.types.Duration
-
- getMinute() - Method in class org.exolab.castor.types.GDay
-
- getMinute() - Method in class org.exolab.castor.types.GMonth
-
- getMinute() - Method in class org.exolab.castor.types.GMonthDay
-
- getMinute() - Method in class org.exolab.castor.types.GYear
-
- getMinute() - Method in class org.exolab.castor.types.GYearMonth
-
- getMinute() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- getMinute() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- getMixedContentChildren() - Method in class org.exolab.castor.xml.dtd.Element
-
Returns
iterator
of the set of mixed children,
if of
MIXED content,
null otherwise.
- getMode() - Method in class org.castor.jdo.conf.TransactionDemarcation
-
Returns the value of field 'mode'.
- getModelGroup(String) - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the Model Group of the given name that is contained in this RedefineSchema.
- getModelGroup(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the ModeGroup of associated with the given name
- getModelGroup() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns the model group that contains this wildcard, can return null.
- getModelGroupName() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Returns the value of field 'modelGroupName'.
- getModelGroups() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an Enumeration of all top-level ModelGroup declarations
- getModifiers() - Method in class org.exolab.javasource.AbstractJField
-
Returns the modifiers for this JField.
- getModifiers() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the modifiers for this JAnnotationTypeElement.
- getModifiers() - Method in class org.exolab.javasource.JConstructor
-
Returns the modifiers for this JConstructor.
- getModifiers() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the modifiers for this JEnumConstant.
- getModifiers() - Method in interface org.exolab.javasource.JMember
-
Returns the modifiers for this JMember.
- getModifiers() - Method in class org.exolab.javasource.JMethod
-
Returns the modifiers for this JMethod.
- getModifiers() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the modifiers for this JMethodSignature.
- getModifiers() - Method in class org.exolab.javasource.JStructure
-
Returns the JModifiers, which allows the qualifiers to be changed.
- getMolder() - Method in class org.exolab.castor.persist.OID
-
Get the ClassMolder of this object.
- getMolderForObject(Object) - Method in class org.castor.persist.ObjectTracker
-
Retrieve the ClassMolder associated with a specific object.
- getMonth() - Method in class org.exolab.castor.types.DateTimeBase
-
- getMonth() - Method in class org.exolab.castor.types.Duration
-
- getMonth() - Method in class org.exolab.castor.types.GDay
-
- getMonth() - Method in class org.exolab.castor.types.GYear
-
- getMonth() - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
- getMonth() - Method in class org.exolab.castor.types.Time
-
- getMonth() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- getName() - Method in class org.castor.cache.AbstractBaseCache
-
Get virtual name of this cache.
- getName() - Method in interface org.castor.cache.Cache
-
Get virtual name of this cache.
- getName() - Method in class org.castor.cache.DebuggingCacheProxy
-
Get virtual name of this cache.
- getName() - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- getName() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnInfo
-
Method returning name of this column.
- getName() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- getName() - Method in class org.castor.cpa.query.object.FieldImpl
-
Gets the name of the field.
- getName() - Method in class org.castor.cpa.query.object.function.CustomFunction
-
Gets the name of CastorFunction.
- getName() - Method in class org.castor.cpa.query.object.parameter.NamedParameter
-
Get the name of the named parameter.
- getName() - Method in class org.castor.ddlgen.schemaobject.AbstractSchemaObject
-
Get name of the schema object.
- getName() - Method in interface org.castor.ddlgen.schemaobject.SchemaObject
-
Get name of the schema object.
- getName() - Method in class org.castor.jdo.conf.ClassMapping
-
Returns the value of field 'name'.
- getName() - Method in class org.castor.jdo.conf.Database
-
Returns the value of field 'name'.
- getName() - Method in class org.castor.jdo.conf.JdoConf
-
Returns the value of field 'name'.
- getName() - Method in class org.castor.jdo.conf.Jndi
-
Returns the value of field 'name'.
- getName() - Method in class org.castor.jdo.conf.PackageMapping
-
Returns the value of field 'name'.
- getName() - Method in class org.castor.jdo.conf.Param
-
Returns the value of field 'name'.
- getName() - Method in class org.castor.jdo.conf.TransactionManager
-
Returns the value of field 'name'.
- getName() - Method in class org.castor.jdo.engine.DatabaseContext
-
Get the name of the database configuration.
- getName() - Method in class org.castor.jdo.util.JDOConfAdapter
-
- getName() - Method in class org.castor.mapping.JDOMappingLoaderFactory
-
- getName() - Method in interface org.castor.mapping.MappingLoaderFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.castor.mapping.XMLMappingLoaderFactory
-
- getName() - Method in class org.castor.transactionmanager.AtomikosTransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.castor.transactionmanager.JNDIENCTransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.castor.transactionmanager.JOTMTransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.castor.transactionmanager.LocalTransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in interface org.castor.transactionmanager.TransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.castor.transactionmanager.WebSphere51TransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.castor.transactionmanager.WebSphere5TransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.castor.transactionmanager.WebSphereTransactionManagerFactory
-
Returns the short alias for this factory instance.
- getName() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.Interface
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Returns the value of field 'name'.
- getName() - Method in interface org.exolab.castor.builder.conflictresolution.ClassNameCRStrategy
-
Returns the name of this strategy.
- getName() - Method in class org.exolab.castor.builder.conflictresolution.InformViaLogClassNameCRStrategy
-
Returns the name of the strategy.
- getName() - Method in class org.exolab.castor.builder.conflictresolution.WarningViaDialogClassNameCRStrategy
-
Returns the name of the strategy.
- getName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of this FieldInfo.
- getName() - Method in interface org.exolab.castor.builder.printing.JClassPrinterFactory
-
- getName() - Method in class org.exolab.castor.builder.printing.StandardJClassPrinterFactory
-
- getName() - Method in class org.exolab.castor.builder.printing.TemplateJClassPrinterFactory
-
- getName() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSId
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSIdRefs
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNMTokens
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSString
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSType
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the name of this XSType.
- getName() - Method in class org.exolab.castor.jdo.engine.KeyGeneratorDescriptor
-
Returns the name of the key generator, i.e.
- getName() - Method in class org.exolab.castor.jdo.engine.SQLColumnInfo
-
- getName() - Method in class org.exolab.castor.mapping.AccessMode
-
- getName() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.Ldap
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.Param
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.PropertyType
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.mapping.xml.QueryHint
-
Returns the value of field 'name'.
- getName(int) - Method in class org.exolab.castor.mapping.xml.Sql
-
Method getName.
- getName() - Method in class org.exolab.castor.mapping.xml.Sql
-
Method getName.Returns the contents of the collection in an
Array.
- getName() - Method in class org.exolab.castor.persist.ClassMolder
-
Get the fully qualified name of the base type of this ClassMolder.
- getName() - Method in class org.exolab.castor.persist.FieldMolder.CollectionInfo
-
- getName() - Method in class org.exolab.castor.persist.FieldMolder
-
- getName(int) - Method in interface org.exolab.castor.xml.AttributeSet
-
Returns the name of the attribute located at the given index.
- getName() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Returns the name of the attribute.
- getName() - Method in class org.exolab.castor.xml.dtd.DTDdocument
-
Returns the name of the document.
- getName() - Method in class org.exolab.castor.xml.dtd.Element
-
Returns the name of the element.
- getName() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Returns the name of the general entity.
- getName() - Method in class org.exolab.castor.xml.dtd.Notation
-
Returns the name of the notation.
- getName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.ManyToMany
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.OneToMany
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.OneToOne
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Returns the value of field 'name'.
- getName() - Method in class org.exolab.castor.xml.schema.AnyType
-
Returns the name of this type.
- getName() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the name of attributes defined by this AttributeDecl.
- getName(boolean) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the name of this Attribute declaration.
- getName() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns the name of this AttributeGroup
- getName() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the name of this Element declaration.
- getName(boolean) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the name of this Element declaration.
- getName() - Method in class org.exolab.castor.xml.schema.Facet
-
Returns the name of this Facet.
- getName() - Method in class org.exolab.castor.xml.schema.Group
-
Returns the name of this
Group
, or null if no name was defined.
- getName() - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Returns the name of this IdentityConstraint.
- getName() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns the name of this ModelGroup.
- getName(boolean) - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns the name of this Model Group definition
- getName() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getName() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty
-
- getName() - Method in class org.exolab.castor.xml.schema.XMLType
-
Returns the name of this type (null if none was defined)
- getName(int) - Method in class org.exolab.castor.xml.util.AttributeListWrapper
-
Returns the name of the attribute at the given index.
- getName(int) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Returns the name of the attribute located at the given index.
- getName() - Method in class org.exolab.javasource.AbstractJField
-
Returns the name of this JField.
- getName() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the name of this JAnnotationTypeElement.
- getName() - Method in class org.exolab.javasource.JDocDescriptor
-
Returns the name of the object being described.
- getName() - Method in class org.exolab.javasource.JEnumConstant
-
Returns the name of this JEnumConstant.
- getName() - Method in interface org.exolab.javasource.JMember
-
Returns the name of this JMember.
- getName() - Method in class org.exolab.javasource.JMethod
-
Returns the name of this JMethod.
- getName() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the name of the method.
- getName() - Method in class org.exolab.javasource.JParameter
-
Returns the name of the parameter.
- getName() - Method in class org.exolab.javasource.JType
-
Returns the qualified Java type name.
- getNameCount() - Method in class org.exolab.castor.mapping.xml.Sql
-
Method getNameCount.
- getNamedNativeQueries() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Get map of named native queries associated with their names.
- getNamedNativeQuery() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getNamedNativeQuery(ClassMolder, String) - Method in class org.castor.persist.AbstractTransactionContext
-
Returns a NamedNativeQuery instance query based upon a named query as defined in the
mapping file.
- getNamedNativeQuery(ClassMolder, String) - Method in interface org.castor.persist.TransactionContext
-
Returns a NamedNativeQuery instance query based upon a named query as defined in the
mapping file.
- getNamedNativeQuery(int) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getNamedNativeQuery.
- getNamedNativeQuery() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getNamedNativeQuery.Returns the contents of the
collection in an Array.
- getNamedNativeQuery(String) - Method in class org.exolab.castor.persist.ClassMolder
-
Returns the actual (SQL) statement for the specified named native query.
- getNamedNativeQueryCount() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getNamedNativeQueryCount.
- getNamedQueries() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Get map of named query strings associated with their names.
- getNamedQuery() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getNamedQuery(ClassMolder, String) - Method in class org.castor.persist.AbstractTransactionContext
-
Creates an OQL query based upon a named query as defined in the
mapping file.
- getNamedQuery(ClassMolder, String) - Method in interface org.castor.persist.TransactionContext
-
Creates an OQL query based upon a named query as defined in the
mapping file.
- getNamedQuery(String) - Method in interface org.exolab.castor.jdo.Database
-
Creates an OQL query based upon a named query as defined in the
mapping file.
- getNamedQuery(String) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Creates an OQL query based upon a named query as defined in the
mapping file.
- getNamedQuery(int) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getNamedQuery.
- getNamedQuery() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getNamedQuery.Returns the contents of the collection
in an Array.
- getNamedQuery(String) - Method in class org.exolab.castor.persist.ClassMolder
-
Returns the actual (OQL) statement for the specified named query.
- getNamedQueryCount() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method getNamedQueryCount.
- getNamespace() - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Returns the value of field 'namespace'.
- getNamespace(int) - Method in interface org.exolab.castor.xml.AttributeSet
-
Returns the namespace of the attribute located at the given index.
- getNamespace(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the namespace associated with the given prefix.
- getNamespace(int) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Returns the namespace of the attribute located at the given index.
- getNamespaceContext() - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Returns the current name space context.
- getNamespaceContext() - Method in class org.exolab.castor.xml.util.SAX2ANY
-
Get the namespace context of this SAX2ANY handler.
- getNamespaceHandling() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method getNameSpacePrefix.
- getNamespacePrefix(String) - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Element
-
Returns the namespace prefix associated with this namespace URI, as
defined in the context of this node.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getNameSpacePrefix.
- getNamespacePrefix() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the namespace prefix of the object described by this XMLInfo.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method getNameSpacePrefix.
- getNamespacePrefix() - Method in class org.exolab.castor.types.AnyNode
-
Returns the namespace prefix associated with the namespace URI of this
node.
- getNameSpacePrefix() - Method in class org.exolab.castor.types.BaseDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the namespace prefix to use when marshalling as XML.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
- getNamespacePrefix(String) - Method in class org.exolab.castor.xml.Namespaces
-
Returns the Namespace prefix associated with the given URI.
- getNamespacePrefix(String) - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Gets the prefix that is bound to a namespaceURI.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method getNameSpacePrefix.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method getNameSpacePrefix.
- getNamespacePrefix(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the namespace prefix associated with the
given namespace.
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- getNameSpacePrefix() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getNameSpacePrefix() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns the namespace prefix to use when marshalling as XML.
- getNameSpacePrefix() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Return the "suggested" namespace prefix to use when marshaling as XML.
- getNamespacePrefixes(String) - Method in class org.exolab.castor.xml.Namespaces
-
Returns all namespace prefixes associated with the given URI,
including those from parent scopes.
- getNamespacePrefixes(String, boolean) - Method in class org.exolab.castor.xml.Namespaces
-
Returns the Namespace prefixes associated with the given URI.
- getNamespaces() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the namespaces declared for this Schema
- getNamespaces() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns an enumeration that contains the different namespaces
of this wildcard
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method getNameSpaceURI.
- getNamespaceURI(String) - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Element
-
Returns the namespace URI associated with this namespace prefix, as
defined in the context of this node.
- getNamespaceUri() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Namespace
-
Returns the string value of the namespace.
- getNamespaceURI() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the namespace URI the node.
- getNamespaceURI(String) - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the namespace URI associated with this namespace prefix, as
defined in the context of this node.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getNameSpaceURI.
- getNamespaceURI() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the namespace URI of the object described by this XMLInfo.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method getNameSpaceURI.
- getNamespaceURI() - Method in class org.exolab.castor.types.AnyNode
-
Returns the namespace URI of the node.
- getNameSpaceURI() - Method in class org.exolab.castor.types.BaseDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the namespace URI used when marshaling and unmarshaling as XML.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
- getNamespaceURI(String) - Method in class org.exolab.castor.xml.Namespaces
-
Returns the Namespace URI associated with the given prefix
- getNamespaceURI(String) - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Gets the namespaceURI that is bound to a prefix.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method getNameSpaceURI.
- getNameSpaceURI() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- getNameSpaceURI() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getNameSpaceURI() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns the namespace URI used when marshalling and unmarshalling as XML.
- getNameSpaceURI() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the namespace URI to be used when marshaling and unmarshaling as
XML.
- getNamingXML() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Returns the value of field 'namingXML'.
- getNativeQuery(String, Class<?>) - Method in interface org.exolab.castor.jdo.Database
-
Creates an OQL query instance based upon a native SQL query and a returning
(resulting) class.
- getNativeQuery(String, Class<?>) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Creates an OQL query instance based upon a native SQL query and a returning
(resulting) class.
- getNewField() - Method in class org.castor.persist.UpdateFlags
-
- getNext() - Method in class org.castor.core.util.IdentityMap.Entry
-
Get reference to next entry.
- getNext() - Method in class org.castor.core.util.IdentitySet.Entry
-
Get reference to next entry.
- getNext() - Method in exception org.exolab.castor.xml.ValidationException
-
Returns the next ValidationException in the list, or null if no
additional validation exceptions exist.
- getNextQuery() - Method in class org.exolab.castor.gui.QueryHistory
-
- getNextSibling() - Method in class org.exolab.castor.types.AnyNode
-
Returns the next sibling of the current node.
- getNextToken() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
Get the next Token.
- getNextToken() - Method in class org.castor.cpa.query.castorql.CastorQLParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
Get the next Token.
- getNextToken() - Method in class org.castor.cpa.query.ejbql.EjbQLParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class org.exolab.castor.xml.dtd.parser.DTDInitialParser
-
- getNextToken() - Method in class org.exolab.castor.xml.dtd.parser.DTDInitialParserTokenManager
-
- getNextToken() - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
- getNextToken() - Method in class org.exolab.castor.xml.dtd.parser.DTDParserTokenManager
-
- getNextValue(ResultSet) - Method in interface org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandler
-
Gets the value from resultset by calling getValue method and then
calls the increment method to increment the extracted value.
- getNextValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerBigDecimal
-
Gets the value from resultset by calling getValue method and then
calls the increment method to increment the extracted value.
- getNextValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerInteger
-
Gets the value from resultset by calling getValue method and then
calls the increment method to increment the extracted value.
- getNextValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerLong
-
Gets the value from resultset by calling getValue method and then
calls the increment method to increment the extracted value.
- getNextValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerShort
-
Gets the value from resultset by calling getValue method and then
calls the increment method to increment the extracted value.
- getNextValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerString
-
Gets the value from resultset by calling getValue method and then
calls the increment method to increment the extracted value.
- getNillable() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'nillable'.
- getNode() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'node'.
- getNodeLocation() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Finds and returns the location of this node in its root's tree.
- getNodeName() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the XML name for the object described by this XMLInfo.
- getNodeType() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the type of this node.
- getNodeType() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the node type for the object described by this XMLInfo.
- getNodeType() - Method in class org.exolab.castor.types.AnyNode
-
Returns the type of this node.
- getNodeType(String) - Static method in class org.exolab.castor.xml.NodeType
-
Returns the node type from the name.
- getNodeType() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getNodeType() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the node type of the field being described.
- getNodeTypeName() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the string name of the nodeType, either "attribute", "element" or
"text".
- getNonDefaultNamespacePrefix(String) - Method in class org.exolab.castor.xml.Namespaces
-
Returns the Namespace prefix associated with the given URI.
- getNotation(String) - Method in class org.exolab.castor.xml.dtd.DTDdocument
-
Returns requested Notation Declaration.
- getNotation() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Returns name of associated notation, if external entity,
null otherwise.
- getNotations() - Method in class org.exolab.castor.xml.dtd.DTDdocument
-
Returns enumeration of the Notation declarations in the DTD document.
- getNsPrefix() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'nsPrefix'.
- getNSPrefixAtRoot() - Method in class org.exolab.castor.xml.Marshaller
-
Deprecated.
- getNsUri() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'nsUri'.
- getNumber() - Method in class org.castor.cpa.query.object.function.Abs
-
Gets the number expression of ABS function.
- getNumber() - Method in class org.castor.cpa.query.object.function.Sqrt
-
Gets the number expression of SQRT function.
- getNumberOfFacets(String) - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the number of facets named 'name' within the list of facets of
this simple type.
- getNumberOfFields() - Method in class org.castor.persist.ProposedEntity
-
Indicates the number of field values set for this entity.
- getObjClass() - Method in class org.exolab.castor.jdo.oql.ParseTreeWalker
-
Accessor method for _objClass.
- getObject(String) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getObject(TransactionContext) - Method in interface org.exolab.castor.persist.DepositBox
-
Get the object from the DespositBox, only the transaction
have the read or write lock can get it.
- getObject() - Method in class org.exolab.castor.persist.ObjectLock
-
- getObject(TransactionContext) - Method in class org.exolab.castor.persist.ObjectLock
-
- getObject() - Method in class org.exolab.castor.xml.parsing.primitive.objects.PrimitiveFloat
-
- getObject(Class<?>, String) - Static method in class org.exolab.castor.xml.parsing.primitive.objects.PrimitiveObjectFactory
-
returns an instantiated Object
- getObject() - Method in class org.exolab.castor.xml.schema.reader.AnnotationUnmarshaller
-
Returns the Object created by this Unmarshaller
- getObject() - Method in class org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller
-
Returns the Object created by this ComponentReader.
- getObject() - Method in class org.exolab.castor.xml.schema.reader.AttributeGroupUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.AttributeUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.CharacterUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ComplexContentUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ComplexTypeUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Returns the Object created by this Unmarshaller
- getObject() - Method in class org.exolab.castor.xml.schema.reader.DocumentationUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ElementUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ExtensionUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.FacetUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.FieldOrSelectorUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.GroupUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.IdentityConstraintUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ImportUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.IncludeUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.ModelGroupUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.RedefineUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
Returns the Object created by this Unmarshaller
- getObject() - Method in class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
Returns the Object created by this ComponentReader.
- getObject() - Method in class org.exolab.castor.xml.schema.reader.SimpleContentRestrictionUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.SimpleContentUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeListUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeRestrictionUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.UnionUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.UnknownUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.schema.reader.WildcardUnmarshaller
-
Returns the Object created by this ComponentReader
- getObject() - Method in class org.exolab.castor.xml.UnmarshalHandler.ArrayHandler
-
Returns the data handled by this class as an array.
- getObject() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Returns the "root" Object (ie.
- getObject() - Method in class org.exolab.castor.xml.util.ContainerElement
-
Returns the object contained within this ContainerElement.
- getObjectArray(String, ClassLoader) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getObjectFactory() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Returns the ObjectFactory instance in use.
- getObjectForOID(LockEngine, OID, boolean) - Method in class org.castor.persist.ObjectTracker
-
Retrieve the object for a given OID.
- getObjectFromCache(Object) - Method in class org.castor.cache.hashbelt.AbstractHashbelt
-
Get object currently associated with given key from cache.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.exolab.castor.jdo.JDOManager
- getObjects() - Method in class org.exolab.castor.xml.schema.AnnotationItem
-
Returns an Enumeration of all objects contained by this Annotation item.
- getObjectsWithCreatingStateSortedByLowestMolderPriority() - Method in class org.castor.persist.ObjectTracker
-
Retrieve the list of 'creating' objects (to be created), sorted in the
order they should be created.
- getObjectsWithDeletedStateSortedByHighestMolderPriority() - Method in class org.castor.persist.ObjectTracker
-
Retrieve the list of 'deleted' objects, sorted in the order they should be
deleted.
- getObjectsWithUpdateCacheNeededState() - Method in class org.castor.persist.ObjectTracker
-
- getOID() - Method in class org.castor.persist.cache.CacheEntry
-
Get OID of the entry to be cached.
- getOID() - Method in interface org.exolab.castor.persist.DepositBox
-
Get the object's OID.
- getOID() - Method in class org.exolab.castor.persist.ObjectLock
-
Return the object's OID.
- getOIDForObject(Object) - Method in class org.castor.persist.ObjectTracker
-
- getOperator() - Method in class org.castor.cpa.persistence.sql.query.Join
-
Method returning operator currently set.
- getOperator() - Method in class org.castor.cpa.query.object.condition.And
-
Get operator of the compound condition.
- getOperator() - Method in class org.castor.cpa.query.object.condition.Comparison
-
Get comarison operator of comparison condition.
- getOperator() - Method in interface org.castor.cpa.query.object.condition.ComparisonOperator
- getOperator() - Method in class org.castor.cpa.query.object.condition.CompoundCondition
-
Get operator of the compound condition.
- getOperator() - Method in class org.castor.cpa.query.object.condition.Equal
- getOperator() - Method in class org.castor.cpa.query.object.condition.GreaterEqual
- getOperator() - Method in class org.castor.cpa.query.object.condition.GreaterThan
- getOperator() - Method in class org.castor.cpa.query.object.condition.LessEqual
- getOperator() - Method in class org.castor.cpa.query.object.condition.LessThan
- getOperator() - Method in class org.castor.cpa.query.object.condition.NotEqual
- getOperator() - Method in class org.castor.cpa.query.object.condition.Or
-
Get operator of the compound condition.
- getOperator() - Method in class org.castor.cpa.query.object.expression.Add
-
Get operator of the compound expression.
- getOperator() - Method in class org.castor.cpa.query.object.expression.CompoundExpression
-
Get operator of the compound expression.
- getOperator() - Method in class org.castor.cpa.query.object.expression.Concat
-
Get operator of the compound expression.
- getOperator() - Method in class org.castor.cpa.query.object.expression.Divide
-
Get operator of the compound expression.
- getOperator() - Method in class org.castor.cpa.query.object.expression.Multiply
-
Get operator of the compound expression.
- getOperator() - Method in class org.castor.cpa.query.object.expression.Remainder
-
Get operator of the compound expression.
- getOperator() - Method in class org.castor.cpa.query.object.expression.Subtract
-
Get operator of the compound expression.
- getOptions(String[]) - Method in class org.exolab.castor.util.CommandLineOptions
-
Parses the arguments into a hashtable with the proper flag as the key.
- getOQLQuery() - Method in interface org.exolab.castor.jdo.Database
-
Creates an OQL query with no statement.
- getOQLQuery(String) - Method in interface org.exolab.castor.jdo.Database
-
Creates an OQL query from the supplied statement.
- getOQLQuery() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Creates an OQL query with no statement.
- getOQLQuery(String) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Creates an OQL query from the supplied statement.
- getOrder() - Method in class org.exolab.castor.xml.schema.Group
-
Returns the compositor for this
Group
.
- getOrigin(ClassMapping) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Gets the top-most (i.e.
- getOriginalSchema() - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the schema imported used for the redefinitions.
- getOutputFormat() - Method in class org.castor.xml.AbstractInternalContext
-
- getOutputFormat() - Method in interface org.castor.xml.InternalContext
-
Returns the default OutputFormat for use with a Serializer.
- getOutputFormat() - Method in class org.exolab.castor.xml.AIXXercesJDK5XMLSerializerFactory
-
- getOutputFormat(AbstractProperties) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
- getOutputFormat() - Method in class org.exolab.castor.xml.wls8.WeblogicXercesXMLSerializerFactory
-
Factory method for obtaining a OutputFormat instance.
- getOutputFormat() - Method in class org.exolab.castor.xml.XercesJDK5XMLSerializerFactory
-
- getOutputFormat() - Method in class org.exolab.castor.xml.XercesXMLSerializerFactory
-
- getOutputFormat() - Method in interface org.exolab.castor.xml.XMLSerializerFactory
-
Factory method for obtaining a OutputFormat instance.
- getOwningType() - Method in class org.exolab.castor.xml.schema.Facet
-
- getPackage(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getPackage.
- getPackage() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getPackage.Returns the contents of the collection in
an Array.
- getPackage() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'package'.
- getPackage() - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Returns the value of field 'package'.
- getPackageCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getPackageCount.
- getPackageFromClassName(String) - Static method in class org.exolab.javasource.JNaming
-
Returns the package name from the given class name.
- getPackageMapping(int) - Method in class org.castor.jdo.conf.Database
-
Method getPackageMapping.
- getPackageMapping() - Method in class org.castor.jdo.conf.Database
-
Method getPackageMapping.Returns the contents of the
collection in an Array.
- getPackageMappingCount() - Method in class org.castor.jdo.conf.Database
-
Method getPackageMappingCount.
- getPackageName(String) - Method in interface org.castor.xml.JavaNaming
-
Gets the package name of the given class name.
- getPackageName(String) - Method in class org.castor.xml.JavaNamingImpl
-
Gets the package name of the given class name.
- getPackageName() - Method in class org.exolab.castor.builder.FactoryState
-
Get package for the class currently being generated.
- getPackageName() - Method in class org.exolab.castor.builder.SGStateInfo
-
Get package used when creating new classes.
- getPackageName() - Method in class org.exolab.castor.xml.AIXXercesJDK5Serializer
-
- getPackageName() - Method in class org.exolab.castor.xml.BaseXercesJDK5Serializer
-
- getPackageName(String) - Static method in class org.exolab.castor.xml.util.resolvers.ResolveHelpers
-
Gets the package name of the given class name.
- getPackageName() - Method in class org.exolab.castor.xml.XercesJDK5Serializer
-
- getPackageName() - Method in class org.exolab.javasource.JCompUnit
-
Returns the name of the package that this JCompUnit is a member of.
- getPackageName() - Method in class org.exolab.javasource.JStructure
-
Returns the name of the package that this JStructure is a member of.
- getPackageName() - Method in class org.exolab.javasource.JTypeName
-
Returns the package name of this JTypeName.
- getPackageNames() - Method in class org.castor.cpa.util.classresolution.nature.PackageBasedCDRResolutionNature
-
Get the String
List
of package names that the current
ClassDescriptorResolutionCommand
should search for
ClassDescriptor
s in.
- getPackageTypeChoice() - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Returns the value of field 'packageTypeChoice'.
- getParam(int) - Method in class org.castor.jdo.conf.DataSource
-
Method getParam.
- getParam() - Method in class org.castor.jdo.conf.DataSource
-
Method getParam.Returns the contents of the collection in an
Array.
- getParam(int) - Method in class org.castor.jdo.conf.Driver
-
Method getParam.
- getParam() - Method in class org.castor.jdo.conf.Driver
-
Method getParam.Returns the contents of the collection in an
Array.
- getParam(int) - Method in class org.castor.jdo.conf.TransactionManager
-
Method getParam.
- getParam() - Method in class org.castor.jdo.conf.TransactionManager
-
Method getParam.Returns the contents of the collection in an
Array.
- getParam(int) - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Method getParam.
- getParam() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Method getParam.Returns the contents of the collection in an
Array.
- getParam(int) - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Method getParam.
- getParam() - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Method getParam.Returns the contents of the collection in an
Array.
- getParam(int) - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Method getParam.
- getParam() - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Method getParam.Returns the contents of the collection in an
Array.
- getParamCount() - Method in class org.castor.jdo.conf.DataSource
-
Method getParamCount.
- getParamCount() - Method in class org.castor.jdo.conf.Driver
-
Method getParamCount.
- getParamCount() - Method in class org.castor.jdo.conf.TransactionManager
-
Method getParamCount.
- getParamCount() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Method getParamCount.
- getParamCount() - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Method getParamCount.
- getParamCount() - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Method getParamCount.
- getParamDescriptor(String) - Method in class org.exolab.javasource.JDocComment
-
Returns the Parameter Descriptor associated with the given name.
- getParameter(int) - Method in class org.exolab.javasource.JMethod
-
Returns the JParameter at the given index.
- getParameter(int) - Method in class org.exolab.javasource.JMethodSignature
-
Returns the JParameter at the given index.
- getParameterClassNames() - Method in class org.exolab.javasource.JMethodSignature
-
Returns an array containing the names of the classes of the parameters in
this JMethodSignature.
- getParameterCount() - Method in class org.exolab.castor.persist.spi.AbstractCallQuery
-
- getParameterCount() - Method in class org.exolab.javasource.JConstructor
-
Returns the amount of parameters.
- getParameterCount() - Method in class org.exolab.javasource.JMethod
-
Returns the amount of parameters.
- getParameterPrefix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the element type name converted to a parameter prefix.
- getParameters() - Method in class org.castor.cpa.persistence.sql.query.visitor.ParameterVisitor
-
Method returning constructed parameter map.
- getParameters() - Method in class org.castor.cpa.query.object.function.CustomFunction
-
Gets the list of parameter expressions of CastorFunction.
- getParameters() - Method in class org.exolab.javasource.JConstructor
-
Returns an array of JParameters consisting of the parameters of this
JConstructor in declared order.
- getParameters() - Method in class org.exolab.javasource.JMethod
-
Returns the set of JParameters for this JMethod.
- getParameters() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the set of JParameters in this JMethodSignature.
- getParameterSize() - Method in class org.castor.cpa.persistence.sql.engine.CastorStatement
-
Method returning size of the parameter map.
- getParameterType(int) - Method in class org.exolab.castor.persist.spi.AbstractCallQuery
-
- getParamInfo() - Method in class org.exolab.castor.jdo.oql.ParseTreeWalker
-
Accessor method for _paramInfo.
- getParamNumber() - Method in class org.exolab.castor.jdo.engine.SqlBindParser
-
Returns the parameter number of the current bind variable,
for example 1 a "$1" bind variable.
- getParams() - Method in class org.exolab.castor.jdo.engine.KeyGeneratorDescriptor
-
Returns the key generator parameters.
- getParent() - Method in class org.castor.cpa.query.object.FieldImpl
-
Gets the parent of the field.
- getParent() - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Accessor method for the parent of this node.
- getParent() - Method in class org.exolab.castor.xml.Namespaces
-
Returns the parent Namespaces for this Namespaces instance.
- getParent() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the parent of this AttributeDecl, this value may be null if
no parent has been set.
- getParent() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the parent of this ComplexType, this value may be null if no
parent has been set.
- getParent() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the parent of this ElementDecl, this value may be null if
no parent has been set.
- getParent() - Method in class org.exolab.castor.xml.schema.Group
-
Returns the parent of this Group, this value may be null if
no parent has been set.
- getParent() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the parent Structure that contains this SimpleType.
- getParent() - Method in class org.exolab.castor.xml.util.ContainerElement
-
Returns the parent of the contained object.
- getParentNode() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the parent node, or null if the node has no parent.
- getParentSchema() - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the parent schema in which this RedefineSchema is used.
- getParser() - Method in class org.castor.xml.AbstractInternalContext
-
- getParser(String) - Method in class org.castor.xml.AbstractInternalContext
-
- getParser() - Method in interface org.castor.xml.InternalContext
-
Return an XML document parser implementing the feature list
specified in the configuration file.
- getParser(String) - Method in interface org.castor.xml.InternalContext
-
Returns an XML document parser implementing the requested
set of features.
- getParser() - Method in interface org.exolab.castor.xml.schema.SchemaContext
-
Return an XML document parser as specified in the configuration file.
- getParser(String) - Method in class org.exolab.castor.xml.schema.SchemaContextImpl
- getParser() - Method in class org.exolab.castor.xml.schema.SchemaContextImpl
-
Return an XML document parser as specified in the configuration file.
- getParser(AbstractProperties, String) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
- getParseTree() - Method in class org.exolab.castor.jdo.oql.Parser
-
Generates the parse tree for the tokens provided by the Lexer passed in
the constructor.
- getParticle(int) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the Particle at the specified index
- getParticle(int) - Method in interface org.exolab.castor.xml.schema.ContentModelGroup
-
Returns the
Particle
at the specified index.
- getParticle(int) - Method in class org.exolab.castor.xml.schema.Group
-
Returns the
Particle
at the specified index.
- getParticleCount() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the number of particles contained within this ContentModelGroup.
- getParticleCount() - Method in interface org.exolab.castor.xml.schema.ContentModelGroup
-
- getParticleCount() - Method in class org.exolab.castor.xml.schema.Group
-
- getPattern() - Method in class org.castor.cpa.query.object.condition.Like
-
Get pattern of like condition.
- getPatterns() - Method in class org.exolab.castor.builder.types.AbstractPatternFacet
-
Get list of pattern facets.
- getPatterns() - Method in class org.exolab.castor.xml.validators.PatternValidator
-
Returns the collection of regular expression patterns.
- getPeriod() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- getPersistence(ClassDescriptor) - Method in class org.castor.cpa.persistence.sql.driver.BaseFactory
-
Returns a persistence implementation for the specified object
type (given its descriptor) on behalf of the specified cache
engine.
- getPersistence() - Method in class org.exolab.castor.persist.ClassMolder
-
Get the Persisetence of the base type.
- getPersistence(Class) - Method in class org.exolab.castor.persist.LockEngine
-
- getPersistence(ClassDescriptor) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns a persistence implementation for the specified object
type (given its descriptor) on behalf of the specified cache
engine.
- getPersistenceFactory(String) - Static method in class org.exolab.castor.persist.PersistenceFactoryRegistry
-
Returns a persistence factory with the specified name.
- getPkColumnName() - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- getPkColumnValue() - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- getPolicy(String) - Method in class org.exolab.castor.dsml.ImportDescriptor
-
- getPosition() - Method in class org.castor.cpa.query.object.parameter.PositionalParameter
-
Get the position of the positional parameter.
- getPrecision() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get precision parameter from mapping of sql field.
- getPrefix() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Namespace
-
Returns the prefix of this namespace.
- getPrefix() - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Returns the value of field 'prefix'.
- getPrefixes() - Method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- getPreviousQuery() - Method in class org.exolab.castor.gui.QueryHistory
-
- getPrimaryKey() - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
Get primary key of the table.
- getPrimaryKey() - Method in class org.castor.ddlgen.schemaobject.Table
-
Get primary key with identities of this table.
- getPrimaryKey() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Returns the value of field 'primaryKey'.
- getPrimaryKeys() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Returns a List of s holding the columns of the primary key.
- getPrimaryKeyType() - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- getPrimitiveNodeType() - Method in class org.castor.xml.AbstractInternalContext
-
- getPrimitiveNodeType() - Method in interface org.castor.xml.InternalContext
-
Returns the NodeType to use for Java primitives.
- getPrimitiveNodeType() - Method in class org.exolab.castor.xml.Introspector
-
Returns the NodeType for java primitives
- getPrintWriter() - Method in class org.exolab.castor.persist.OutputLogInterceptor
-
- getPrintWriter() - Method in interface org.exolab.castor.persist.spi.LogInterceptor
-
Returns the PrintWriter for this LogInterceptor.
- getPriority() - Method in class org.exolab.castor.persist.ClassMolder
-
Determines the create priority of the data object class represented by
this ClassMolder.
- getProcessContent() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns the processContent of this wildcard
- getProjectionInfo() - Method in class org.exolab.castor.jdo.oql.ParseTreeWalker
-
Method to get path info for the selected object.
- getProjectionType() - Method in class org.exolab.castor.jdo.oql.ParseTreeWalker
-
Accessor method for _projectionType.
- getProperty(String) - Method in class org.castor.core.nature.BaseNature
-
Returns the property mapped to the key or null if not set before.
- getProperty(String) - Method in interface org.castor.core.nature.PropertyHolder
-
Get a property by its name.
- getProperty(String) - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Get a property by its name.
- getProperty(String) - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Get a property by its name.
- getProperty(String) - Method in class org.castor.cpa.util.classresolution.command.BaseResolutionCommand
-
Get a Nature property.
- getProperty(String) - Method in class org.castor.xml.AbstractInternalContext
-
- getProperty(String) - Method in interface org.castor.xml.InternalContext
-
To get the value of a specific property.
- getProperty(String, String) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Returns a property from the default configuration file.
- getProperty(String) - Method in class org.exolab.castor.builder.info.ClassInfo
-
- getProperty(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
- getProperty(String) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- getProperty(String) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getProperty(int) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Method getProperty.
- getProperty() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Method getProperty.Returns the contents of the collection in
an Array.
- getProperty(String) - Method in class org.exolab.castor.types.BaseDescriptor
-
- getProperty(String) - Method in class org.exolab.castor.xml.descriptors.BaseDescriptor
-
- getProperty(String) - Method in class org.exolab.castor.xml.Marshaller
-
Returns the value of the given Castor XML-specific property.
- getProperty(String) - Method in class org.exolab.castor.xml.Unmarshaller
-
Returns the value of the given Castor XML-specific property.
- getProperty(String) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- getProperty(String) - Method in class org.exolab.castor.xml.XMLContext
-
To get the value of a specific property.
- getPropertyAsList(String) - Method in class org.castor.core.nature.BaseNature
-
Returns value of the property as a List.
- getPropertyAsMap(String) - Method in class org.castor.core.nature.BaseNature
-
Returns value of the property as a List.
- getPropertyCount() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Method getPropertyCount.
- getProposedEntityClass() - Method in class org.castor.persist.ProposedEntity
-
Returns the proposed Class instance.
- getProxy(TransactionContext, ClassMolder, Identity, Object, AccessMode) - Static method in class org.castor.persist.proxy.SingleProxy
-
Factory method to create SingleProxy instance.
- getPseudo() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty
-
- getPubIdentifier() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Returns public identifier, if EXTERNAL_PUBLIC entity,
null otherwise.
- getPubIdentifier() - Method in class org.exolab.castor.xml.dtd.Notation
-
Returns public identifier.
- getQNamePrefix() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'QNamePrefix'.
- getQNamePrefix() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Returns the prefix used in case the value of the field described by this
descriptor is of type QName.
- getQualifiedFileName(String, String) - Method in interface org.castor.xml.JavaNaming
-
Qualifies the given fileName
with the given
packageName
and returns the resulting file path.
If packageName
is null
or a zero-length
String, this method will return fileName
.
- getQualifiedFileName(String, String) - Method in class org.castor.xml.JavaNamingImpl
-
Qualifies the given fileName
with the given
packageName
and returns the resulting file path.
If packageName
is null
or a zero-length
String, this method will return fileName
.
- getQualifiedFileName(String, String) - Static method in class org.exolab.castor.xml.util.resolvers.ResolveHelpers
-
Qualifies the given fileName
with the given
packageName
and returns the resulting file path.
If packageName
is null
or a zero-length
String, this method will return fileName
.
- getQualifiedName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the fully qualified name used for generating a java name that
represents this XMLBindingComponent.
- getQualifiedName() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns a fully qualified java class name.
- getQualifiedName() - Method in class org.exolab.javasource.JTypeName
-
Returns the qualified name of this JTypeName.
- getQualifier() - Method in class org.castor.cpa.persistence.sql.query.Delete
-
Get method returning Qualifier
currently set.
- getQualifier() - Method in class org.castor.cpa.persistence.sql.query.Insert
-
Getter returning Qualifier currently set.
- getQualifier() - Method in class org.castor.cpa.persistence.sql.query.Update
-
Get method returning qualifier currently set.
- getQuery() - Method in interface org.exolab.castor.jdo.Database
-
Creates an empty query.
- getQuery() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Creates an empty query.
- getQuery() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Returns the value of field 'query'.
- getQuery() - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Returns the value of field 'query'.
- getQuery() - Method in class org.exolab.castor.persist.QueryResults
-
Returns the associated query.
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.HsqlFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.InformixFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.InstantDBFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.InterbaseFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.MySQLFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.OracleFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.PointbaseFactory
-
Returns a new empty query expression suitable for the underlying
SQL engine.
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.ProgressFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.SQLServerFactory
-
- getQueryExpression() - Method in class org.castor.cpa.persistence.sql.driver.SybaseFactory
-
- getQueryExpression() - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- getQueryExpression() - Method in class org.exolab.castor.jdo.engine.SQLStatementQuery
-
- getQueryExpression() - Method in class org.exolab.castor.jdo.oql.ParseTreeWalker
-
Accessor method for private _queryExpr member.
- getQueryExpression() - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns a new empty query expression suitable for the underlying
SQL engine.
- getQueryHint(int) - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Method getQueryHint.
- getQueryHint() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Method getQueryHint.Returns the contents of the collection
in an Array.
- getQueryHint(int) - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Method getQueryHint.
- getQueryHint() - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Method getQueryHint.Returns the contents of the collection
in an Array.
- getQueryHintCount() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Method getQueryHintCount.
- getQueryHintCount() - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Method getQueryHintCount.
- getQuerys() - Method in class org.exolab.castor.gui.QueryHistory
-
- getReader() - Method in class org.exolab.castor.net.URILocation
-
Returns a Reader for the resource represented
by this URILocation.
- getReader() - Method in class org.exolab.castor.net.util.URILocationImpl
-
Returns a Reader for the resource represented
by this URILocation.
- getReader(String, String) - Static method in class org.exolab.castor.net.util.URIUtils
-
Returns a Reader for the file represented by the href
argument
- getReader() - Method in class org.exolab.castor.xml.schema.reader.SchemaLocation
-
Returns a Reader for the resource represented
by this URILocation.
- getReadMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the read method for this FieldInfo.
- getReadOnly() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'readOnly'.
- getReadOnly() - Method in class org.exolab.castor.xml.schema.annotations.jdo.ReadonlyDirtyType
-
Returns the value of field 'readOnly'.
- getReadOnlyObjects() - Method in class org.castor.persist.ObjectTracker
-
Retrieve the list of all read-only objects being tracked.
- getReadWriteObjects() - Method in class org.castor.persist.ObjectTracker
-
Retrieve the list of all read-write objects being tracked.
- getRedefineSchema() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an enumeration of redefined schemas.
- getRedefineSchema(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the redefined schema corresponding schemaLocation.
- getRefer() - Method in class org.exolab.castor.xml.schema.KeyRef
-
Returns the refer field (the name of the key being referenced).
- getReference() - Method in class org.exolab.castor.jdo.JDOManager
-
Constructs a new reference to JDOManager being its own factory.
- getReference() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'reference'.
- getReference() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Returns the name of the child element, if content is exactly one child.
- getReference() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the AttributeDecl that this attribute definition references.
- getReference() - Method in class org.exolab.castor.xml.schema.AttributeGroupReference
-
Gets the name of the attribute group this class refers to.
- getReference() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the ElementDecl that this element definition references.
- getReference() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns the reference if any
- getReferenceField(int) - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Get field referenced by the foreign key at given index.
- getReferenceFieldCount() - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Get number of fields referenced by the foreign key.
- getReferenceId() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the Id used to Refer to this Object.
- getReferenceId() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the Id used to Refer to this Object
- getReferenceId() - Method in class org.exolab.castor.xml.schema.Group
-
Returns the Id used to refer to this Object.
- getReferenceId() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns the Id used to Refer to this Object
- getReferenceId() - Method in interface org.exolab.castor.xml.schema.Referable
-
Returns the Id used to Refer to this Object
- getReferenceId() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the Id used to Refer to this Object.
- getReferenceMethodSuffix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the suffix (ending) that should be used when creating the extra
collection methods.
- getReferenceName() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the actual reference name of this AttributeDecl, or null
if this AttributeDecl is not a reference.
- getReferenceName() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the actual reference name of this AttributeDecl, or null
if this AttributeDecl is not a reference.
- getReferenceSuffix() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the reference suffix to use for 'reference style' methods.
- getReferenceTable() - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Get table referenced by the foreign key.
- getRegExpEvaluator() - Method in class org.castor.xml.AbstractInternalContext
-
Returns a new instance of the specified Regular Expression
Evaluator, or null if no validator was specified.
- getRegExpEvaluator() - Method in interface org.castor.xml.InternalContext
-
Returns a new instance of the specified Regular Expression
Evaluator, or null if no validator was specified.
- getRelationCollectionType() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getRelationLoader() - Method in class org.exolab.castor.persist.FieldMolder
-
- getRelationMappedBy() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getRelationTargetEntity() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getRelationType() - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method returning relation type currently set.
- getRelationType() - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Get type of relation.
- getRelativeURI() - Method in class org.exolab.castor.net.URILocation
-
Returns the relative URI for this URILocation
- getRelativeURI() - Method in class org.exolab.castor.net.util.URILocationImpl
-
Returns the relative URI for this URILocation
- getRelativeURI(String) - Static method in class org.exolab.castor.net.util.URIUtils
-
Returns the relative URI of the href argument
- getRelativeURI() - Method in class org.exolab.castor.xml.schema.reader.SchemaLocation
-
Returns the relative URI for this URILocation
- getRelease() - Method in class org.exolab.castor.util.ChangeLog2XML.Changelog
-
- getRemoved() - Method in class org.castor.persist.UpdateAndRemovedFlags
-
- getRemovedIdsList() - Method in interface org.castor.persist.proxy.LazyCollection
-
- getRemovedIdsList() - Method in class org.castor.persist.proxy.LazyHashSet
-
- getRemovedIdsList(TransactionContext, List<Identity>, Object, ClassMolder) - Static method in class org.exolab.castor.persist.ClassMolderHelper
-
It is assumed the returned collection will not be modified.
- getRequired() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'required'.
- getRequired() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'required'.
- getResolver() - Method in class org.castor.mapping.MappingSource
-
- getResolver() - Method in class org.exolab.castor.xml.Marshaller
-
Returns the ClassDescriptorResolver for use during marshalling
- getResolver() - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Returns the resolver used for resolving id references.
- getResolver() - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
Returns the resolver used for resolving id references.
- getResolverStrategy() - Method in class org.castor.xml.AbstractInternalContext
-
- getResolverStrategy() - Method in interface org.castor.xml.InternalContext
-
To get the XMLClassDescriptor resolver strategy to be used when
resolving classes into class descriptors.
- getResolveTable() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Hashtable to store idReference and ReferenceInfo
- getResultClass() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Returns the value of field 'resultClass'.
- getResultColumnMap() - Method in class org.castor.cpa.persistence.sql.query.visitor.UncoupleVisitor
-
Method returning constructed result columns map.
- getResults() - Method in class org.exolab.castor.dsml.Consumer
-
- getResults() - Method in class org.exolab.castor.dsml.jndi.JNDIConsumer
-
- getResults() - Method in class org.exolab.castor.dsml.mozilla.MozillaConsumer
-
- getResultSetMapping() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Returns the value of field 'resultSetMapping'.
- getResultType() - Method in class org.exolab.castor.jdo.engine.SQLQuery
-
- getResultType() - Method in class org.exolab.castor.persist.QueryResults
-
Returns the type of object returned by this query.
- getResultType() - Method in class org.exolab.castor.persist.spi.AbstractCallQuery
-
- getResultType() - Method in interface org.exolab.castor.persist.spi.PersistenceQuery
-
Returns the type of object returned by this query.
- getReturnAttrs() - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- getReturnType() - Method in class org.exolab.javasource.JMethod
-
Returns the JType that represents the return type of the JMethod.
- getReturnType() - Method in class org.exolab.javasource.JMethodSignature
-
Returns the JType that represents the return type for the method
signature.
- getRightSide() - Method in class org.castor.cpa.query.object.condition.Comparison
-
Get right side expression of comparison condition.
- getRoot() - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Returns the Root node.
- getRoot() - Method in class org.exolab.castor.mapping.Mapping
-
Get the loaded mapping.
- getRootElement() - Method in class org.exolab.castor.xml.Marshaller
-
Returns the name of the root element to use
- getRootNode() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Root
-
Returns the root node, i.e., this
.
- getRootNode() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the root node.
- getSAXLocator(Location) - Method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- getSAXParser(boolean, boolean) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
To get a SAXParser instance which is then used to get either
parser or XMLReader.
- getSchema() - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- getSchema() - Method in class org.castor.ddlgen.AbstractGenerator
-
Get schema.
- getSchema() - Method in class org.castor.ddlgen.schemaobject.Table
-
Get schema this table belongs to.
- getSchema() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the underlying Schema of the wrapped structure.
- getSchema() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the Schema that this AttributeGroupDecl belongs to.
- getSchema() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns the Schema that this AttributeGroupDecl belongs to.
- getSchema() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the XML Schema to which this element declaration belongs.
- getSchema() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns the schema that contains this modelGroup definition
- getSchema() - Method in class org.exolab.castor.xml.schema.reader.SchemaLocation
-
Returns the Schema for this SchemaLocation, or null if
this SchemaLocation was not constructed with a Schema object.
- getSchema() - Method in class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
Returns the
Schema
instance representing the XML schema (file) just
processed.
- getSchema() - Method in class org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler
-
Returns the XML Schema object that is being used by this handler
- getSchema() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns the parent schema in which this wildcard is located.
- getSchema() - Method in class org.exolab.castor.xml.schema.XMLType
-
Returns the schema to which this type belongs
- getSchemaContext() - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
To get the Castor XML schema context used.
- getSchemaFactory() - Method in class org.castor.ddlgen.AbstractGenerator
-
Get schema factory.
- getSchemaLocation() - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Returns the value of field 'schemaLocation'.
- getSchemaLocation() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the schemaLocation of the parent schema of the wrapped structure.
- getSchemaLocation(Structure, StringBuffer) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Deduces an XPATH expression qualifying the path from the schema root
to the given structure in question.
- getSchemaLocation(Structure, StringBuffer, boolean) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Deduces an XPATH expression qualifying the path from the schema root to
the given structure in question.
- getSchemaLocation(Structure, boolean) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Returns a string (XPATH) representation of an XML Schema component.
- getSchemaLocation(Structure) - Static method in class org.exolab.castor.builder.binding.XPathHelper
-
Returns a string (XPATH) representation of an XML Schema component.
- getSchemaLocation() - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the URI of the imported schema.
- getSchemaLocation() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the schemaLocation hint provided of this schema
- getSchemaNamespace() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the namespace of the XML Schema
Note: This is not the same as targetNamespace.
- getSchemaResolver() - Method in interface org.exolab.castor.xml.schema.SchemaContext
-
- getSchemaResolver() - Method in class org.exolab.castor.xml.schema.SchemaContextImpl
-
- getSchemaType() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the XML Schema type for the described object.
- getSchemaType() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getSchemaType() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the XML Schema type of the XML field being described.
- getScope() - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- getScope() - Method in interface org.exolab.castor.jdo.Database
-
- getScope() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
- getSearchDescriptor() - Method in class org.exolab.castor.dsml.Exporter
-
- getSeconds() - Method in class org.exolab.castor.types.Date
-
- getSeconds() - Method in class org.exolab.castor.types.DateTimeBase
-
- getSeconds() - Method in class org.exolab.castor.types.Duration
-
- getSeconds() - Method in class org.exolab.castor.types.GDay
-
- getSeconds() - Method in class org.exolab.castor.types.GMonth
-
- getSeconds() - Method in class org.exolab.castor.types.GMonthDay
-
- getSeconds() - Method in class org.exolab.castor.types.GYear
-
- getSeconds() - Method in class org.exolab.castor.types.GYearMonth
-
- getSeconds() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- getSeconds() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- getSelect() - Method in class org.castor.cpa.persistence.sql.query.Select
-
Getter returning list of Expressions currently set.
- getSelect() - Method in class org.castor.cpa.query.castorql.CastorQLTreeWalker
-
Gets the select.
- getSelect() - Method in class org.castor.cpa.query.ejbql.EjbQLTreeWalker
-
Gets the select.
- getSelector() - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Returns the selector of this IdentityConstraint.
- getSeparateConnection(Database) - Method in class org.castor.cpa.persistence.sql.keygen.AbstractKeyGenerator
-
Operning new JDBC Connection.
- getSeqName() - Method in class org.castor.cpa.persistence.sql.query.expression.NextVal
-
Method to get seqName currently set.
- getSequence() - Method in class org.castor.ddlgen.keygenerator.SequenceKeyGenerator
-
Get name of the sequence.
- getSequenceAfterSelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Returns the database specific SELECT query string
for fetching identity after the INSERT statement executed.
- getSequenceAfterSelectString(String, String) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- getSequenceAfterSelectString(String, String) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns the database specific SELECT query string
for fetching identity after the INSERT statement executed.
- getSequenceBeforeSelectString(String, String, int) - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
- getSequenceBeforeSelectString(String, String, int) - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
- getSequenceBeforeSelectString(String, String, int) - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Returns the database specific SELECT query string
for fetching identity before the next INSERT statement gets executed.
- getSequenceBeforeSelectString(String, String, int) - Method in class org.castor.cpa.persistence.sql.driver.InterbaseFactory
-
- getSequenceBeforeSelectString(String, String, int) - Method in class org.castor.cpa.persistence.sql.driver.OracleFactory
-
- getSequenceBeforeSelectString(String, String, int) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- getSequenceBeforeSelectString(String, String, int) - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- getSequenceBeforeSelectString(String, String, int) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns the database specific SELECT query string
for fetching identity before the next INSERT statement gets executed.
- getSequenceName() - Method in class org.castor.cpa.jpa.info.JPASequenceGeneratorDescriptor
-
- getSequenceNextValString(String) - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Returns the database engine specific string to fetch sequence next value.
- getSequenceNextValString(String) - Method in class org.castor.cpa.persistence.sql.driver.OracleFactory
-
- getSequenceNextValString(String) - Method in class org.castor.cpa.persistence.sql.query.visitor.DefaultQueryVisitor
-
Returns the database engine specific string to fetch sequence next value.
- getSequenceNextValString(String) - Method in class org.castor.cpa.persistence.sql.query.visitor.OracleQueryVisitor
-
Returns the database engine specific string to fetch sequence next value.
- getSequenceNextValString(String) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Returns the database engine specific string to fetch sequence next value.
- getSerializer() - Method in class org.castor.xml.AbstractInternalContext
-
- getSerializer(OutputStream) - Method in class org.castor.xml.AbstractInternalContext
-
- getSerializer(Writer) - Method in class org.castor.xml.AbstractInternalContext
-
- getSerializer() - Method in interface org.castor.xml.InternalContext
-
Returns a default serializer for producing an XML document.
- getSerializer(OutputStream) - Method in interface org.castor.xml.InternalContext
-
Returns a default serializer for producing an XML document to
the designated output stream using the default serialization
format.
- getSerializer(Writer) - Method in interface org.castor.xml.InternalContext
-
Returns a default serializer for producing an XML document to the
designated output stream using the default serialization format.
- getSerializer() - Method in class org.exolab.castor.xml.AIXXercesJDK5XMLSerializerFactory
-
- getSerializer() - Method in interface org.exolab.castor.xml.schema.SchemaContext
-
Returns a default serializer for producing an XML document.
- getSerializer() - Method in class org.exolab.castor.xml.schema.SchemaContextImpl
-
Returns a default serializer for producing an XML document.
- getSerializer(AbstractProperties) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
- getSerializer() - Method in class org.exolab.castor.xml.wls8.WeblogicXercesXMLSerializerFactory
-
Factory method for obtaining a Serializer instance.
- getSerializer() - Method in class org.exolab.castor.xml.XercesJDK5XMLSerializerFactory
-
- getSerializer() - Method in class org.exolab.castor.xml.XercesXMLSerializerFactory
-
- getSerializer() - Method in interface org.exolab.castor.xml.XMLSerializerFactory
-
Factory method for obtaining a Serializer instance.
- getSerializerFactory(String) - Method in class org.castor.xml.AbstractInternalContext
-
Returns the currently configured XMLSerializerFactory instance.
- getSerializerFactory(String) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
Returns the currently configured XMLSerializerFactory instance.
- getSetMethod() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- getSetMethod() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'setMethod'.
- getSetMethod() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'setMethod'.
- getSetMethodNameForField(String) - Method in interface org.castor.xml.JavaNaming
-
Generates the name of a set method for the given field name.
- getSetMethodNameForField(String) - Method in class org.castor.xml.JavaNamingImpl
-
Generates the name of a create method for the given field name.
- getSetterMethod() - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Indicates the setter access method of the field.
- getSetterMethodFromGetter(Method) - Static method in class org.castor.cpa.jpa.processors.ReflectionsHelper
-
- getSGStateInfo() - Method in class org.exolab.castor.builder.FactoryState
-
Returns the SGStateInfo.
- getSignature() - Method in class org.exolab.javasource.JMethod
-
Returns the JMethodSignature for this JMethod.
- getSimpleNode(String) - Method in class org.castor.cpa.query.castorql.CastorQLParserAdapter
-
Gets the root SimpleNode instance of JJTREE.
- getSimpleNode(String) - Method in class org.castor.cpa.query.ejbql.EjbQLParserAdapter
-
Gets the root SimpleNode instance of JJTREE.
- getSimpleType() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the data type associated with this AttributeDecl.
- getSimpleType() - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeUnmarshaller
-
Returns the SimpleType created
- getSimpleType(String) - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the SimpleType corresponding to the given name.
- getSimpleType(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the SimpleType associated with the given name,
or null if no such SimpleType exists.
- getSimpleType(String, String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the SimpleType associated with the given name
and namespace, or null if no such SimpleType exists.
- getSimpleType() - Method in class org.exolab.castor.xml.schema.SimpleContent
-
Returns the simpleType that represents that contentType.
- getSimpleType() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- getSimpleTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getSimpleTypeBinding.
- getSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getSimpleTypeBinding.Returns the contents of the
collection in an Array.
- getSimpleTypeBinding(int) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getSimpleTypeBinding.
- getSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getSimpleTypeBinding.Returns the contents of the
collection in an Array.
- getSimpleTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method getSimpleTypeBindingCount.
- getSimpleTypeBindingCount() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method getSimpleTypeBindingCount.
- getSimpleTypes() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns an Enumeration of all SimpleType declarations
- getSingleClassGenerator() - Method in class org.exolab.castor.builder.conflictresolution.BaseClassNameCRStrategy
-
Returns the current caller of this strategy implementation.
- getSize() - Method in interface org.exolab.castor.xml.AttributeSet
-
Returns the number of Attributes within this AttributeSet.
- getSize() - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Returns the number of Attributes within this AttributeSet.
- getSource() - Method in class org.castor.mapping.MappingSource
-
- getSource() - Method in class org.exolab.castor.xml.schema.AnnotationItem
-
Returns the source property of this Annotaion item.
- getSource() - Method in class org.exolab.javasource.JSourceCode
-
Returns a vector of source lines.
- getSourceCode(Annotated) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the array of JClass for the given Annotated structure or null if
no bindings have been specified for the given Structure.
- getSourceCode(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the JClass with the given name or null if no bindings have been
specified for a JClass with the name.
- getSourceCode() - Method in class org.exolab.javasource.JConstructor
-
Returns the source code for this JConstructor.
- getSourceCode() - Method in class org.exolab.javasource.JMethod
-
Returns the JSourceCode for the method body.
- getSourceCodeEntries() - Method in class org.exolab.javasource.AbstractJClass
-
Returns a collection of (complete) source code fragments.
- getSourceCodeEntryCount() - Method in class org.exolab.javasource.AbstractJClass
-
- getSourceGenerator() - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
- getSourceGenerator() - Method in class org.exolab.castor.builder.factory.BaseFactory
-
- getSourceGenerator() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the SourceGenerator instance being used.
- getSourceGenerator() - Method in class org.exolab.castor.builder.SingleClassGenerator
-
- getSourcesByName() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the sources as generated through XML schema imports.
- getSourceType() - Method in class org.castor.mapping.AbstractMappingLoaderFactory
-
- getSourceType() - Method in interface org.castor.mapping.MappingLoaderFactory
-
Defines the source type of the underlying MappingLoader
- getSourceType() - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
- getSourceType() - Method in interface org.exolab.castor.mapping.MappingLoader
-
- getSpecification() - Method in class org.castor.cpa.query.object.function.Trim
-
Gets the trim specification of TRIM function.
- getSQL() - Method in class org.exolab.castor.jdo.engine.OQLQueryImpl
-
Get the generated SQL statement for this OQLQuery.
- getSql() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'sql'.
- getSQLName() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns the SQL (column) name of the field.
- getSqlType() - Method in class org.castor.ddlgen.typeinfo.AbstractType
-
Get SQL type.
- getSqlType() - Method in interface org.castor.ddlgen.typeinfo.TypeInfo
-
Get SQL type.
- getSQLType() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns the SQL type of this field.
- getSqlType() - Method in class org.exolab.castor.jdo.engine.SQLColumnInfo
-
- getSQLType() - Method in class org.exolab.castor.jdo.oql.ParamInfo
-
Returns the SQL type.
- getSqlTypes(FieldMapping) - Method in class org.exolab.castor.jdo.engine.JDOMappingLoader
-
Parse the sql type attribute to build an
array of types, needed to support whitespace inside
parameterized types (see Bug 1045).
- getStandardStatement(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
Helper method.
- getStartCols() - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method returning a list of start columns.
- getStartingNode() - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
Returns SAX2ANY startingNode.
- getStartingNode() - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.DB2QueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.DerbyQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.HsqlQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.InformixQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.InstantDBQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.InterbaseQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
Creates a SQL statement.
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.MySQLQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.OracleQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.PointbaseQueryExpression
-
Creates a SQL statement.
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.ProgressQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.SapDbQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.SQLServerQueryExpression
-
- getStatement(boolean) - Method in class org.castor.cpa.persistence.sql.driver.SybaseQueryExpression
-
- getStatement() - Method in class org.castor.cpa.persistence.sql.engine.CastorStatement
-
Method returning statement currently set.
- getStatement(boolean) - Method in interface org.exolab.castor.persist.spi.QueryExpression
-
Return the query expression as an SQL statement.
- getStateStack() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getStaticInitializationCode() - Method in class org.exolab.javasource.AbstractJClass
-
Returns the JSourceCode for the static initializer of this JClass.
- getStatus() - Method in class org.castor.persist.AbstractTransactionContext
-
Returns the status of this transaction.
- getStatus() - Method in interface org.castor.persist.TransactionContext
-
Returns the status of this transaction.
- getStatus() - Method in class org.castor.transactionmanager.LocalTransactionManager
- getStatusCode() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns the current status.
- getStrictElementHandler() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getString(String) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getString(String, String) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getString() - Method in class org.castor.cpa.query.object.function.Length
-
Gets the string expression of LENGTH function.
- getString() - Method in class org.castor.cpa.query.object.function.Locate
-
Gets the string expression to be searched in by LOCATE function.
- getString() - Method in class org.castor.cpa.query.object.function.Lower
-
Gets the string expression of LOWER function.
- getString() - Method in class org.castor.cpa.query.object.function.Substring
-
Gets the string expression of SUBSTRING function.
- getString() - Method in class org.castor.cpa.query.object.function.Trim
-
Gets the string expression of TRIM function.
- getString() - Method in class org.castor.cpa.query.object.function.Upper
-
Gets the string expression of UPPER function.
- getString() - Method in class org.exolab.castor.xml.schema.reader.CharacterUnmarshaller
-
Returns the set of characters recieved by this CharacterUnmarshaller
as a String
- getStringArray(String) - Method in class org.castor.core.util.AbstractProperties
-
Searches for the property with the specified key in this property map.
- getStringProperty(String) - Method in class org.castor.xml.AbstractInternalContext
-
- getStringProperty(String) - Method in interface org.castor.xml.InternalContext
-
Providing access to String properties of the configuration.
- getStringValue(String) - Method in class org.castor.ddlgen.Configuration
-
get String value associated with key in the configuration files.
- getStringValue(String, String) - Method in class org.castor.ddlgen.Configuration
-
get String value associated with key in the configuration files.
- getStringValue() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Attribute
-
Returns the string value of this attribute.
- getStringValue() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.ParentNode
-
Returns the string value of this parent node.
- getStringValue() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.ProcessingInstruction
-
Returns the string value of the node.
- getStringValue() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Text
-
Returns the string value of this Text node.
- getStringValue() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the string value of the node.
- getStringValue() - Method in class org.exolab.castor.types.AnyNode
-
Returns the string value of the node.
- getStructureName(Structure) - Static method in class org.exolab.castor.xml.schema.SchemaNames
-
Returns the name for the Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.Annotation
-
Returns the type of this Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.AnnotationItem
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.AnyType
-
Returns the type of this Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.AppInfo
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.AttributeGroup
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns the type of this Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.Documentation
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.Facet
-
Returns the type of this Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.Group
-
Returns the type of this Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.IdentityField
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.IdentitySelector
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.Key
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.KeyRef
-
Returns the type of this Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.RedefineSchema
-
Returns the type of this Redefine Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.simpletypes.ListType
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.Structure
-
Returns the type of this Schema Structure.
- getStructureType() - Method in class org.exolab.castor.xml.schema.TypeReference
-
Returns Structure.UNKNOWN
(This class should not be seen outside ElementDecl anyway)
- getStructureType() - Method in class org.exolab.castor.xml.schema.Union
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.Unique
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.UnknownDef
-
Returns the type of this Schema Structure
- getStructureType() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns the type of this Schema Structure
- getSubstitutes() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- getSubstitutes() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Returns the possible substitution groups for this class.
- getSubstitutes() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the possible substitution groups for this class.
- getSubstitutionGroup() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the substitutionGroup for this element declaration, or
null if it's absent; if this
ElementDecl
instance is a reference
to a global element definition, return its substitution group
- getSubstitutionGroupMembers() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the possible substitution groups for this class.
- getSubstitutionGroupMembers() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns an enumeration of the elements that can be substitute to
this element declaration.
- getSubstitutionGroups() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns the possible substitution groups.
- getSubString(long, int) - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
- GetSuffix(int) - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
Get the suffix.
- GetSuffix(int) - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Get the suffix.
- getSuffix() - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Returns the value of field 'suffix'.
- GetSuffix(int) - Method in interface org.exolab.castor.xml.dtd.parser.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
- getSuperClass() - Method in class org.exolab.javasource.JClass
-
Returns the super class that this class extends.
- getSuperClassQualifiedName() - Method in class org.exolab.javasource.JClass
-
Returns the qualified name of the super class that this class extends.
- getSupportedTypes() - Method in class org.exolab.castor.mapping.FieldHandlerFactory
-
Returns an array of the supported Class types
for this FieldHandlerFactory.
- getSupportedTypes() - Method in class org.exolab.castor.xml.handlers.DefaultFieldHandlerFactory
-
Returns an array of the supported Class types for this
FieldHandlerFactory.
- getSuppressNonFatalWarnings() - Method in class org.exolab.castor.builder.SGStateInfo
-
Returns true if non-fatal warnings should be suppressed.
- getSysIdentifier() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Returns system identifier, if EXTERNAL_PUBLIC or
EXTERNAL_SYSTEM entity, null otherwise.
- getSysIdentifier() - Method in class org.exolab.castor.xml.dtd.Notation
-
Returns system identifier.
- getTable() - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- getTable() - Method in class org.castor.cpa.persistence.sql.engine.info.PrimaryKeyInfo
-
Get table the primary key belongs to.
- getTable() - Method in class org.castor.cpa.persistence.sql.query.TableAlias
-
Get method returning table currently set.
- getTable() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get table which contains this field.
- getTable() - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Get table that holds foreign key.
- getTable() - Method in class org.castor.ddlgen.schemaobject.Index
-
Get table the foreign key is used for.
- getTable() - Method in class org.castor.ddlgen.schemaobject.KeyGenerator
-
Get table the key generator creates keys for.
- getTable() - Method in class org.castor.ddlgen.schemaobject.PrimaryKey
-
Get table the primary key is used for.
- getTable(int) - Method in class org.castor.ddlgen.schemaobject.Schema
-
Get table at given index.
- getTable(String) - Method in class org.castor.ddlgen.schemaobject.Schema
-
Get table with given name.
- getTable() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'table'.
- getTableAlias() - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method returning the table alias to be used for a potential join.
- getTableAlias() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
Method returning table-alias currently set.
- getTableCatalog() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getTableCount() - Method in class org.castor.ddlgen.schemaobject.Schema
-
Get number of tables.
- getTableInfo() - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- getTableName() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getTableName() - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
Method returning name of this table.
- getTableName() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGenerator
-
Get name of the special sequence table.
- getTableName() - Method in class org.castor.jdo.engine.CounterRef
-
Get the table name.
- getTableName() - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Returns the table name.
- getTableName() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Returns the table name to which this object maps.
- getTableName() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- getTableSchema() - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- getTabSize(int) - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
- getTabSize(int) - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
- getTarget() - Method in class org.exolab.castor.xml.ProcessingInstruction
-
Returns the target for the processing instruction.
- getTargetAwareAnnotationProcessors() - Method in class org.castor.core.annotationprocessing.BaseTargetAwareAnnotationProcessingService
-
- getTargetAwareAnnotationProcessors() - Method in interface org.castor.core.annotationprocessing.TargetAwareAnnotationProcessingService
-
- getTargetCols() - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method returning a list of target columns.
- getTargetEntityFromGenerics(AnnotatedElement) - Static method in class org.castor.cpa.jpa.processors.ReflectionsHelper
-
Get the target entity information from the target (necessary if it was
not specified by the annotation itself).
- getTargetNamespace() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the targetNamespace of the parent schema of the wrapped structure.
- getTargetNamespace() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the target namespace for this Schema, or null if no
namespace has been defined.
- getTargetTable() - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method returning the right table of the join.
- getTemporalType() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- getText() - Method in class org.castor.cpa.query.castorql.ExtendNode
-
Gets the text.
- getText() - Method in class org.castor.cpa.query.ejbql.ExtendNode
-
Gets the text.
- getTextField() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns the FieldInfo for the XML text associated field.
- getTheClass() - Method in class org.exolab.castor.jdo.oql.ParamInfo
-
Accessor method for _class.
- getTimestamp() - Method in interface org.castor.cache.hashbelt.container.Container
-
Returns the timestamp of this container.
- getTimestamp() - Method in class org.castor.cache.hashbelt.container.FastIteratingContainer
-
Returns the timestamp of this container.
- getTimestamp() - Method in class org.castor.cache.hashbelt.container.MapContainer
-
Returns the timestamp of this container.
- getTimestamp() - Method in class org.castor.cache.hashbelt.container.WeakReferenceContainer
-
Returns the timestamp of this container.
- getTimeStamp() - Method in class org.castor.persist.cache.CacheEntry
-
Get associated time stamp.
- getToken(int) - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
Get the specific Token.
- getToken(int) - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
Get the specific Token.
- getToken() - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Accessor method for the token.
- getToken(int) - Method in class org.exolab.castor.xml.dtd.parser.DTDInitialParser
-
- getToken(int) - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
- getTokenType() - Method in class org.exolab.castor.jdo.oql.Token
-
Token Type accessor method.
- getTokenValue() - Method in class org.exolab.castor.jdo.oql.Token
-
Token value accessor method.
- getTopState() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- getTotalDigits() - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Returns the totalDigits facet value of this XSType.
- getTotalDigits() - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Returns the configured maximum number of digits (inclusive) for
BigInteger validation.
- getTotalDigits() - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Returns the configured maximum number of digits (inclusive) for byte
validation.
- getTotalDigits() - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Returns the configured maximum number of digits (inclusive) for
xsd:integer validation.
- getTotalDigits() - Method in class org.exolab.castor.xml.validators.IntValidator
-
Returns the configured maximum number of digits (inclusive) for int
validation.
- getTotalDigits() - Method in class org.exolab.castor.xml.validators.LongValidator
-
Returns the configured maximum number of digits (inclusive) for long
validation.
- getTotalDigits() - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Returns the configured maximum number of digits (inclusive) for
short validation.
- getTransaction() - Method in class org.castor.transactionmanager.LocalTransactionManager
- getTransaction() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Returns the currently active transaction, if any.
- getTransaction() - Method in class org.exolab.castor.persist.QueryResults
-
Returns the transaction context in which this query was opened.
- getTransactionContext() - Method in interface org.exolab.castor.persist.XAResourceSource
-
Returns the transaction context associated with this source.
- getTransactionDemarcation() - Method in class org.castor.jdo.conf.JdoConf
-
Returns the value of field 'transactionDemarcation'.
- getTransactionManager() - Method in class org.castor.jdo.conf.TransactionDemarcation
-
Returns the value of field 'transactionManager'.
- getTransactionManager() - Method in class org.castor.jdo.engine.DatabaseContext
-
Get the transaction manager.
- getTransactionManager() - Method in class org.castor.jdo.util.JDOConfAdapter
-
- getTransactionManager(Properties) - Method in class org.castor.transactionmanager.AbstractTransactionManagerFactory
-
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
- getTransactionManager(Properties) - Method in class org.castor.transactionmanager.AtomikosTransactionManagerFactory
-
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
- getTransactionManager(String, Properties) - Method in class org.castor.transactionmanager.AtomikosTransactionManagerFactory
-
Constructs a instance of the given manager class name which implements
javax.transaction.TransactionManager interface with the given
properties.
- getTransactionManager(Properties) - Method in class org.castor.transactionmanager.JNDIENCTransactionManagerFactory
-
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
- getTransactionManager(Properties) - Method in class org.castor.transactionmanager.JOTMTransactionManagerFactory
-
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
- getTransactionManager(String, Properties) - Method in class org.castor.transactionmanager.JOTMTransactionManagerFactory
-
Acquires a javax.transaction.TransactionManager instance with the
given properties from the given factory.
- getTransactionManager(Properties) - Method in class org.castor.transactionmanager.LocalTransactionManagerFactory
-
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
- getTransactionManager(Properties) - Method in interface org.castor.transactionmanager.TransactionManagerFactory
-
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
- getTransactionManager(String) - Method in class org.castor.transactionmanager.TransactionManagerRegistry
-
Get the TransactionManager with given name.
- getTransactionManagerFactory(String) - Method in class org.castor.transactionmanager.TransactionManagerFactoryRegistry
-
- getTransactionManagerFactoryNames() - Method in class org.castor.transactionmanager.TransactionManagerFactoryRegistry
-
- getTransactionManagerNames() - Method in class org.castor.transactionmanager.TransactionManagerRegistry
-
- getTransactionManagerParameters() - Method in class org.castor.jdo.util.JDOConfAdapter
-
- getTransactionTimeout() - Method in class org.castor.persist.AbstractTransactionContext
-
Returns the timeout of this transaction.
- getTransactionTimeout() - Method in interface org.castor.persist.TransactionContext
-
Returns the timeout of this transaction.
- getTransactionTimeout() - Method in class org.exolab.castor.persist.XAResourceImpl
-
- getTransient() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'transient'.
- getTransient() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'transient'.
- getTransient() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'transient'.
- getTTL() - Method in class org.castor.cache.hashbelt.AbstractHashbelt
-
Get real ttl of this cache.
- getTTL() - Method in class org.castor.cache.simple.TimeLimited
-
Get real ttl of this cache.
- getType() - Method in interface org.castor.cache.Cache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.DebuggingCacheProxy
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.distributed.CoherenceCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.distributed.EHCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.distributed.FKCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.distributed.GigaspacesCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.distributed.JCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.distributed.JcsCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.distributed.OsCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.hashbelt.FIFOHashbelt
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.hashbelt.LRUHashbelt
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.simple.CountLimited
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.simple.NoCache
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.simple.TimeLimited
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cache.simple.Unlimited
-
Indicates the type of this cache.
- getType() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnInfo
-
Method returning SQL type currently set.
- getType() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- getType() - Method in class org.castor.cpa.query.object.SchemaImpl
-
Gets the type represented by the Schema.
- getType(String) - Method in class org.castor.ddlgen.AbstractTypeMapper
-
Get TypeInfo for given JDBC type.
- getType() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get type information of this field.
- getType(String) - Method in interface org.castor.ddlgen.TypeMapper
-
Get TypeInfo for given JDBC type.
- getType() - Method in class org.castor.mapping.MappingSource
-
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.BindingType
-
Method getType.Returns the type of this BindingType
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
Method getType.Returns the type of this
FieldTypeCollectionType
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.FieldTypeVisibilityType
-
Method getType.Returns the type of this
FieldTypeVisibilityType
- getType() - Method in class org.exolab.castor.builder.binding.xml.types.VisibilityType
-
Method getType.Returns the type of this VisibilityType
- getType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the type of this component binding.
- getType() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the type of this component binding.
- getType() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSId
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSIdRefs
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSList
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNMTokens
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSString
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSType
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns the type of this XSType.
- getType() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'type'.
- getType() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Returns the value of field 'type'.
- getType() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'type'.
- getType() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'type'.
- getType() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'type'.
- getType() - Method in class org.exolab.castor.persist.FieldMolder.CollectionInfo
-
- getType() - Method in interface org.exolab.castor.types.EnumeratedTypeAccess
-
Returns the type of this EnumeratedType.
- getType() - Method in class org.exolab.castor.xml.AccessRights
-
Returns the type of this Access
- getType() - Method in class org.exolab.castor.xml.DescriptorType
-
Returns the type of this DescriptorType.
- getType() - Method in class org.exolab.castor.xml.NodeType
-
Returns the type of this NodeType.
- getType() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Returns the value of field 'type'.
- getType() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.TableAccessModeType
-
Method getType.Returns the type of this TableAccessModeType
- getType() - Method in class org.exolab.castor.xml.schema.ContentType
-
Returns the type of this ContentType
- getType() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns the XMLType (ComplexType or SimpleType) of this ElementDecl.
- getType(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the first simple or complex type which name equals TypeName
- getType(int) - Method in class org.exolab.castor.xml.util.AttributeListWrapper
-
Returns the type of the attribute at the specified index.
- getType(String) - Method in class org.exolab.castor.xml.util.AttributeListWrapper
-
Return the type of the attribute with the given name.
- getType() - Method in class org.exolab.javasource.AbstractJField
-
Returns the JType representing the type of this JField.
- getType() - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Returns the JType representing the type of this JAnnotationTypeElement.
- getType() - Method in class org.exolab.javasource.JDocDescriptor
-
Returns the type of this JDocDescriptor.
- getType() - Method in class org.exolab.javasource.JParameter
-
Returns the parameter type.
- getTypeCode() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Gets the code for this simple type.
- getTypeHandler(int, int) - Static method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerFactory
-
- getTypeInfo(Class, CollectionHandler, FieldMapping) - Method in class org.exolab.castor.jdo.engine.JDOMappingLoader
-
- getTypeInfo(Class<?>, CollectionHandler, FieldMapping) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
- getTypeInfo(Class, CollectionHandler, FieldMapping) - Method in class org.exolab.castor.xml.XMLMappingLoader
-
- getTypeMapper() - Method in class org.castor.ddlgen.AbstractGenerator
-
Get type mapper.
- getTypeMapper() - Method in class org.castor.ddlgen.MappingHelper
-
Get type mapper.
- getTypeName() - Method in class org.castor.cpa.query.object.SchemaImpl
-
Gets the name of the type represented by the Schema.
- getTypeName() - Method in class org.exolab.castor.xml.schema.SimpleContent
-
Returns the name of the associated type for this SimpleContent
- getTypes() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeList
-
- getTypeValidator() - Method in class org.exolab.castor.xml.FieldValidator
-
Returns the TypeValidator.
- getUniqueConstraints() - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- getUnresolvedIdRefs() - Method in class org.exolab.castor.xml.ValidationContext
-
Returns the Set of unresolved ID references.
- getUpdateCache() - Method in class org.castor.persist.UpdateFlags
-
- getUpdatePersist() - Method in class org.castor.persist.UpdateFlags
-
- getUpperBound() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the upper bound of the collection that is generated from this
BindingComponent.
- getUpperBound() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the upper bound of the collection that is generated from this
BindingComponent.
- getURI() - Method in class org.exolab.castor.builder.binding.xml.IncludeType
-
Returns the value of field 'URI'.
- getURIResolver() - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Returns the URIresolver used for resolving hrefs.
- getUrl() - Method in class org.castor.jdo.conf.Driver
-
Returns the value of field 'url'.
- getUse() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns the value of the use attribute for this attribute
declaration or attribute reference.
- getUseIntrospector() - Method in class org.castor.xml.AbstractInternalContext
-
- getUseIntrospector() - Method in interface org.castor.xml.InternalContext
-
To get use-introspection flag.
- getValidation() - Method in class org.exolab.castor.xml.Marshaller
-
- getValidator() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method getValidator.
- getValidator() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'validator'.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the fully qualified name of the Validator to use.
- getValidator() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the fully qualified name of the Validator to use.
- getValidator() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the fully qualified name of the Validator to use.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns a specific validator for the class described by this
ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method getValidator.
- getValidator() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns a specific validator for the class described by
this ClassDescriptor.
- getValidator() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getValidator() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns a specific validator for the class described by
this ClassDescriptor.
- getValidator() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns a specific validator for the field described by this descriptor.
- getValue() - Method in class org.castor.core.util.IdentityMap.Entry
-
Get value of entry.
- getValue() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- getValue(ResultSet) - Method in interface org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandler
-
Reads the resultset and return the extracted typehandler value from the
resultset.
- getValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerBigDecimal
-
Reads the resultset and return the extracted typehandler value from the
resultset.
- getValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerInteger
-
Reads the resultset and return the extracted typehandler value from the
resultset.
- getValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerLong
-
Reads the resultset and return the extracted typehandler value from the
resultset.
- getValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerShort
-
Reads the resultset and return the extracted typehandler value from the
resultset.
- getValue(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerString
-
Reads the resultset and return the extracted typehandler value from the
resultset.
- getValue() - Method in class org.castor.cpa.query.castorql.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.castor.cpa.query.ejbql.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.castor.cpa.query.object.function.Locate
-
Gets the expression to search for by LOCATE function.
- getValue() - Method in class org.castor.cpa.query.object.literal.AbstractTemporalLiteral
-
Get date value of the temporal literal.
- getValue() - Method in class org.castor.cpa.query.object.literal.BigDecimalLiteral
-
Get the value of BigDecimalLiteral.
- getValue() - Method in class org.castor.cpa.query.object.literal.BooleanLiteral
-
Get the value of BooleanLiteral.
- getValue() - Method in class org.castor.cpa.query.object.literal.DoubleLiteral
-
Get the value of DoubleLiteral.
- getValue() - Method in class org.castor.cpa.query.object.literal.EnumLiteral
-
Get enum constant represented by this enum literal.
- getValue() - Method in class org.castor.cpa.query.object.literal.LongLiteral
-
Get the value of LongLiteral.
- getValue() - Method in class org.castor.cpa.query.object.literal.StringLiteral
-
Get the value of StringLiteral.
- getValue() - Method in class org.castor.jdo.conf.Param
-
Returns the value of field 'value'.
- getValue(ResultSet, int, int) - Static method in class org.castor.jdo.engine.SQLTypeInfos
-
Get value from given ResultSet at given index with given SQL type.
- getValue() - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Returns the value of field 'value'.
- getValue() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the value specified in the XML Schema for the XML Schema
component wrapped in this XMLBindingComponent.
- getValue() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the default value of the member generated from this binding
component.
- getValue(Object) - Method in interface org.exolab.castor.mapping.FieldHandler
-
Returns the value of the field from the object.
- getValue(Object) - Method in class org.exolab.castor.mapping.GeneralizedFieldHandler
-
Returns the value of the field from the object.
- getValue(Object) - Method in class org.exolab.castor.mapping.handlers.TransientFieldHandler
-
- getValue(Object) - Method in class org.exolab.castor.mapping.loader.ExtendedFieldHandler
-
Returns the value of the field from the object.
- getValue(Object) - Method in class org.exolab.castor.mapping.loader.FieldHandlerFriend
-
Returns the value of the field from the object.
- getValue(Object) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Returns the value of the field from the object.
- getValue() - Method in class org.exolab.castor.mapping.MapItem
-
Returns the value Object for this MapItem, or null
if no value has yet been specified.
- getValue() - Method in class org.exolab.castor.mapping.xml.Param
-
Returns the value of field 'value'.
- getValue() - Method in class org.exolab.castor.mapping.xml.PropertyType
-
Returns the value of field 'value'.
- getValue() - Method in class org.exolab.castor.mapping.xml.QueryHint
-
Returns the value of field 'value'.
- getValue(Object, ClassLoader) - Method in class org.exolab.castor.persist.FieldMolder
-
- getValue() - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- getValue(int) - Method in interface org.exolab.castor.xml.AttributeSet
-
Returns the value of the attribute located at the given index
within this AttributeSet.
- getValue(String) - Method in interface org.exolab.castor.xml.AttributeSet
-
Returns the value of the attribute associated with the given name.
- getValue(String, String) - Method in interface org.exolab.castor.xml.AttributeSet
-
Returns the value of the attribute associated with the given name.
- getValue() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Returns the value of the entity (replacement text) if internal entity,
null otherwise.
- getValue(Object) - Method in class org.exolab.castor.xml.handlers.CollectionFieldHandler
-
Gets the value of the field associated with this descriptor.
- getValue(Object) - Method in class org.exolab.castor.xml.handlers.ContainerFieldHandler
-
Returns the value of the field from the object.
- getValue(Object) - Method in class org.exolab.castor.xml.handlers.DateFieldHandler
-
Returns the value of the field associated with this descriptor from the
given target object.
- getValue(Object) - Method in class org.exolab.castor.xml.handlers.EnumFieldHandler
-
Returns the value of the field associated with this descriptor from the
given target object.
- getValue() - Method in class org.exolab.castor.xml.schema.Facet
-
Returns the character (String) representation of this facet.
- getValue() - Method in class org.exolab.castor.xml.schema.Form
-
Returns the String value of this Form.
- getValue() - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty
-
- getValue(int) - Method in class org.exolab.castor.xml.util.AttributeListWrapper
-
Return the value of the attribute at the specified index
- getValue(String) - Method in class org.exolab.castor.xml.util.AttributeListWrapper
-
Get the value of an attribute (by name).
- getValue(int) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Returns the value of the attribute located at the given index within this
AttributeSet.
- getValue(String) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Returns the value of the attribute associated with the given name.
- getValue(String, String) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Returns the value of the attribute associated with the given name.
- getValue(Object) - Method in class org.exolab.castor.xml.XMLFieldHandler
-
Returns the value of the field from the object.
- getValue() - Method in class org.exolab.javasource.JAnnotation
-
Returns the annotation element value when it is a String.
- getValueAnnotation() - Method in class org.exolab.javasource.JAnnotation
-
Returns the annotation element value when it is an annotation.
- getValueColumn() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGenerator
-
Get name of the column which is used to reserve primary key values.
- getValueColumnName() - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- getValues() - Method in class org.exolab.castor.types.Date
-
Returns an array of short with all the fields that describe this Date
type.
- getValues() - Method in class org.exolab.castor.types.DateTime
-
Returns an array of shorts with all the fields that describe this
DateTime type.
- getValues() - Method in class org.exolab.castor.types.DateTimeBase
-
returns an array of short with all the fields that describe a date/time
type.
- getValues() - Method in class org.exolab.castor.types.GDay
-
Returns an array of short with all the fields that describe
this gDay type.
- getValues() - Method in class org.exolab.castor.types.GMonth
-
Returns an array of short with all the fields that describe
this gDay type.
- getValues() - Method in class org.exolab.castor.types.GMonthDay
-
Returns an array of short with all the fields that describe
this gMonthDay type.
- getValues() - Method in class org.exolab.castor.types.GYear
-
Returns an array of short with all the fields that describe
this gYear type.
- getValues() - Method in class org.exolab.castor.types.GYearMonth
-
Returns an array of short with all the fields that describe
this gYearMonth type.
- getValues() - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
returns an array of short with all the fields which describe
a RecurringDuration
- getValues() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
returns an array of short with all the fields which describe a
RecurringDurationBase
- getValues() - Method in class org.exolab.castor.types.Time
-
returns an array of short with all the fields that describe
this time type.
- getValues() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Returns
iterator
of the set of possible values,
if of
NOTATION or
Enumeration type,
null otherwise.
- getVerifyConstructable() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'verifyConstructable'.
- getVersion() - Static method in class org.exolab.castor.builder.SourceGenerator
-
Returns the version number of this SourceGenerator.
- getVersion() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'version'.
- getVersion() - Method in interface org.exolab.castor.persist.DepositBox
-
- getVersion() - Method in class org.exolab.castor.persist.ObjectLock
-
- getVersion() - Method in class org.exolab.castor.util.ChangeLog2XML.Release
-
- getVersion() - Method in class org.exolab.castor.xml.schema.Schema
-
Returns the version information of the XML Schema definition
represented by this Schema instance.
- getVersionField() - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Returns the name of the version field used for checks on object
modifications.
- getVisibility() - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Returns the value of field 'visibility'.
- getVisibility() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'visibility'.
- getVisibility() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns this field's 'visibility'.
- getVisiblity() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the visibility of the Java member to generate.
- getWaitOnLock() - Method in class org.castor.persist.AbstractTransactionContext
-
Returns the lock which this transaction attempts to acquire.
- getWaitOnLock() - Method in interface org.castor.persist.TransactionContext
-
Returns the lock which this transaction attempts to acquire.
- getWhiteSpace() - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Returns the whiteSpace facet of this type.
- getWildcard() - Method in class org.exolab.castor.xml.schema.reader.WildcardUnmarshaller
-
Returns the Wildcard unmarshalled by this Unmarshaller.
- getWrapper() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'wrapper'.
- getWrapperName() - Method in class org.exolab.javasource.JPrimitiveType
-
Return the name of the wrapper object for a primitive type, null for
non-primitive types.
- getWriteMethodName() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the name of the write method for this FieldInfo.
- getXATransactions() - Method in class org.exolab.castor.persist.LockEngine
-
Returns an association between Xid and transactions contexts.
- getXml() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'xml'.
- getXMLClassDescriptorResolver() - Method in class org.castor.xml.AbstractInternalContext
-
- getXMLClassDescriptorResolver() - Method in interface org.castor.xml.InternalContext
-
To get the XMLClassdescriptorResolver instance hold in the context.
- getXMLFieldHandler() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the fully qualified name of the XMLFieldHandler to use.
- getXMLFieldHandler() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns the fully qualified name of the XMLFieldHandler to use.
- getXMLFieldHandler() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns the fully qualified name of the XMLFieldHandler to use.
- getXMLInfoRegistry() - Method in class org.exolab.castor.builder.SourceGenerator
-
Returns the
JClassRegistry
instance associated with this source generator.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XML name declared in the XML Schema for this XMLBindingComponent.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.types.BaseDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.DateClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.LocaleDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method getXMLName.
- getXMLName() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getXMLName() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Returns the XML Name for the Class being described.
- getXMLName() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the XML Name for the field being described.
- getXMLNaming() - Method in class org.castor.xml.AbstractInternalContext
-
Returns the naming conventions to use for the XML framework.
- getXMLNaming(ClassLoader) - Method in class org.castor.xml.AbstractInternalContext
-
- getXMLNaming() - Method in interface org.castor.xml.InternalContext
-
Returns the naming conventions to use for the XML framework.
- getXMLNaming(ClassLoader) - Method in interface org.castor.xml.InternalContext
-
Returns the naming conventions to use for the XML framework.
- getXMLProperty(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- getXMLProperty(String) - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the value property with the given name or null if no such
property exists.
- getXMLReader() - Method in class org.castor.xml.AbstractInternalContext
-
- getXMLReader(String) - Method in class org.castor.xml.AbstractInternalContext
-
- getXMLReader() - Method in interface org.castor.xml.InternalContext
-
Returns an XML document parser implementing the requested set of
features.
- getXMLReader(String) - Method in interface org.castor.xml.InternalContext
-
Returns an XML document parser implementing the requested
set of features.
- getXMLType() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns the XMLType of the underlying structure.
- getXPath() - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Returns the XPath from the root node to this node.
- getXPath() - Method in class org.exolab.castor.xml.schema.IdentityField
-
Returns the XPath of this IdentityField.
- getXPath() - Method in class org.exolab.castor.xml.schema.IdentitySelector
-
Returns the XPath of this IdentitySelector.
- getXSList() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Returns the schema type represented by this collection.
- getYear() - Method in class org.exolab.castor.types.DateTimeBase
-
- getYear() - Method in class org.exolab.castor.types.Duration
-
- getYear() - Method in class org.exolab.castor.types.GDay
-
- getYear() - Method in class org.exolab.castor.types.GMonth
-
- getYear() - Method in class org.exolab.castor.types.GMonthDay
-
- getYear() - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
- getYear() - Method in class org.exolab.castor.types.Time
-
- getYear() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- getZoneHour() - Method in class org.exolab.castor.types.DateTimeBase
-
- getZoneHour() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- getZoneMinute() - Method in class org.exolab.castor.types.DateTimeBase
-
- getZoneMinute() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- GEValue() - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
Parsing procedure corresponding to the General Entity Value nonterminal.
- GigaspacesCache - Class in org.castor.cache.distributed
-
Gigaspaces implementation of Castor JDO Cache.
Gigaspaces supports a wide variety of cache topologies, allowing the user
to distribute and/or replicate application data as needed.
- GigaspacesCache() - Constructor for class org.castor.cache.distributed.GigaspacesCache
-
- GigaspacesCacheFactory - Class in org.castor.cache.distributed
-
- GigaspacesCacheFactory() - Constructor for class org.castor.cache.distributed.GigaspacesCacheFactory
-
- GLOBAL_CONFIG_NAME - Static variable in interface org.castor.ddlgen.Generator
-
Global configuration file name.
- GLOBAL_CONFIG_PATH - Static variable in interface org.castor.ddlgen.Generator
-
Global configuration file path.
- GlobalDatabaseImpl - Class in org.exolab.castor.jdo.engine
-
An implementation of the JDO database supporting explicit transaction
demarcation.
- GlobalDatabaseImpl(String, int, CallbackInterceptor, InstanceFactory, Transaction, ClassLoader, boolean, boolean) - Constructor for class org.exolab.castor.jdo.engine.GlobalDatabaseImpl
-
Creates an instance of this class.
- GlobalTransactionContext - Class in org.castor.persist
-
A transaction context is required in order to perform operations
against the database.
- GlobalTransactionContext(Database) - Constructor for class org.castor.persist.GlobalTransactionContext
-
Create a new transaction context.
- GMonth - Class in org.exolab.castor.types
-
Describe an XML schema gMonth type.
- GMonth() - Constructor for class org.exolab.castor.types.GMonth
-
public only for the generated source code
- GMonth(short) - Constructor for class org.exolab.castor.types.GMonth
-
Constructs a XML Schema GMonth instance given all the values of
the different fields.
- GMonth(int) - Constructor for class org.exolab.castor.types.GMonth
-
Constructs a XML Schema GMonth instance given all the values of
the different fields.
- GMonth(String) - Constructor for class org.exolab.castor.types.GMonth
-
Constructs a GMonth from a string value.
- GMONTH_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gMonth.
- GMONTH_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- GMonthDay - Class in org.exolab.castor.types
-
Describe an XML schema gMonthDay type.
- GMonthDay() - Constructor for class org.exolab.castor.types.GMonthDay
-
public only for the generated source code
- GMonthDay(short, short) - Constructor for class org.exolab.castor.types.GMonthDay
-
Instantiates a new gMonthDay given the value
of the month and the value of the day.
- GMonthDay(int, int) - Constructor for class org.exolab.castor.types.GMonthDay
-
Instantiates a new gMonthDay given the value
of the month and the value of the day.
- GMonthDay(short[]) - Constructor for class org.exolab.castor.types.GMonthDay
-
Constructs a XML Schema GMonthDay instance given all the values of
the different fields.
- GMonthDay(String) - Constructor for class org.exolab.castor.types.GMonthDay
-
Construct a GMonthDay from a string value
- GMONTHDAY_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gMonthDay.
- GMONTHDAY_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- GMonthDayDescriptor - Class in org.exolab.castor.types
-
The gMonthDay Descriptor.
- GMonthDayDescriptor() - Constructor for class org.exolab.castor.types.GMonthDayDescriptor
-
- GMonthDescriptor - Class in org.exolab.castor.types
-
The GMonth Descriptor.
- GMonthDescriptor() - Constructor for class org.exolab.castor.types.GMonthDescriptor
-
- GREATER_EQUAL - Static variable in class org.castor.cpa.query.object.condition.Comparison
-
Greater equal comparison operator.
- GREATER_THAN - Static variable in class org.castor.cpa.query.object.condition.Comparison
-
Greater than comparison operator.
- GREATER_THAN - Static variable in class org.exolab.castor.types.DateTimeBase
-
Public constant referring to a Date/Time comparison result of "greater than".
- greaterEqual(Expression) - Method in class org.castor.cpa.persistence.sql.query.expression.Expression
-
Compare if this expression is greater than or equal to the given one.
- GREATEREQUAL - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- GREATEREQUAL - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- greaterEqual(long) - Method in interface org.castor.cpa.query.Expression
-
Greater equal.
- greaterEqual(double) - Method in interface org.castor.cpa.query.Expression
-
Greater equal.
- greaterEqual(BigDecimal) - Method in interface org.castor.cpa.query.Expression
-
Greater equal.
- greaterEqual(String) - Method in interface org.castor.cpa.query.Expression
-
Greater equal.
- greaterEqual(TemporalType, Date) - Method in interface org.castor.cpa.query.Expression
-
Greater equal.
- greaterEqual(TemporalType, Calendar) - Method in interface org.castor.cpa.query.Expression
-
Greater equal.
- greaterEqual(Expression) - Method in interface org.castor.cpa.query.Expression
-
Greater equal.
- GreaterEqual - Class in org.castor.cpa.query.object.condition
-
Final class that represents greater equal comparison operator.
- GreaterEqual() - Constructor for class org.castor.cpa.query.object.condition.GreaterEqual
-
Protect constructor from being called from everywhere.
- greaterEqual(long) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater equal.
- greaterEqual(double) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater equal.
- greaterEqual(BigDecimal) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater equal.
- greaterEqual(String) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater equal.
- greaterEqual(TemporalType, Date) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater equal.
- greaterEqual(TemporalType, Calendar) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater equal.
- greaterEqual(Expression) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater equal.
- greaterThan(Expression) - Method in class org.castor.cpa.persistence.sql.query.expression.Expression
-
Compare if this expression is greater than the given one.
- GREATERTHAN - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- GREATERTHAN - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- greaterThan(long) - Method in interface org.castor.cpa.query.Expression
-
Greater Then.
- greaterThan(double) - Method in interface org.castor.cpa.query.Expression
-
Greater Then.
- greaterThan(BigDecimal) - Method in interface org.castor.cpa.query.Expression
-
Greater Then.
- greaterThan(String) - Method in interface org.castor.cpa.query.Expression
-
Greater Then.
- greaterThan(TemporalType, Date) - Method in interface org.castor.cpa.query.Expression
-
Greater Then.
- greaterThan(TemporalType, Calendar) - Method in interface org.castor.cpa.query.Expression
-
Greater Then.
- greaterThan(Expression) - Method in interface org.castor.cpa.query.Expression
-
Greater Then.
- GreaterThan - Class in org.castor.cpa.query.object.condition
-
Final class that represents greater than comparison operator.
- GreaterThan() - Constructor for class org.castor.cpa.query.object.condition.GreaterThan
-
Protect constructor from being called from everywhere.
- greaterThan(long) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater Then.
- greaterThan(double) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater Then.
- greaterThan(BigDecimal) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater Then.
- greaterThan(String) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater Then.
- greaterThan(TemporalType, Date) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater Then.
- greaterThan(TemporalType, Calendar) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater Then.
- greaterThan(Expression) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Greater Then.
- Group - Class in org.exolab.castor.xml.schema
-
An XML Schema Group
- Group() - Constructor for class org.exolab.castor.xml.schema.Group
-
Creates a new
Group
, with no name.
- Group(String) - Constructor for class org.exolab.castor.xml.schema.Group
-
Creates a new
Group
with the given name.
- GROUP - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- GROUP - Static variable in class org.exolab.castor.xml.schema.Structure
-
- GROUP_DDL_BY_DDLTYPE - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Group ddl by ddltype.
- GROUP_DDL_BY_TABLE - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Group ddl by table.
- GROUP_DDL_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
How to group generated DDL statements? Supported values are TABLE and DDLTYPE.
- GROUP_ID - Static variable in class org.exolab.castor.builder.binding.ExtendedBinding
-
Prefix used to identify a model group.
- GroupInfo - Class in org.exolab.castor.builder.info
-
A class to hold group information.
- GroupInfo() - Constructor for class org.exolab.castor.builder.info.GroupInfo
-
Creates a new GroupInfo.
- GroupNaming - Class in org.exolab.castor.builder
-
A simple class used for creating class names for unnamed Groups in XML Schema.
- GroupNaming(JavaNaming) - Constructor for class org.exolab.castor.builder.GroupNaming
-
Creates a new GroupNaming.
- GroupUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for Unmarshalling ModelGroups
- GroupUnmarshaller(SchemaContext, Schema, String, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.GroupUnmarshaller
-
Creates a new GroupUnmarshaller.
- GT - Static variable in class org.exolab.castor.jdo.oql.Token
-
- GT - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- GTE - Static variable in class org.exolab.castor.jdo.oql.Token
-
- GTE - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- guessType(String) - Static method in class org.exolab.castor.xml.schema.util.DatatypeHandler
-
Guesses the datatype for the given value.
- GYear - Class in org.exolab.castor.types
-
Describe an XML schema gYear type.
- GYear() - Constructor for class org.exolab.castor.types.GYear
-
public only for the generated source code
- GYear(short, short) - Constructor for class org.exolab.castor.types.GYear
-
Instantiates a new gYear given the value of the century and year.
- GYear(int) - Constructor for class org.exolab.castor.types.GYear
-
Instantiates a new gYear given the value of the year.
- GYear(short[]) - Constructor for class org.exolab.castor.types.GYear
-
Constructs a XML Schema GYear instance given all the values of
the different fields.
- GYear(String) - Constructor for class org.exolab.castor.types.GYear
-
Construct a GYear from a string value
- GYEAR_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gYear.
- GYEAR_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- GYearDescriptor - Class in org.exolab.castor.types
-
The GYear Descriptor.
- GYearDescriptor() - Constructor for class org.exolab.castor.types.GYearDescriptor
-
- GYearMonth - Class in org.exolab.castor.types
-
Describe an XML schema gYearMonth type.
- GYearMonth() - Constructor for class org.exolab.castor.types.GYearMonth
-
public only for the generated source code
- GYearMonth(short, short, short) - Constructor for class org.exolab.castor.types.GYearMonth
-
Instantiates a new gYearMonth given the value
of the month and the value of the day.
- GYearMonth(int, int) - Constructor for class org.exolab.castor.types.GYearMonth
-
Instantiates a new gYearMonth given the value
of the month and the value of the day.
- GYearMonth(short[]) - Constructor for class org.exolab.castor.types.GYearMonth
-
Constructs a XML Schema GYearMonth instance given all the values of
the different fields.
- GYearMonth(String) - Constructor for class org.exolab.castor.types.GYearMonth
-
Constructs a GYearMonth given a string representation
- GYEARMONTH_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:gYearMonth.
- GYEARMONTH_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- GYearMonthDescriptor - Class in org.exolab.castor.types
-
The GYearMonth Descriptor.
- GYearMonthDescriptor() - Constructor for class org.exolab.castor.types.GYearMonthDescriptor
-
- id - Variable in class org.castor.cpa.query.castorql.SimpleNode
-
- id - Variable in class org.castor.cpa.query.ejbql.SimpleNode
-
- ID - Static variable in class org.exolab.castor.dsml.XML.Schema.Attributes
-
- ID - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- ID_ATTR - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- ID_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:ID.
- ID_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- Identifier() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- IDENTIFIER - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- Identifier() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- IDENTIFIER - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- IDENTIFIER - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- Identity - Class in org.exolab.castor.persist.spi
-
- Identity(Object) - Constructor for class org.exolab.castor.persist.spi.Identity
-
Creates an instance of this class, based upon the parameter passed in.
- Identity(Object[]) - Constructor for class org.exolab.castor.persist.spi.Identity
-
- Identity(Object, Object) - Constructor for class org.exolab.castor.persist.spi.Identity
-
- IDENTITY_FIELD - Static variable in class org.exolab.castor.xml.schema.Structure
-
- IDENTITY_SELECTOR - Static variable in class org.exolab.castor.xml.schema.Structure
-
- IdentityConstraint - Class in org.exolab.castor.xml.schema
-
The base class for the XML Schema Identity Constraints
(key, keyref, unique).
- IdentityConstraint(String) - Constructor for class org.exolab.castor.xml.schema.IdentityConstraint
-
Constructor used by sub-classes.
- IdentityConstraintUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for Unmarshalling Identity Constraints
- IdentityConstraintUnmarshaller(SchemaContext, String, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.IdentityConstraintUnmarshaller
-
Creates a new IdentityConstraintUnmarshaller.
- IdentityField - Class in org.exolab.castor.xml.schema
-
A class which represents the field selector for an IdentityConstraint
- IdentityField(String) - Constructor for class org.exolab.castor.xml.schema.IdentityField
-
Creates a new IdentityField.
- IdentityInfo - Class in org.exolab.castor.builder.info
-
- IdentityInfo(String, FieldMemberAndAccessorFactory) - Constructor for class org.exolab.castor.builder.info.IdentityInfo
-
Creates a new IdentityInfo.
- IdentityKeyGenerator - Class in org.castor.cpa.persistence.sql.keygen
-
IDENTITY key generator.
- IdentityKeyGenerator(PersistenceFactory, int) - Constructor for class org.castor.cpa.persistence.sql.keygen.IdentityKeyGenerator
-
Initialize the IDENTITY key generator.
- IdentityKeyGenerator - Class in org.castor.ddlgen.keygenerator
-
IDENTITY key generator can be used only with autoincrement primary key columns
(identities) with Sybase ASE/ASA, MS SQL Server, MySQL and Hypersonic SQL.
- IdentityKeyGenerator() - Constructor for class org.castor.ddlgen.keygenerator.IdentityKeyGenerator
-
Constructor for default IDENTITY key generator.
- IdentityKeyGenerator(KeyGeneratorDef) - Constructor for class org.castor.ddlgen.keygenerator.IdentityKeyGenerator
-
Constructor for IDENTITY key generator specified by given defintion.
- IdentityKeyGeneratorFactory - Class in org.castor.cpa.persistence.sql.keygen
-
IDENTITY key generator factory.
- IdentityKeyGeneratorFactory() - Constructor for class org.castor.cpa.persistence.sql.keygen.IdentityKeyGeneratorFactory
-
- IdentityKeyGeneratorFactory - Class in org.castor.ddlgen.keygenerator
-
Factory class for IDENTITY key generators.
- IdentityKeyGeneratorFactory() - Constructor for class org.castor.ddlgen.keygenerator.IdentityKeyGeneratorFactory
-
- IdentityMap - Class in org.castor.core.util
-
An IdentityMap that uses reference-equality instead of object-equality.
- IdentityMap() - Constructor for class org.castor.core.util.IdentityMap
-
- IdentityMap.Entry - Class in org.castor.core.util
-
An entry of the IdentityMap
.
- IdentityMemberAndAccessorFactory - Class in org.exolab.castor.builder.factory
-
This class translates a fieldInfo describing an identity into
the suitable getter<7setter methods.
- IdentityMemberAndAccessorFactory(JavaNaming) - Constructor for class org.exolab.castor.builder.factory.IdentityMemberAndAccessorFactory
-
Creates the IdentityMemberAndAccessorFactory.
- IdentitySelector - Class in org.exolab.castor.xml.schema
-
A class which represents the selector for an IdentityConstraint
- IdentitySelector(String) - Constructor for class org.exolab.castor.xml.schema.IdentitySelector
-
Creates a new IdentitySelector.
- IdentitySet - Class in org.castor.core.util
-
An IdentitySet that uses reference-equality instead of object-equality.
- IdentitySet() - Constructor for class org.castor.core.util.IdentitySet
-
Construct a set with default capacity.
- IdentitySet(int) - Constructor for class org.castor.core.util.IdentitySet
-
Construct a set with given capacity.
- IdentitySet.Entry - Class in org.castor.core.util
-
An entry of the IdentitySet
.
- IDREF - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- IDREF_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:IDREF.
- IDREF_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- IDREFS - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- IDREFS_NAME - Static variable in class org.exolab.castor.builder.types.XSIdRefs
-
Name of the IDREFS type.
- IDREFS_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:IDREFS.
- IDREFS_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- IdRefsValidator - Class in org.exolab.castor.xml.validators
-
The IDREFS Validation class.
- IdRefsValidator() - Constructor for class org.exolab.castor.xml.validators.IdRefsValidator
-
Creates a new IdRefsValidator with no restrictions.
- IdRefValidator - Class in org.exolab.castor.xml.validators
-
The IDREF Validation class.
- IdRefValidator() - Constructor for class org.exolab.castor.xml.validators.IdRefValidator
-
Creates a new IdRefValidator with no restrictions.
- IDResolver - Interface in org.exolab.castor.xml
-
A simple interface for doing custom IDREF resolving
during Unmarshalling.
- idToJava(int, Object) - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- IdValidator - Class in org.exolab.castor.xml.validators
-
The ID Validation class.
- IdValidator() - Constructor for class org.exolab.castor.xml.validators.IdValidator
-
Creates a new IdValidator with no restrictions.
- ignorableWhitespace(char[], int, int) - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Ignores ignorable whitespace.
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.dsml.Consumer
-
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.DebugHandler
-
Proxies the
org.sax.xml.DocumentHandler#ignorableWhitespace(char[], int, int) request
to the proxy that is provided, printing debugging information before
doing the proxy.
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
delegates ignorableWhitespace call to SAX2ANY.
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.Sax2ComponentReader
-
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.util.DocumentHandlerAdapter
-
- ignorableWhitespace(char[], int, int) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- IGNORED - Static variable in interface org.exolab.castor.dsml.ImportEventListener
-
- illegalAttribute(String) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
This method is called when an illegal Attribute is encountered.
- illegalAttribute(String) - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
This method is called when an illegal Attribute is encountered.
- IllegalClassDescriptorInitialization - Exception in org.castor.core.exception
-
RuntimeException
descendant to signal problems during
class descriptor instantiation.
- IllegalClassDescriptorInitialization() - Constructor for exception org.castor.core.exception.IllegalClassDescriptorInitialization
-
- IllegalClassDescriptorInitialization(String) - Constructor for exception org.castor.core.exception.IllegalClassDescriptorInitialization
-
- IllegalClassDescriptorInitialization(Throwable) - Constructor for exception org.castor.core.exception.IllegalClassDescriptorInitialization
-
- IllegalClassDescriptorInitialization(String, Throwable) - Constructor for exception org.castor.core.exception.IllegalClassDescriptorInitialization
-
- illegalElement(String) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
This method is called when an illegal Element is encountered.
- illegalElement(String) - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
This method is called when an illegal Element is encountered.
- image - Variable in class org.castor.cpa.query.castorql.Token
-
The string image of the token.
- image - Variable in class org.castor.cpa.query.ejbql.Token
-
The string image of the token.
- image - Variable in class org.exolab.castor.xml.dtd.parser.Token
-
The string image of the token.
- IMPLEMENTATION - Static variable in class org.castor.cache.distributed.CoherenceCache
-
The classname of the implementations factory class.
- IMPLEMENTATION - Static variable in class org.castor.cache.distributed.EHCache
-
The classname of the implementations factory class.
- IMPLEMENTATION - Static variable in class org.castor.cache.distributed.FKCache
-
The classname of the implementations factory class.
- IMPLEMENTATION - Static variable in class org.castor.cache.distributed.GigaspacesCache
-
The classname of the implementations factory class.
- IMPLEMENTATION - Static variable in class org.castor.cache.distributed.JCache
-
The classname of the implementations factory class.
- IMPLEMENTATION - Static variable in class org.castor.cache.distributed.JcsCache
-
The classname of the implementations factory class.
- IMPLEMENTATION - Static variable in class org.castor.cache.distributed.OsCache
-
The classname of the implementations cache class.
- IMPLIED - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- IMPORT - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- ImportDescriptor - Class in org.exolab.castor.dsml
-
- ImportDescriptor() - Constructor for class org.exolab.castor.dsml.ImportDescriptor
-
- ImportDescriptor.Policy - Class in org.exolab.castor.dsml
-
- importDocument(InputStream) - Method in class org.exolab.castor.dsml.Importer
-
- importDocument(Reader) - Method in class org.exolab.castor.dsml.Importer
-
- importDocument(Parser, InputSource) - Method in class org.exolab.castor.dsml.Importer
-
- importEntries(Enumeration<SearchResult>) - Method in class org.exolab.castor.dsml.Importer
-
- importEntries(NamingEnumeration<SearchResult>) - Method in class org.exolab.castor.dsml.jndi.JNDIImporter
-
- importEntries(Enumeration<SearchResult>) - Method in class org.exolab.castor.dsml.jndi.JNDIImporter
-
- importEntries(Enumeration) - Method in class org.exolab.castor.dsml.mozilla.MozillaImporter
-
- importEntry(SearchResult, int) - Method in class org.exolab.castor.dsml.jndi.JNDIImporter
-
- importEntry(LDAPEntry, int) - Method in class org.exolab.castor.dsml.mozilla.MozillaImporter
-
- Importer - Class in org.exolab.castor.dsml
-
- Importer() - Constructor for class org.exolab.castor.dsml.Importer
-
- ImportEventListener - Interface in org.exolab.castor.dsml
-
- ImportExportException - Exception in org.exolab.castor.dsml
-
- ImportExportException(Exception) - Constructor for exception org.exolab.castor.dsml.ImportExportException
-
- ImportUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
- ImportUnmarshaller(SchemaContext, Schema, AttributeSet, URIResolver, Locator, SchemaUnmarshallerState) - Constructor for class org.exolab.castor.xml.schema.reader.ImportUnmarshaller
-
- IN - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- IN - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- in() - Method in interface org.castor.cpa.query.Field
-
In.
- in() - Method in class org.castor.cpa.query.object.AbstractField
-
In.
- In - Class in org.castor.cpa.query.object.condition
-
Final class that represents in simple condition.
- In() - Constructor for class org.castor.cpa.query.object.condition.In
-
- inBuf - Variable in class org.castor.cpa.query.castorql.SimpleCharStream
-
- inBuf - Variable in class org.castor.cpa.query.ejbql.SimpleCharStream
-
- Include - Class in org.exolab.castor.mapping.xml
-
Class Include.
- Include() - Constructor for class org.exolab.castor.mapping.xml.Include
-
- INCLUDE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- IncludeDescriptor - Class in org.exolab.castor.mapping.xml.descriptors
-
Class IncludeDescriptor.
- IncludeDescriptor() - Constructor for class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
- includeProcessed(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns True if the given XML Schema has already been included via
- IncludeType - Class in org.exolab.castor.builder.binding.xml
-
A binding file can include other binding files by specifying the
location
(URI) of the binding files to include.
- IncludeType() - Constructor for class org.exolab.castor.builder.binding.xml.IncludeType
-
- IncludeTypeDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class IncludeTypeDescriptor.
- IncludeTypeDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
- IncludeUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A simple unmarshaller to read included schemas.
- IncludeUnmarshaller(SchemaContext, Schema, AttributeSet, URIResolver, Locator, SchemaUnmarshallerState) - Constructor for class org.exolab.castor.xml.schema.reader.IncludeUnmarshaller
-
- InCondition - Interface in org.castor.cpa.query
-
Interface for InCondition of query objects.
- increment(T) - Method in interface org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandler
-
Increments the provided value by ONE.
- increment(BigDecimal) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerBigDecimal
-
Increments the provided value by ONE.
- increment(Integer) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerInteger
-
Increments the provided value by ONE.
- increment(Long) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerLong
-
Increments the provided value by ONE.
- increment(Short) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerShort
-
Increments the provided value by ONE.
- increment(String) - Method in class org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandlerString
-
Increments the provided value by ONE.
- indent() - Method in class org.castor.ddlgen.DDLWriter
-
Increase indention by 1.
- indent() - Method in class org.exolab.javasource.JSourceCode
-
Increases the current indent level by 1.
- indent() - Method in class org.exolab.javasource.JSourceWriter
-
Increases the indentation level by 1.
- INDENT_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Indention.
- INDETERMINATE - Static variable in class org.exolab.castor.types.DateTimeBase
-
Public constant referring to an indeterminate Date/Time comparison.
- Index - Class in org.castor.ddlgen.schemaobject
-
Abstract base class for all indices.
- Index() - Constructor for class org.castor.ddlgen.schemaobject.Index
-
- INDEX_OUT_OF_BOUNDS_EXCEPTION - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass
instance of type 'java.lang.IndexOutOfBoundsException'.
- indexOf(XMLFieldDescriptor) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptors
-
Returns the index of the first occurrence of the specified
XMLFieldDescriptor, or -1 if the descriptor is not contained in
the collection.
- InExpression() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- InExpression() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- InfoFactory - Class in org.castor.cpa.persistence.sql.engine.info
-
- InfoFactory() - Constructor for class org.castor.cpa.persistence.sql.engine.info.InfoFactory
-
- InformixFactory - Class in org.castor.cpa.persistence.sql.driver
-
- InformixFactory() - Constructor for class org.castor.cpa.persistence.sql.driver.InformixFactory
-
- InformixQueryExpression - Class in org.castor.cpa.persistence.sql.driver
-
QueryExpression for Informix 7.x.
- InformixQueryExpression(PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.driver.InformixQueryExpression
-
- InformixQueryVisitor - Class in org.castor.cpa.persistence.sql.query.visitor
-
Visitor defining special behavior of query building for informix database.
- InformixQueryVisitor() - Constructor for class org.castor.cpa.persistence.sql.query.visitor.InformixQueryVisitor
-
- InformViaLogClassNameCRStrategy - Class in org.exolab.castor.builder.conflictresolution
-
An implementation of
ClassNameCRStrategy
that
reports any conflict notifications to a log file, basically
stating what classes have been overwriten as a result of such
a name conflict.
- InformViaLogClassNameCRStrategy() - Constructor for class org.exolab.castor.builder.conflictresolution.InformViaLogClassNameCRStrategy
-
Creates an instance of this name conflict resolution strategy, that will
emit warnings to the user as part of a standard logging aproach.
- InfoToDescriptorConverter - Class in org.castor.cpa.jpa.info
-
- INHERITANCE_STRATEGY - Static variable in class org.castor.cpa.jpa.natures.JPAClassNature
-
Property Key for Inheritance.strategy()
.
- init(ResultSet) - Method in class org.castor.cpa.persistence.sql.keygen.HighLowValueHandler
-
- initCause(Throwable) - Method in exception org.castor.core.exceptions.CastorRuntimeException
-
The method emulates the JDK 1.4 Throwable version of initCause() for JDKs before 1.4.
- initCause(Throwable) - Method in exception org.exolab.castor.core.exceptions.CastorException
-
Match the JDK 1.4 Throwable version of initCause() on JDK<1.4 systems.
- InItem() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- InItem() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- initFromParameters(Properties) - Method in class org.castor.cpa.persistence.sql.keygen.HighLowKeyGenerator
-
Method to init some class variables.
- initialiseDecodingTable() - Static method in class org.castor.core.util.HexDecoder
-
Initialize the decoding table.
- initialize(Properties) - Method in class org.castor.cache.AbstractBaseCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(Properties) - Method in interface org.castor.cache.Cache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(Properties) - Method in class org.castor.cache.DebuggingCacheProxy
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(Properties) - Method in class org.castor.cache.distributed.CoherenceCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(String, Properties) - Method in class org.castor.cache.distributed.CoherenceCache
-
Normally called to initialize CoherenceCache.
- initialize(Properties) - Method in class org.castor.cache.distributed.EHCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(String, Properties) - Method in class org.castor.cache.distributed.EHCache
-
Normally called to initialize FKCache.
- initialize(Properties) - Method in class org.castor.cache.distributed.FKCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(String, Properties) - Method in class org.castor.cache.distributed.FKCache
-
Normally called to initialize FKCache.
- initialize(Properties) - Method in class org.castor.cache.distributed.GigaspacesCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(String, Properties) - Method in class org.castor.cache.distributed.GigaspacesCache
-
Normally called to initialize CoherenceCache.
- initialize(Properties) - Method in class org.castor.cache.distributed.JCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(String, Properties) - Method in class org.castor.cache.distributed.JCache
-
Normally called to initialize JCache.
- initialize(Properties) - Method in class org.castor.cache.distributed.JcsCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(String, Properties) - Method in class org.castor.cache.distributed.JcsCache
-
Normally called to initialize JcsCache.
- initialize(Properties) - Method in class org.castor.cache.distributed.OsCache
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(Properties) - Method in class org.castor.cache.hashbelt.AbstractHashbelt
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(Properties) - Method in class org.castor.cache.simple.CountLimited
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(Properties) - Method in class org.castor.cache.simple.TimeLimited
-
Lyfe-cycle method to allow custom initialization of cache implementations.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.AbstractTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.db2.Db2Generator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.db2.Db2TypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.derby.DerbyGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.derby.DerbyTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.hsql.HsqlGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.hsql.HsqlTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.mssql.MssqlGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.mssql.MssqlTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.mysql.MysqlGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.mysql.MysqlTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.oracle.OracleGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.oracle.OracleTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.pointbase.PointBaseGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.pointbase.PointBaseTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.postgresql.PostgresqlTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.sapdb.SapdbGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.sapdb.SapdbTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in class org.castor.ddlgen.engine.sybase.SybaseGenerator
-
Initialize generator.
- initialize(DDLGenConfiguration) - Method in class org.castor.ddlgen.engine.sybase.SybaseTypeMapper
-
Initialize map of known types using given configuration to get default parameters
for parameterized types.
- initialize() - Method in interface org.castor.ddlgen.Generator
-
Initialize generator.
- initialize() - Method in class org.castor.jdo.engine.DatabaseContext
-
Initialize factory if it had not been initialized before.
- INITIALIZE_AT_LOAD - Static variable in class org.castor.cpa.CPAProperties
-
Property telling if database should be initialized when loading.
- initialized(Object, Object) - Method in class org.castor.mapping.MappingUnmarshallListener
-
Not used for includes processing.
- initialized(Object, Object) - Method in interface org.castor.xml.UnmarshalListener
-
This method is called when an object has just been initialized by the
Unmarshaller.
- initialized(Object, Object) - Method in class org.castor.xml.UnmarshalListenerAdapter
-
This method is called when an object has just been initialized by the
Unmarshaller.
- initialized(Object, Object) - Method in class org.exolab.castor.xml.parsing.UnmarshalListenerDelegate
-
- initialized(Object) - Method in interface org.exolab.castor.xml.UnmarshalListener
-
Deprecated.
This method is called when an object has just been initialized by the
Unmarshaller.
- initializeFactory() - Method in interface org.castor.cpa.persistence.sql.connection.ConnectionFactory
-
Initialize the concrete factory.
- initializeFactory() - Method in class org.castor.cpa.persistence.sql.connection.DataSourceConnectionFactory
-
Initialize the concrete factory.
- initializeFactory() - Method in class org.castor.cpa.persistence.sql.connection.DriverConnectionFactory
-
Initialize the concrete factory.
- initializeFactory() - Method in class org.castor.cpa.persistence.sql.connection.JNDIConnectionFactory
-
Initialize the concrete factory.
- initializeFactory() - Method in class org.castor.jdo.engine.DatabaseContext
-
- initializeFields(int) - Method in class org.castor.persist.ProposedEntity
-
Initialize field values to the specified number.
- initialValue - Variable in class org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- initSqlTypeHandler(int) - Method in class org.castor.cpa.persistence.sql.keygen.SequenceAfterKeyGenerator
-
Initialize the Handler based on SQL Type.
- initSqlTypeHandler(int) - Method in class org.castor.cpa.persistence.sql.keygen.SequenceBeforeKeyGenerator
-
Initialize the Handler based on SQL Type.
- INNER_JOIN - Static variable in interface org.exolab.castor.jdo.engine.JDBCSyntax
-
- Input() - Method in class org.exolab.castor.xml.dtd.parser.DTDInitialParser
-
Main method that starts parsing process.
- Input() - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
Main parsing method that starts parsing process.
- input_stream - Variable in class org.castor.cpa.query.castorql.CastorQLParserTokenManager
-
- input_stream - Variable in class org.castor.cpa.query.ejbql.EjbQLParserTokenManager
-
- InputCharStream - Class in org.exolab.castor.xml.dtd.parser
-
- InputCharStream(Reader, int, int, int) - Constructor for class org.exolab.castor.xml.dtd.parser.InputCharStream
-
Constructor, allowing to specify start line and start column of the char
stream, and buffer size as well.
- InputCharStream(Reader, int, int) - Constructor for class org.exolab.castor.xml.dtd.parser.InputCharStream
-
Constructor, allowing to specify start line and start column
of the char stream.
- InputCharStream(Reader) - Constructor for class org.exolab.castor.xml.dtd.parser.InputCharStream
-
Constructor, instantiating the char stream to begin at 1-st line and
1-st column of dstream.
- inputStream - Variable in class org.castor.cpa.query.castorql.SimpleCharStream
-
- inputStream - Variable in class org.castor.cpa.query.ejbql.SimpleCharStream
-
- InputStreamToByteArray - Class in org.castor.cpa.persistence.convertor
-
Convert InputStream
to byte[]
.
- InputStreamToByteArray() - Constructor for class org.castor.cpa.persistence.convertor.InputStreamToByteArray
-
Default constructor.
- InputStreamToSerializable - Class in org.castor.cpa.persistence.convertor
-
Convert InputStream
to Serializable
.
- InputStreamToSerializable() - Constructor for class org.castor.cpa.persistence.convertor.InputStreamToSerializable
-
Default constructor.
- insert(Condition) - Method in class org.castor.cpa.persistence.sql.query.condition.CompoundCondition
-
Inserts the specified condition at begin of this list of conditions.
- Insert - Class in org.castor.cpa.persistence.sql.query
-
Class to generate SQL Insert query statements.
- Insert(String) - Constructor for class org.castor.cpa.persistence.sql.query.Insert
-
Construct a SQL insert statement that inserts into the table.
- INSERT - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
'INSERT' keyword of a SQL insert query.
- insertDuplicateKeyCheck(CastorConnection, Identity) - Method in class org.castor.cpa.persistence.sql.engine.SQLStatementInsertCheck
-
Performs check for Duplicate primary key.
- InstanceFactory - Interface in org.exolab.castor.persist.spi
-
A callback interceptor delegates instance creation to the handler.
- InstantDBFactory - Class in org.castor.cpa.persistence.sql.driver
-
- InstantDBFactory() - Constructor for class org.castor.cpa.persistence.sql.driver.InstantDBFactory
-
- InstantDBQueryExpression - Class in org.castor.cpa.persistence.sql.driver
-
specialized generic driver for InstantDB database.
- InstantDBQueryExpression(PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.driver.InstantDBQueryExpression
-
- instantiateParser(String) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
- instantiateXMLReader(String) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
- INT - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- INT - Static variable in class org.exolab.javasource.JType
-
JType instance for a int (Integer).
- INT_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:int.
- INT_TYPE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- INT_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- INTEGER - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- INTEGER_LITERAL - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- INTEGER_LITERAL - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- INTEGER_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:integer.
- INTEGER_TYPE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- INTEGER_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- INTEGER_TYPE - Static variable in class org.exolab.castor.xml.schema.util.DatatypeHandler
-
The name of the XML Schema integer type
- IntegerLiteral() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- IntegerLiteral() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- IntegerToBigDecimal - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to BigDecimal
.
- IntegerToBigDecimal() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToBigDecimal
-
Default constructor.
- IntegerToBoolean - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to Boolean
.
- IntegerToBoolean() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToBoolean
-
Default constructor.
- IntegerToByte - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to Byte
.
- IntegerToByte() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToByte
-
Default constructor.
- IntegerToDate - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to Date
.
- IntegerToDate() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToDate
-
Default constructor.
- IntegerToDouble - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to Double
.
- IntegerToDouble() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToDouble
-
Default constructor.
- IntegerToFloat - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to Float
.
- IntegerToFloat() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToFloat
-
Default constructor.
- IntegerToLong - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to Long
.
- IntegerToLong() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToLong
-
Default constructor.
- IntegerToShort - Class in org.castor.cpa.persistence.convertor
-
Convert Integer
to Short
.
- IntegerToShort() - Constructor for class org.castor.cpa.persistence.convertor.IntegerToShort
-
Default constructor.
- IntegerValidator - Class in org.exolab.castor.xml.validators
-
The Integer Validation class.
- IntegerValidator() - Constructor for class org.exolab.castor.xml.validators.IntegerValidator
-
Creates a new IntegerValidator with no restrictions.
- InterbaseFactory - Class in org.castor.cpa.persistence.sql.driver
-
- InterbaseFactory() - Constructor for class org.castor.cpa.persistence.sql.driver.InterbaseFactory
-
- InterbaseQueryExpression - Class in org.castor.cpa.persistence.sql.driver
-
QueryExpression for Interbase.
- InterbaseQueryExpression(PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.driver.InterbaseQueryExpression
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class org.castor.persist.proxy.SingleProxy
- interceptedClass() - Method in interface org.castor.persist.proxy.LazyCGLIB
-
Returns the Class instance for the class to be intercepted.
- interceptedClassMolder() - Method in interface org.castor.persist.proxy.LazyCGLIB
-
Returns the ClassMolder of the object intercepted.
- interceptedHasMaterialized() - Method in interface org.castor.persist.proxy.LazyCGLIB
-
- interceptedIdentity() - Method in interface org.castor.persist.proxy.LazyCGLIB
-
Returns the identity of the object (class) intercepted.
- Interface - Class in org.exolab.castor.builder.binding.xml
-
Class Interface.
- Interface() - Constructor for class org.exolab.castor.builder.binding.xml.Interface
-
- INTERFACE - Static variable in interface org.exolab.castor.builder.BindingComponent
-
An interface binding component.
- InterfaceDescriptor - Class in org.exolab.castor.builder.binding.xml.descriptors
-
Class InterfaceDescriptor.
- InterfaceDescriptor() - Constructor for class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
- InternalContext - Interface in org.castor.xml
-
The internal context is meant as center piece providing (and keeping) all
information that is required by Marshaller, Unmarshaller, SourceGenerator,
MappingTool, SchemaReader and SchemaWriter.
- internalResolve(String, ClassLoader, Map) - Method in class org.exolab.castor.xml.util.resolvers.AbstractResolverClassCommand
-
The required parameter checks are in the public method and here we expect that the
resolve logic itself is implemented.
- internalResolve(String, ClassLoader, Map) - Method in class org.exolab.castor.xml.util.resolvers.AbstractResolverPackageCommand
-
The required parameter checks are in the public method and here we expect that the
resolve logic itself is implemented.
- internalResolve(String, ClassLoader, Map) - Method in class org.exolab.castor.xml.util.resolvers.ByCDR
-
Tries to load the CDR file for the given package name using the provided
class loader.
- internalResolve(String, ClassLoader, Map) - Method in class org.exolab.castor.xml.util.resolvers.ByDescriptorClass
-
Tries to load an XMLClassDescriptor directly from an existing .class file.
- internalResolve(String, ClassLoader, Map) - Method in class org.exolab.castor.xml.util.resolvers.ByIntrospection
-
Creates an XMLClassDescriptor for the given type by using introspection.
- internalResolve(String, ClassLoader, Map) - Method in class org.exolab.castor.xml.util.resolvers.ByMappingLoader
-
If a mapping loader is set in the configuration the descriptor for the given
class / className is taken from the mapping loader and put into the cache.
- internalResolve(String, ClassLoader, Map) - Method in class org.exolab.castor.xml.util.resolvers.ByPackageMapping
-
The required parameter checks are in the public method and here we expect that the
resolve logic itself is implemented.
- INTO - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
'INTO' keyword of insert query.
- introspected(XMLClassDescriptor) - Static method in class org.exolab.castor.xml.Introspector
-
Returns true if the given XMLClassDescriptor was created via
introspection
- Introspector - Class in org.exolab.castor.xml
-
A Helper class for the Marshaller and Unmarshaller,
basically the common code base between the two.
- Introspector() - Constructor for class org.exolab.castor.xml.Introspector
-
Creates a new instance of the Introspector.
- Introspector(ClassLoader) - Constructor for class org.exolab.castor.xml.Introspector
-
Creates a new instance of the Introspector.
- IntValidator - Class in org.exolab.castor.xml.validators
-
The Int Validation class.
- IntValidator() - Constructor for class org.exolab.castor.xml.validators.IntValidator
-
Creates a new IntValidator with no restrictions.
- INVALID_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
This code is for errors or uninitialized types.
- InvalidCharException - Exception in org.exolab.castor.jdo.oql
-
Exception thrown to indicate that an invalid character was encountered by
the Lexer.
- InvalidCharException(String) - Constructor for exception org.exolab.castor.jdo.oql.InvalidCharException
-
- InvalidCharException(String, Throwable) - Constructor for exception org.exolab.castor.jdo.oql.InvalidCharException
-
- inverse() - Method in enum org.castor.cpa.persistence.sql.query.condition.CompareOperator
-
Returns the inverse comparison operator.
- invoke(Object, Method, Object[]) - Method in class org.castor.cpa.persistence.sql.connection.CallableStatementProxy
- invoke(Object, Method, Object[]) - Method in class org.castor.cpa.persistence.sql.connection.ConnectionProxy
- invoke(Object, Method, Object[]) - Method in class org.castor.cpa.persistence.sql.connection.PreparedStatementProxy
- invoke(Object, Method, Object[]) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesImplementation
-
Invokes a method.
- invokeMethod(Object, String, Class<?>[], Object[]) - Method in class org.castor.cache.AbstractBaseCache
-
Invoke method with given name and arguments having parameters of types
specified on the given target.
- invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Method in class org.castor.cache.AbstractBaseCache
-
Invoke static method with given name and arguments having parameters of
types specified on the given target.
- IO_EXCEPTION - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass
instance of type 'java.io.IOException'.
- IONE - Static variable in class org.castor.core.util.concurrent.ReentrantWriterPreferenceReadWriteLock
-
cache/reuse the special Integer value one to speed up readlocks *
- IS - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
'IS' keyword for conditions of SQL queries.
- IS - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- IS - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- IS_DEFINED - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- IS_DEFINED - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- IS_UNDEFINED - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- IS_UNDEFINED - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- isAbstract() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'abstract'.
- isAbstract() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the class that will represent the current
XMLBindingComponent must be abstract.
- isAbstract() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns true if the class generated from the current BindingComponent
will be abstract.
- isAbstract() - Method in class org.exolab.castor.builder.info.ClassInfo
-
Returns true if the JClass represented by this ClassInfo is abstract.
- isAbstract() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns true if this ComplexType has been marked as Abstract.
- isAbstract() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns true if this element definition is abstract
- isAbstract() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifiers includes the qualifier "abstract".
- isAcceptNull() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Returns the value of field 'acceptNull'.
- isActive() - Method in interface org.exolab.castor.jdo.Database
-
Returns true if a transaction is currently active.
- isActive() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Returns true if a transaction is currently active.
- isAddable() - Method in class org.exolab.castor.persist.FieldMolder
-
- isAddMethod(Method) - Method in interface org.castor.xml.JavaNaming
-
Checks if the given method is an add method.
- isAddMethod(Method) - Method in class org.castor.xml.JavaNamingImpl
-
Checks if the given method is an add method.
- isAllowRedefinition() - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader2
-
Is the ability to allow redefinitions enabled or disabled?
- isAnnotationPresent(JAnnotationType) - Method in interface org.exolab.javasource.JAnnotatedElement
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isAnnotationPresent(JAnnotationType) - Method in class org.exolab.javasource.JAnnotatedElementHelper
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isAnnotationPresent(JAnnotationType) - Method in class org.exolab.javasource.JMethod
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isAnnotationPresent(JAnnotationType) - Method in class org.exolab.javasource.JStructure
-
Returns true if a JAnnotation exists for the given JAnnotationType.
- isAnyContent() - Method in class org.exolab.castor.xml.dtd.Element
-
True if the element is of ANY content type,
false otherwise.
- isAnyType() - Method in class org.exolab.castor.xml.schema.XMLType
-
Returns true if this XMLType is an AnyType
- isArray() - Method in class org.exolab.javasource.JType
-
Returns true if this type represents an Array.
- isAssignableFrom(Class<?>) - Method in class org.exolab.castor.persist.ClassMolder
-
check if the current ClassModlder is assignable from the class
instance.
- isAttributeWildcard() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Returns true if this wildcard represents <anyAttribute> otherwise false
- isAutoComplete() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'autoComplete'.
- isAutomaticConflictResolution() - Method in class org.exolab.castor.builder.BuilderConfiguration
-
indicates whether automatic class name conflict resolution during
XML code generation should take place or not.
- isAutoStore() - Method in class org.castor.persist.AbstractTransactionContext
-
Test if autoStore option is enabled or not.
- isAutoStore() - Method in interface org.castor.persist.TransactionContext
-
- isAutoStore() - Method in interface org.exolab.castor.jdo.Database
-
- isAutoStore() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Return if the current transaction is set to autoStore, it there is
transaction active.
- isAutoStore() - Method in class org.exolab.castor.jdo.JDOManager
-
Return if the next database instance will be set to autoStore.
- isBasicOptional() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isBound() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'bound'.
- isBound() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this FieldInfo represents a bound property.
- isBuiltInType() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns true if this SimpleType is a built in type.
- isBuiltInType(int) - Static method in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
Indicates if a type code corresponds to an xml schema built in type.
- isCached(ClassMolder, Class, Identity) - Method in class org.castor.persist.AbstractTransactionContext
- isCached(ClassMolder, Class, Identity) - Method in interface org.castor.persist.TransactionContext
-
- isCached(Class, Object) - Method in class org.exolab.castor.jdo.CacheManager
-
Indicates whether am instance of cls is currently cached.
- isCached(Class, OID) - Method in class org.exolab.castor.persist.LockEngine
-
Provides information about whether an object of Class cls with identity iod is
currently cached.
- isCascadingCreate(TransactionContext) - Method in class org.castor.persist.resolver.BaseRelationResolver
-
Indicates whether 'cascading create' mode has been requested.
- isCascadingDelete() - Method in class org.castor.persist.resolver.BaseRelationResolver
-
Indicates whether 'cascading delete' mode has been requested.
- isCascadingUpdate(TransactionContext) - Method in class org.castor.persist.resolver.BaseRelationResolver
-
Indicates whether 'cascading update' mode has been requested.
- isCDATA(String) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks all characters of the given String to determine if they
syntactically match the production of a CDATA.
- isCheckDirty() - Method in class org.exolab.castor.persist.FieldMolder
-
- isChoice() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns true if the compositor of this GroupInfo is a choice.
- isChoice() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if the compositor of this GroupInfo is a choice.
- isChoice() - Method in class org.exolab.castor.types.BaseDescriptor
-
Indicates whether the XML artifact described by this descriptor is a .
- isChoice() - Method in class org.exolab.castor.xml.descriptors.BaseDescriptor
-
Indicates whether the XML artifact described by this descriptor is a .
- isChoice() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- isChoice() - Method in interface org.exolab.castor.xml.XMLClassDescriptor
-
Indicates whether the XML artifact described by this descriptor is a .
- isChoiceType() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
True if the content is a choice list of content particles,
false otherwise.
- isClearCollections() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Indicates whether it's necessary to clear any collection or not.
- isCloneable(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns true if the Java type implements the
Cloneable
interface.
- isClosed() - Method in interface org.exolab.castor.jdo.Database
-
Returns true if the database is closed.
- isClosed() - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Returns true if the database is closed.
- isCollection() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns true if this XSType represents a collection.
- isCollection() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if this XSType represents a collection.
- isCollection() - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Return true if the field is a collection.
- isCollection(Class) - Static method in class org.exolab.castor.xml.Introspector
-
Returns true if the given Class is an instance of a
collection class.
- isCombiningChar(char) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks the given character to determine if it is a valid CombiningChar as
defined by the W3C XML 1.0 Recommendation.
- isComplexContent() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns true if this complexType is a 'complexContent'.
- isComplexType() - Method in class org.exolab.castor.xml.schema.XMLType
-
Returns true if this XMLType is a ComplexType
- isConstructable(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns true if the objects of this class are constructable.
- isConstructable(Class<?>, boolean) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns true if the objects of this class are constructable.
- isConstructorArgument() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- isConstructorArgument() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns true if the value of the field represented by this descriptor
should be set via the constructor of the containing class.
- isContainer() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this FieldInfo describes a container class.
- isContainer() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if this ClassInfo describes a container class.
- isContainer() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'container'.
- isContainer() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- isContainer() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns true if the field described by this descriptor is a container
field.
- isConvertibleType(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
- isCreated(Object) - Method in class org.castor.persist.AbstractTransactionContext
-
Returns true if the object is marked as created in this transaction.
- isCreated(Object) - Method in class org.castor.persist.ObjectTracker
-
- isCreated(Object) - Method in interface org.castor.persist.TransactionContext
-
Returns true if the object is marked as created in this transaction.
- isCreateGroupItem() - Method in class org.exolab.castor.builder.FactoryState
-
Returns true if we are currently in the state of creating a group item
class.
- isCreateMethod(Method) - Method in interface org.castor.xml.JavaNaming
-
Checks if the given method is a create method.
- isCreateMethod(Method) - Method in class org.castor.xml.JavaNamingImpl
-
Checks if the given method is a create method.
- isCreating(Object) - Method in class org.castor.persist.ObjectTracker
-
- isDatabaseRegistred(String) - Static method in class org.castor.jdo.engine.DatabaseRegistry
-
Check if database configuration with given name has been loaded.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSId
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSString
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns true if the XSType represents an XML Schema date/time type.
- isDateTime() - Method in class org.exolab.javasource.AbstractJField
-
Indicates whether this JField instance represents a field of type date/time.
- isDateTimeType() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Indicates whether this
SimpleType
is a date/time type.
- isDateTimeType() - Method in class org.exolab.castor.xml.schema.simpletypes.DateTimeType
-
Indicates whether this
SimpleType
is a date/time type.
- isDateTimeType(int) - Static method in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
Tells if a type code corresponds to an xml schema (built-in)
date/time type.
- isDbLock() - Method in class org.exolab.castor.persist.OID
-
Returns true if the object represented by this OID has a database lock.
- isDebug() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Returns the value of field 'debug'.
- isDefault(Object) - Method in class org.exolab.castor.persist.FieldMolder
-
Check if the specified value is the default value of the Field
represented by this FieldMolder.
- isDEFAULT() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if attribute's default value is specified, false otherwise.
- isDefault() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns true if the "default" flag is set.
- isDefaultIdentity(Identity) - Method in class org.exolab.castor.persist.ClassMolder
-
Test if the specified identity is the default value of the type.
- isDeleted(Object) - Method in class org.castor.persist.AbstractTransactionContext
-
Returns true if and only if the specified object is loaded or created in this
transaction and is deleted.
- isDeleted(Object) - Method in class org.castor.persist.ObjectTracker
-
- isDeleted(Object) - Method in interface org.castor.persist.TransactionContext
-
Returns true if and only if the specified object is loaded or created in this
transaction and is deleted.
- isDeletedByOID(OID) - Method in class org.castor.persist.AbstractTransactionContext
- isDeletedByOID(OID) - Method in interface org.castor.persist.TransactionContext
-
- isDepended(OID, Object) - Method in class org.castor.persist.AbstractTransactionContext
- isDepended(OID, Object) - Method in interface org.castor.persist.TransactionContext
-
- isDependent() - Method in class org.exolab.castor.persist.ClassMolder
-
Return true if the base type of this ClassMolder is an dependent class.
- isDependent() - Method in class org.exolab.castor.persist.FieldMolder
-
- isDerivedFromXSList() - Method in class org.exolab.castor.builder.types.XSList
-
Indicates whether this
XSList
instance has been created as a result
of a
definition.
- isDerivedFromXSList() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- isDerivedFromXSList() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
- isDetachable() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Returns the value of field 'detachable'.
- isDigit(char) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks a character to see if it is a digit or not.
- isDirect() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- isDirect() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'direct'.
- isDirect() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'direct'.
- isDirty() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnInfo
-
Method returning dirty flag.
- isDirty() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- isDirty() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns true if field will NOT be checked against the database for
modification, otherwise false.
- isDirty() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns true if field will NOT be checked against the database for
modification, otherwise false.
- isDirty() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns true if field will NOT be checked against the database for
modification, otherwise false.
- isDirty() - Method in class org.exolab.castor.xml.schema.annotations.jdo.ReadonlyDirtyType
-
Returns the value of field 'dirty'.
- isDirtyCheck() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns true if dirty checking is required for this field.
- isDirtyCheck() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.ClassMappingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.DatabaseChoiceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.DatabaseDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.DataSourceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.DriverDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.JdoConfDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.JndiDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.MappingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.PackageMappingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.ParamDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.TransactionDemarcationDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.castor.jdo.conf.descriptors.TransactionManagerDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.AutomaticNamingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.BindingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ClassTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeChoiceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ComponentBindingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ContentMemberTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumBindingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumClassNameDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.EnumMemberDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ExcludesDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.FieldTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.ForcesDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.IncludeTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.InterfaceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.NamingXMLTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeChoiceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.descriptors.PackageTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.BindingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeCollectionTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.FieldTypeVisibilityTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.binding.xml.types.descriptors.VisibilityTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if XSD is global element or element with anonymous type or
false if property is not set.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.BindXmlDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.CacheTypeMappingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassChoiceDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.ClassMappingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.ContainerDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldHandlerDefDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.FieldMappingDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.IncludeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.KeyGeneratorDefDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.LdapDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.MappingRootDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.MapToDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedNativeQueryDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.NamedQueryDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.ParamDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.PropertyTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.QueryHintDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Returns the value of field 'elementDefinition'.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlAutoNamingTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.types.descriptors.BindXmlNodeTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.types.descriptors.ClassMappingAccessTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.types.descriptors.FieldMappingCollectionTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ColumnDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ManyToManyDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToManyDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.OneToOneDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PkTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.PrimaryKeyDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.ReadonlyDirtyTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.descriptors.TableDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.schema.annotations.jdo.types.descriptors.TableAccessModeTypeDescriptor
-
Method isElementDefinition.
- isElementDefinition() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Returns true if XML schema definition of this Class is that of a global
element or element with anonymous type definition.
- isElemOnlyContent() - Method in class org.exolab.castor.xml.dtd.Element
-
True if the element is of ELEMENTS_ONLY content type,
false otherwise.
- isEmptiable() - Method in class org.exolab.castor.xml.schema.ComplexType
-
- isEmptiable() - Method in class org.exolab.castor.xml.schema.Group
-
Indicates whether this
Particle
is 'emptiable'
- isEmptiable() - Method in class org.exolab.castor.xml.schema.Particle
-
- isEmpty() - Method in class org.castor.cache.DebuggingCacheProxy
- isEmpty() - Method in class org.castor.cache.distributed.AbstractDistributedCache
- isEmpty() - Method in class org.castor.cache.distributed.EHCache
- isEmpty() - Method in class org.castor.cache.distributed.JcsCache
- isEmpty() - Method in class org.castor.cache.distributed.OsCache
- isEmpty() - Method in class org.castor.cache.hashbelt.AbstractHashbelt
- isEmpty() - Method in class org.castor.cache.hashbelt.container.FastIteratingContainer
- isEmpty() - Method in class org.castor.cache.hashbelt.container.WeakReferenceContainer
- isEmpty() - Method in class org.castor.cache.simple.CountLimited
- isEmpty() - Method in class org.castor.cache.simple.NoCache
- isEmpty() - Method in class org.castor.cache.simple.TimeLimited
- isEmpty() - Method in class org.castor.cache.simple.Unlimited
- isEmpty() - Method in class org.castor.core.util.IdentityMap
- isEmpty() - Method in class org.castor.core.util.IdentitySet
- isEmpty() - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorManager
-
- isEmpty() - Method in class org.castor.cpa.jpa.info.JPAVersionManager
-
- isEmpty() - Method in class org.castor.persist.proxy.LazyHashSet
-
- isEmpty() - Method in class org.exolab.castor.jdo.engine.TxDatabaseMap
-
- isEmpty() - Method in class org.exolab.castor.xml.parsing.UnmarshalStateStack
-
Checks if the stack is empty.
- isEmpty() - Method in class org.exolab.castor.xml.schema.AttributeGroup
-
Returns true if this AttributeGroup does not contain any
AttributeDecls or any non-empty AttributeGroupReferences
- isEmpty() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns true if this AttributeGroup does not contain any
AttributeDecls or any non-empty AttributeGroups
- isEmpty() - Method in class org.exolab.castor.xml.schema.AttributeGroupReference
-
Returns true if this AttributeGroup does not contain any
AttributeDecls or any non-empty AttributeGroups
- isEmpty() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptors
-
Returns true if there are no descriptors in the collection.
- isEmpty() - Method in class org.exolab.javasource.JSourceCode
-
Returns true if this JSourceCode is empty (ie.
- isEmptyContent() - Method in class org.exolab.castor.xml.dtd.Element
-
True if the element is of EMPTY content type, false otherwise.
- isEmptyPackageName(String) - Method in class org.exolab.castor.xml.util.resolvers.AbstractResolverPackageCommand
-
Is the given package name empty?
- isENTITIESType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of ENTITIES type,
false otherwise.
- isENTITYType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of ENTITY type,
false otherwise.
- isEnum(JClass) - Method in class org.exolab.castor.builder.printing.TemplateHelper
-
Returns true if the
JClass
instance is instance of JEnum.
- isEnumerated() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if this XSType represents an enumerated type.
- isEnumerationType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of Enumeration type, false otherwise.
- isEnumType(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
- isEnumViaReflection(Class) - Static method in class org.exolab.castor.util.ReflectionUtil
-
Calls isEnum() method on target class vi areflection to find out
whether the given type is a Java 5 enumeration.
- isEquals() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'equals'.
- isEquals(Object, Object) - Static method in class org.exolab.castor.persist.ClassMolderHelper
-
A utility method which compare object.
- isEquals(Collection, Collection) - Static method in class org.exolab.castor.persist.ClassMolderHelper
-
Utility method to compare collections for equality.
- isExpanded() - Method in class org.castor.persist.ProposedEntity
-
True if the proposed class has been expanded.
- isExtender(char) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Returns true if the given character is a valid XML Extender character,
according to the XML 1.0 specification.
- isExternalPublic() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
True if EXTERNAL_PUBLIC entity, false otherwise.
- isExternalSystem() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
True if EXTERNAL_SYSTEM entity, false otherwise.
- isExternalUnparsed() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
True if external unparsed entity, that is if external and
associated notation name is specified, false otherwise.
- isExtraMethods() - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Indicates whether extra collection methods should be created.
- isFacet(String) - Static method in class org.exolab.castor.xml.schema.reader.FacetUnmarshaller
-
- isFailFast() - Method in class org.exolab.castor.xml.ValidationContext
-
Returns true if the validation process should fail upon first error
encountered, otherwise the validation processs will attempt to validate
as much as possible (even after the first error is encountered) and
collect as many errors before either returning (no errors) or throwing a
validationException containing the list of errors.
- isFieldsSet() - Method in class org.castor.persist.ProposedEntity
-
Indicates whether the fields are set, i.e.
- isFinal() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Returns the value of field 'final'.
- isFinal() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the class that will represent the current XMLBindingComponent
must be final.
- isFinal() - Method in interface org.exolab.castor.builder.BindingComponent
-
Returns true if the class generated from the current BindingComponent
will be final.
- isFinal() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Indicates whether this field is final.
- isFinal() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifiers includes the qualifier "final".
- isFixed() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the wrapped XML Schema component is fixed (i.e the value
used is fixed).
- isFIXED() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute has fixed value, false otherwise.
- isFixed() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns true if the use attribute is equal to "optional".
- isGetMethod(Method) - Method in interface org.castor.xml.JavaNaming
-
Checks if the given method is a get method.
- isGetMethod(Method) - Method in class org.castor.xml.JavaNamingImpl
-
Checks if the given method is a get method.
- isGetSetCollection(Class) - Static method in class org.exolab.castor.mapping.loader.CollectionHandlers
-
Returns true if the collection requires get/set methods.
- isGetter(Method) - Static method in class org.castor.cpa.jpa.processors.ReflectionsHelper
-
Convenience method to check whether a
Method
is a getter method,
i.e.
- isGlobal() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGenerator
-
Shell globally unique keys be generated?
- isGreater(Duration) - Method in class org.exolab.castor.types.Duration
-
Returns true if the present instance of TimeDuration is greater than the
parameter
- isGreater(RecurringDuration) - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
Returns true if the present instance of RecurringDuration is greater than
the parameter
- isGreater(RecurringDurationBase) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
Returns true if the present instance of RecurringDurationBase is greater
than the parameter
- isGreater(TimeDuration) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
Returns true if the present instance of TimeDuration is greater than
the parameter
- isGroupName(String) - Static method in class org.exolab.castor.xml.schema.SchemaNames
-
Determines whether or not the given name is the name
of an XML Schema group structure.
- isId() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isIdentity(ClassMapping, FieldMapping) - Method in class org.castor.ddlgen.MappingHelper
-
Check if given FieldMapping is an identity at given ClassMapping.
- isIdentity() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get if this field is part of the identity?
- isIdentity() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Is the described field is part of the identity of the class it belongs to?
- isIdentity() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'identity'.
- isIDREFSType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of IDREFS type,
false otherwise.
- isIDREFType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of IDREF type,
false otherwise.
- isIDType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of ID type, false otherwise.
- isImmutable() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns true if the field type is immutable.
- isImmutable() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- isImmutable() - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Returns true if field type is immutable.
- isImmutable(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns true if the Java type is immutable.
- isIMPLIED() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if no default value for the attribute is provided
("IMPLIED" specification), false otherwise.
- isIncremental() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- isIncremental() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns the incremental flag which when true indicates that this member
may be safely added before the unmarshaler is finished unmarshaling it.
- isInitialized() - Method in class org.castor.cache.AbstractCacheFactory
-
Has the cache factory been initialized?
- isInJavaLang(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a Java class in java.lang.* which
will cause a problem when used as a variable name.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.HighLowKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.IdentityKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in interface org.castor.cpa.persistence.sql.keygen.KeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.MaxKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.NoKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.SequenceAfterKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.SequenceBeforeKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.SequenceDuringKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.TableKeyGenerator
-
- isInSameConnection() - Method in class org.castor.cpa.persistence.sql.keygen.UUIDKeyGenerator
-
Is key generated in the same connection as INSERT?
For DURING_INSERT style this method is never called.
- isInternal() - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
True if internal entity, false otherwise.
- isIsMethod(Method) - Method in interface org.castor.xml.JavaNaming
-
Checks if the given method is an is method.
- isIsMethod(Method) - Method in class org.castor.xml.JavaNamingImpl
-
Checks if the given method is a 'is' method.
- isJoined() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Does persistence factory support generation of unique keys with identity key generator?
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.HsqlFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.InformixFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.MySQLFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.PointbaseFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.SQLServerFactory
-
- isKeyGeneratorIdentitySupported() - Method in class org.castor.cpa.persistence.sql.driver.SybaseFactory
-
- isKeyGeneratorIdentitySupported() - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Does persistence factory support generation of unique keys with identity key generator?
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Does identity key generator support generation of unique keys for the given SQL type?
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.HsqlFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.InformixFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.MySQLFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.PointbaseFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.SQLServerFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.SybaseFactory
-
- isKeyGeneratorIdentityTypeSupported(int) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Does identity key generator support generation of unique keys for the given SQL type?
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Does persistence factory support generation of new key at the time of new
object creation with sequence key generator?
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.InterbaseFactory
-
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.OracleFactory
-
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- isKeyGeneratorSequenceSupported(boolean, boolean) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Does persistence factory support generation of new key at the time of new
object creation with sequence key generator?
- isKeyGeneratorSequenceTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.DB2Factory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorSequenceTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.DerbyFactory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorSequenceTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.GenericFactory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorSequenceTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.InterbaseFactory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorSequenceTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.OracleFactory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorSequenceTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLFactory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorSequenceTypeSupported(int) - Method in class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorSequenceTypeSupported(int) - Method in interface org.exolab.castor.persist.spi.PersistenceFactory
-
Does Sequence key generator support generation of key for the given SQL type?
- isKeyGeneratorUsed() - Method in class org.exolab.castor.persist.ClassMolder
-
Return true if a key generator is used for the base type of this ClassMolder.
- isKeyGenUsed() - Method in class org.exolab.castor.persist.ClassMolder
-
Return true if a key generator is used for the base type of this ClassMolder.
- isKeyword(String) - Method in interface org.castor.xml.JavaNaming
-
Returns true if the given String is a Java keyword which will cause a
problem when used as a variable name.
- isKeyword(String) - Method in class org.castor.xml.JavaNamingImpl
-
Returns true if the given String is a Java keyword which will cause a
problem when used as a variable name.
- isKeyword(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a Java keyword which will cause a
problem when used as a variable name.
- isKnownNamespace(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Returns True if the namespace is known to this schema
- isLazy() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- isLazy() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'lazy'.
- isLazy() - Method in class org.exolab.castor.persist.FieldMolder
-
- isLeaf() - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Specifies whether this node is a leaf.
- isLeap(int) - Method in class org.exolab.castor.types.DateTimeBase
-
Returns true if the given year represents a leap year.
- isLeap() - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
return true if the year field represents a leap year
A specific year is a leap year if it is either evenly
divisible by 400 OR evenly divisible by 4 and not evenly divisible by 100
- isLetter(char) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks a character to see if it is a letter or not.
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.DB2QueryExpression
-
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.HsqlQueryExpression
-
Provides an implementation of QueryExpression#isLimitClauseSupported()
.
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.MySQLQueryExpression
-
Provides an implementation of QueryExpression#isLimitClauseSupported()
.
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.OracleQueryExpression
-
Indicates that Oracle supports an OQL LIMIT clause for versions >= 8.1.6.
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLQueryExpression
-
Provides an implementation of QueryExpression#isLimitClauseSupported()
.
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.ProgressQueryExpression
-
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.SapDbQueryExpression
-
Indicates that SapDB supports an OQL LIMIT clause.
- isLimitClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.SQLServerQueryExpression
-
- isLimitClauseSupported() - Method in interface org.exolab.castor.persist.spi.QueryExpression
-
Indicates whether a RDBMS supports LIMIT clauses.
- isLob() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isLocked() - Method in class org.castor.cpa.persistence.sql.query.Select
-
Get locked-flag that specifies if query has to be executed in locked mode or not.
- isLocked(Class, Identity, LockEngine) - Method in class org.castor.persist.AbstractTransactionContext
-
Returns true if the object given is locked.
- isLocked(Class, Identity, LockEngine) - Method in interface org.castor.persist.TransactionContext
-
Returns true if the object given is locked.
- isLocked(Class, Object) - Method in interface org.exolab.castor.jdo.Database
-
Returns true if the specified object is currently locked.
- isLocked(Class, Object) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Returns true if the specified object is currently locked.
- isLocked(Class, OID) - Method in class org.exolab.castor.persist.LockEngine
-
- isManyToMany() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isManyToMany() - Method in class org.exolab.castor.persist.FieldMolder
-
- isManyToManyInverseCopy() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isManyToOne() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isMapCollection(Class) - Static method in class org.exolab.castor.xml.Introspector
-
Returns true if the given Class is an instance of a
collection class.
- isMapped() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- isMapped() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns true if the field described by this descriptor is Map or
Hashtable.
- isMaxInclusive() - Method in class org.exolab.castor.xml.schema.simpletypes.AtomicType
-
Tells if the maximum is inclusive or not
Has no meaning if there is no maxInclusive/Exclusive facet
- isMaxOccursSet() - Method in class org.exolab.castor.xml.schema.Particle
-
Indicates whetehr maxOccurs has been set.
- isMinInclusive() - Method in class org.exolab.castor.xml.schema.simpletypes.AtomicType
-
Tells if the minimum is inclusive or not
Has no meaning if there is no minInclusive/Exclusive facet
- isMinOccursSet() - Method in class org.exolab.castor.xml.schema.Particle
-
Indicates whether minOccurs has been set.
- isMixedContent() - Method in class org.exolab.castor.xml.dtd.Element
-
True if the element is of MIXED content type, false otherwise.
- isModelGroupDefinition() - Method in class org.exolab.castor.xml.schema.Group
-
- isMulti() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- isMulti() - Method in class org.exolab.castor.persist.FieldMolder
-
- isMultivalued() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Return whether or not the object described by this XMLInfo is
multi-valued (appears more than once in the XML document).
- isMultivalued() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns whether or not the object described by this XMLInfo is
multi-valued (appears more than once in the XML document).
- isMultivalued() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns true if the field is multivalued (a collection).
- isMultivalued() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- isMultivalued() - Method in class org.exolab.castor.xml.schema.Facet
-
Returns true if this Facet can occur more than once, such
as the "enumeration" facet.
- isMultivalued() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns true if the field described by this descriptor can contain more
than one value.
- isNamespaceName(String) - Static method in class org.exolab.castor.xml.schema.SchemaNames
-
Determines whether or not the given name is the name
of an XML Schema namespace attributes.
- isNameSpacePrefix(String) - Static method in class org.exolab.castor.xml.dtd.Converter
-
- isNCName(String) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks all characters of the given String to determine if they
syntactically match the production of an NCName as defined by the W3C XML
Namespaces recommendation.
- isNCNameChar(char) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks the the given character to determine if it is a valid NCNameChar
as defined by the W3C XML Namespaces recommendation.
- isNegative() - Method in class org.exolab.castor.types.DateTimeBase
-
- isNegative() - Method in class org.exolab.castor.types.Duration
-
- isNegative() - Method in class org.exolab.castor.types.GDay
-
- isNegative() - Method in class org.exolab.castor.types.GMonth
-
- isNegative() - Method in class org.exolab.castor.types.GMonthDay
-
- isNegative() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- isNegative() - Method in class org.exolab.castor.types.Time
-
- isNegative() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- isNewline() - Method in class org.exolab.javasource.JSourceWriter
-
Checks to see if the cursor is positioned on a new line.
- isNewNamespaceScopeNecessary() - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Indicates whether a new name space scope is needed.
- isNillable() - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Returns true if the wrapped XML Schema component is nillable.
- isNillable() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this field represents a nillable field.
- isNillable() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'nillable'.
- isNillable() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns whether or not instances of this element definition
may appear with no content.
- isNillable() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- isNillable() - Method in class org.exolab.castor.xml.validators.PatternValidator
-
Returns whether or not objects validated by this Validator are nillable
(are allowed to be null).
- isNillable() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns true if the field described by this descriptor may be nillable.
- isNMToken(String) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks all characters of the given String to determine if they
syntactically match the production of an NMToken.
- isNMTOKENSType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of NMTOKENS type,
false otherwise.
- isNMTOKENType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of NMTOKEN type,
false otherwise.
- isNot() - Method in class org.castor.cpa.query.object.condition.SimpleCondition
-
Does test result get inverted?
- isNOTATIONType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of NOTATION type,
false otherwise.
- isNotNull() - Method in class org.castor.cpa.persistence.sql.query.expression.Expression
-
Check if this expression is not null.
- isNotNull() - Method in interface org.castor.cpa.query.Field
-
Checks if is not null.
- isNotNull() - Method in class org.castor.cpa.query.object.AbstractField
-
Checks if is not null.
- isNotNull() - Method in class org.castor.cpa.query.object.parameter.AbstractParameter
-
Factory method to create a Condition that checks if this Parameter is not null.
- isNotNull() - Method in interface org.castor.cpa.query.Parameter
-
Factory method to create a Condition that checks if this Parameter is not null.
- isNull() - Method in class org.castor.cpa.persistence.sql.query.expression.Expression
-
Check if this expression is null.
- isNull() - Method in interface org.castor.cpa.query.Field
-
Checks if is null.
- isNull() - Method in class org.castor.cpa.query.object.AbstractField
-
Checks if is null.
- isNull() - Method in class org.castor.cpa.query.object.parameter.AbstractParameter
-
Factory method to create a Condition that checks if this Parameter is null.
- isNull() - Method in interface org.castor.cpa.query.Parameter
-
Factory method to create a Condition that checks if this Parameter is null.
- IsNullPredicate - Class in org.castor.cpa.persistence.sql.query.condition
-
Predicate that checks expressions for being null or not null.
- IsNullPredicate(Expression) - Constructor for class org.castor.cpa.persistence.sql.query.condition.IsNullPredicate
-
Construct a predicate that checks the given expression for being null.
- IsNullPredicate(Expression, boolean) - Constructor for class org.castor.cpa.persistence.sql.query.condition.IsNullPredicate
-
Construct a predicate that checks the given expression for being null.
- isNumericType() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Indicates whether this
SimpleType
is a numeric type.
- isNumericType() - Method in class org.exolab.castor.xml.schema.simpletypes.DecimalType
-
Indicates whether this
SimpleType
is a numeric type.
- isNumericType() - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
Indicates whether this
SimpleType
is a numeric type.
- isNumericType(int) - Static method in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
Tells if a type code corresponds to an xml schema (built-in)
numeric type.
- isOffsetClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.HsqlQueryExpression
-
Provides an implementation of QueryExpression#isOffsetClauseSupported()
.
- isOffsetClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
- isOffsetClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.MySQLQueryExpression
-
Provides an implementation of QueryExpression#isOffsetClauseSupported()
.
- isOffsetClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.OracleQueryExpression
-
Indicates that Oracle supports an OQL OFFSET clause for versions >= 8.1.6.
- isOffsetClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.PostgreSQLQueryExpression
-
Provides an implementation of QueryExpression#isOffsetClauseSupported()
.
- isOffsetClauseSupported() - Method in class org.castor.cpa.persistence.sql.driver.SapDbQueryExpression
-
Indicates that SapDB supports an OQL OFFSET clause for versions >= 7.6.0.
- isOffsetClauseSupported() - Method in interface org.exolab.castor.persist.spi.QueryExpression
-
Indicates whether a RDBMS supports OFFSET clauses.
- isOneOccurance() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
True if ocurence specification of the content particle is ONE,
false otherwise.
- isOneOrMoreOccurances() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
True if occurance specification of the content particle
is ONE_OR_MORE, false otherwise.
- isOneToMany() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isOneToOne() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isOpen() - Method in class org.castor.persist.AbstractTransactionContext
-
Returns true if the transaction is open.
- isOpen() - Method in interface org.castor.persist.TransactionContext
-
Returns true if the transaction is open.
- isOptional() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns true if the use attribute is equal to "optional".
- isPackage() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is package
(i.e., without qualifier).
- isParameterizedCollectionsObject(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a parameterized Java collection.
- isPersistanceCapable() - Method in class org.exolab.castor.persist.FieldMolder
-
- isPersistent(Object) - Method in class org.castor.persist.AbstractTransactionContext
-
Returns true if the object is persistent in this transaction.
- isPersistent(Object) - Method in interface org.castor.persist.TransactionContext
-
Returns true if the object is persistent in this transaction.
- isPersistent(Object) - Method in interface org.exolab.castor.jdo.Database
-
Returns true if the entity is persistent.
- isPersistent(Object) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Returns true if the entity is persistent.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSAnyURI
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSBase64Binary
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSBoolean
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSByte
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSClass
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDate
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDateTime
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDecimal
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDouble
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSDuration
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSFloat
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGDay
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGMonth
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGMonthDay
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGYear
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSGYearMonth
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSHexBinary
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSId
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSIdRef
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSInt
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSListType
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSLong
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNCName
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNegativeInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNMToken
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNonNegativeInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNonPositiveInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSNormalizedString
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSPositiveInteger
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSQName
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSShort
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSString
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSTime
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSType
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedByte
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedInt
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedLong
-
Returns true if this XSType represents a primitive type.
- isPrimitive() - Method in class org.exolab.castor.builder.types.XSUnsignedShort
-
Returns true if this XSType represents a primitive type.
- isPrimitive(Class<?>) - Static method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
Returns true if the given class should be treated as a primitive
type
- isPrimitive() - Method in class org.exolab.javasource.JType
-
Returns true if this type represents a Java primitive type.
- isPrimitiveType(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns true if the Java type is represented as a primitive type.
- isPrimitiveType(int) - Static method in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
Tells if a type code corresponds to an xml schema (built-in)
primitive type.
- isPrivate() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is "private".
- isProcessName(String) - Static method in class org.exolab.castor.xml.schema.SchemaNames
-
Determines whether or not the given name is the name
of an XML Schema Wildcard processContents attribute.
- isProhibited() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns true if the use attribute is equal to "prohibited".
- isProtected() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is "protected".
- isPublic() - Method in class org.exolab.castor.xml.dtd.Notation
-
True if PUBLIC notation, false otherwise.
- isPublic() - Method in class org.exolab.javasource.JModifiers
-
Returns true if the visibility modifier for this JModifier is "public".
- isQName(String) - Static method in class org.exolab.castor.xml.validators.ValidationUtils
-
Checks all characters of the given String to determine if they
syntactically match the production of an QName as defined by the W3C XML
Namespaces recommendation.
- isQualified() - Method in class org.exolab.castor.xml.schema.Form
-
Returns true if this Form is the qualified Form.
- isReadable() - Method in class org.exolab.castor.xml.AccessRights
-
Returns true if this AccessRights allows reading
- isReadOnly(Object) - Method in class org.castor.persist.AbstractTransactionContext
-
Check to see whether this transaction considers an object to have been marked
read-only.
- isReadOnly(Object) - Method in class org.castor.persist.ObjectTracker
-
- isReadOnly(Object) - Method in interface org.castor.persist.TransactionContext
-
Check to see whether this transaction considers an object to have been marked
read-only.
- isReadOnly() - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Returns true if no update on the column can be performed, false
otherwise.
- isReadOnly() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Returns true if no update on the column can be performed, false
otherwise.
- isReadOnly() - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Returns true if no update on the column can be performed, false
otherwise.
- isReadonly() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns true if field access is read only.
- isReadOnly() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'readOnly'.
- isReadonly() - Method in class org.exolab.castor.persist.FieldMolder
-
- isReadOnly() - Method in class org.exolab.castor.xml.schema.annotations.jdo.ReadonlyDirtyType
-
Returns the value of field 'readOnly'.
- isReadWrite(Object) - Method in class org.castor.persist.ObjectTracker
-
Returns true if the specified object is tracked as a read-write object.
- isRecorded(Object) - Method in class org.castor.persist.AbstractTransactionContext
-
Returns true if the object has been previously queried/loaded/updated/created in
this transaction.
- isRecorded(Object) - Method in interface org.castor.persist.TransactionContext
-
Returns true if the object has been previously queried/loaded/updated/created in
this transaction.
- isRedefined() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Returns true if this attributeGroupDecl is a redefinition.
- isRedefined() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns true if this complexType is a redefinition.
- isRedefined() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns true if this group is a redefinition.
- isRedefined() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Returns true if this simpleType is a redefinition.
- isReference() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'reference'.
- isReference() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns true if this attribute definition simply references another
attribute Definition
- isReference() - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Returns true if this element definition simply references another
element Definition
- isReference() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Returns true if this model group definition simply references another
model group Definition
- isReference() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- isReference() - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Returns true if the field described by this descriptor is a reference
(ie.
- isReferenceType() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
True if the content is exactly on child-element,
false otherwise.
- isRelationLazyFetch() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isRelationOptional() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isRequired() - Method in class org.castor.ddlgen.schemaobject.Field
-
Get if this field is a required one?
- isRequired() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Return true if the XML object described by this GroupInfo must appear at
least once in the XML document (or object model).
- isRequired() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Return true if the XML object described by this XMLInfo must appear at
least once in the XML document (or object model).
- isRequired() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns true if the field type is required.
- isRequired() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- isRequired() - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Returns true if field type is required.
- isRequired() - Method in class org.exolab.castor.mapping.xml.Container
-
Returns the value of field 'required'.
- isRequired() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'required'.
- isREQUIRED() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is required, false otherwise.
- isRequired() - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Returns true if the 'use' attribute is equal to REQUIRED and
there is no specified value.
- isReservedByCastor(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a reserved name by Castor which may
cause a problem when used as a variable name.
- isReservedByWindows(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String is a reserved name by the Windows
filesystem which will cause a problem when used as a class name under
Windows.
- isRestricted() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns true if this complexType is a restriction.
- isReturning() - Method in class org.castor.ddlgen.keygenerator.SequenceKeyGenerator
-
Get returning mode for the sequence.
- isReuseObjects() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Indicats whether Object instances should be re-used.
- isRoot() - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Specifies whether this node is the root of a tree.
- isSameConnection() - Method in class org.castor.ddlgen.keygenerator.HighLowKeyGenerator
-
Shell the same Connection be used for writing to the sequence table?
- isSameRM(XAResource) - Method in class org.exolab.castor.persist.XAResourceImpl
-
- isSeqType() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
True if the content is a sequence list of content particles,
false otherwise.
- isSequence() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Returns true if the compositor of this GroupInfo is a sequence.
- isSequence() - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Returns true if the compositor of this GroupInfo is a sequence.
- isSerializable(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns true if the Java type implements the
Serializable
interface.
- isSerializable() - Method in class org.exolab.castor.persist.FieldMolder
-
- isSetMethod(Method) - Method in interface org.castor.xml.JavaNaming
-
Checks if the given method is a set method.
- isSetMethod(Method) - Method in class org.castor.xml.JavaNamingImpl
-
Checks if the given method is a set method.
- isSimpleContent() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Returns true if this complexType is a 'simpleContent'.
- isSimpleType(Class<?>) - Static method in class org.exolab.castor.mapping.loader.Types
-
Returns true if the Java type is represented as a simple type.
- isSimpleType() - Method in class org.exolab.castor.xml.schema.XMLType
-
Returns true if this XMLType is a SimpleType
- isStartingNode() - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
Checks if any branch depth counter is zero.
- isStatic() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Indicates whether this field is static.
- isStatic() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifier includes the qualifier "static".
- isStore() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnInfo
-
Method returning store flag.
- isStore() - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- isStore() - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- isStored() - Method in class org.exolab.castor.persist.FieldMolder
-
- isStringEnumType() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isStringType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
True if the attribute is of CDATA type,
false otherwise.
- isSupportedType(Class) - Method in class org.exolab.castor.mapping.FieldHandlerFactory
-
Returns true if the given Class type is supported by
this FieldHandlerFactory.
- isSupportedType(Class) - Method in class org.exolab.castor.xml.handlers.DefaultFieldHandlerFactory
-
Returns true if the given Class type is supported by this
FieldHandlerFactory.
- isSystem() - Method in class org.exolab.castor.xml.dtd.Notation
-
True if SYSTEM notation, false otherwise.
- isTopLevel() - Method in class org.exolab.castor.xml.schema.ComplexType
-
- isTracking(Object) - Method in class org.castor.persist.ObjectTracker
-
Determine whether an object is being tracked within this tracking manager.
- isTransient() - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- isTransient() - Method in class org.exolab.castor.builder.info.FieldInfo
-
Returns true if this FieldInfo is a transient member.
- isTransient() - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Returns true if transient is set for this field.
- isTransient() - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Returns true if the field is transient.
- isTransient() - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- isTransient() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Returns the value of field 'transient'.
- isTransient() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Returns the value of field 'transient'.
- isTransient() - Method in class org.exolab.castor.mapping.xml.Sql
-
Returns the value of field 'transient'.
- isTransient() - Method in class org.exolab.castor.persist.FieldMolder
-
- isTransient() - Method in class org.exolab.javasource.JModifiers
-
Returns true if this JModifier includes the qualifier "transient".
- isTrigger() - Method in class org.castor.ddlgen.keygenerator.SequenceKeyGenerator
-
Shell a trigger be used to generates keys?
- isUnqualified() - Method in class org.exolab.castor.xml.schema.Form
-
Returns true if this Form is the unqualified Form.
- isUpdateCacheNeeded(Object) - Method in class org.castor.persist.AbstractTransactionContext
-
Retrieves the state of the object in this transaction.
- isUpdateCacheNeeded(Object) - Method in class org.castor.persist.ObjectTracker
-
Returns true if the cache needs to be updated for the given object.
- isUpdateCacheNeeded(Object) - Method in interface org.castor.persist.TransactionContext
-
Retrieves the state of the object in this transaction.
- isUpdatePersistNeeded(Object) - Method in class org.castor.persist.AbstractTransactionContext
-
Retrieves the state of the object in this transaction.
- isUpdatePersistNeeded(Object) - Method in class org.castor.persist.ObjectTracker
-
Returns true if the given object needs to be written to the persistence store.
- isUpdatePersistNeeded(Object) - Method in interface org.castor.persist.TransactionContext
-
Retrieves the state of the object in this transaction.
- isUseFieldIdentity(ClassMapping) - Method in class org.castor.ddlgen.MappingHelper
-
Check if identities of given ClassMapping are defined at its FieldMappings.
- isUseJava50() - Method in class org.exolab.javasource.JComponentizedType
-
Indicates whether Java 5.0 is used.
- isUserDefined() - Method in class org.exolab.castor.jdo.oql.ParamInfo
-
Specifies whether this parameter was specified in the OQL with a User
defined type, like $(int)1.
- isUTC() - Method in class org.exolab.castor.types.DateTimeBase
-
Returns true if this date/time type is UTC, that is, has a time zone
assigned.
- isUTC() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
return true if this recurring Duration type is UTC i.e if there is no time zone.
- isValid() - Method in class org.castor.jdo.conf.ClassMapping
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.Database
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.DatabaseChoice
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.DataSource
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.Driver
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.JdoConf
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.Jndi
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.Mapping
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.PackageMapping
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.Param
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.TransactionDemarcation
-
Method isValid.
- isValid() - Method in class org.castor.jdo.conf.TransactionManager
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.IncludeType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.Interface
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.Container
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.Include
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.Ldap
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.MapTo
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.Param
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.Property
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.PropertyType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.QueryHint
-
Method isValid.
- isValid() - Method in class org.exolab.castor.mapping.xml.Sql
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.ManyToMany
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.OneToMany
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.OneToOne
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.PkType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.PrimaryKey
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.ReadonlyDirtyType
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Method isValid.
- isValid() - Method in class org.exolab.castor.xml.schema.Structure
-
Calls validate() to determine if this Schema Definition
is valid.
- isValidated(Object) - Method in class org.exolab.castor.xml.ValidationContext
-
Checks whether an object has already been validated.
- isValidating() - Method in class org.exolab.castor.xml.Unmarshaller
-
Indicates whether or not validation should be performed during umarshalling.
- isValidJavaIdentifier(String) - Method in interface org.castor.xml.JavaNaming
-
Returns true if the given String matches the production of a valid Java
identifier.
- isValidJavaIdentifier(String) - Method in class org.castor.xml.JavaNamingImpl
-
Returns true if the given String matches the production of a valid Java
identifier.
- isValidJavaIdentifier(String) - Static method in class org.exolab.javasource.JNaming
-
Returns true if the given String matches the production of a valid Java
identifier.
- isValidPackageName(String) - Method in interface org.castor.xml.JavaNaming
-
Checks if the given package name is valid or not.
- isValidPackageName(String) - Method in class org.castor.xml.JavaNamingImpl
-
Checks if the given pacckage name is valid or not.
- isVerifyConstructable() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Returns the value of field 'verifyConstructable'.
- isWhiteSpace(char[], int, int) - Static method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Determines if the given sequence of characters consists
of whitespace characters
- isWhiteSpace(char[], int, int) - Static method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
Determines if the given sequence of characters consists
of whitespace characters
- isWithinMultivaluedElement() - Method in class org.exolab.castor.xml.UnmarshalState
-
- isWrapper() - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Returns the value of field 'wrapper'.
- isWritable() - Method in class org.exolab.castor.xml.AccessRights
-
Returns true if this AccessRights allows writing
- isZeroOrMoreOccurances() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
True if occurance specification of the content particle
is ZERO_OR_MORE, false otherwise.
- isZeroOrOneOccurance() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
True if occurance specification of the content particle
is ZERO_OR_ONE, false otherwise.
- isZoneNegative() - Method in class org.exolab.castor.types.DateTimeBase
-
- isZoneNegative() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
- Item(Field) - Constructor for class org.castor.cpa.query.object.OrderImpl.Item
-
Construct order item with given field and ascending order.
- Item(Field, OrderDirection) - Constructor for class org.castor.cpa.query.object.OrderImpl.Item
-
Construct order item with given field and direction.
- ITEM_TYPE_ATTR - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- iterateAll() - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
Method returning list of all columns belonging to this table.
- iterateAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateAttributeBinding.
- iterateAttributeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateAttributeBinding.
- iterateClassMapping() - Method in class org.castor.jdo.conf.Database
-
Method iterateClassMapping.
- iterateClassMapping() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method iterateClassMapping.
- iterateComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateComplexTypeBinding.
- iterateComplexTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateComplexTypeBinding.
- iterateComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateComponentBinding.
- iterateComponentBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateComponentBinding.
- iterateContainer() - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method iterateContainer.
- iterateDatabase() - Method in class org.castor.jdo.conf.JdoConf
-
Method iterateDatabase.
- iterateElementBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateElementBinding.
- iterateElementBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateElementBinding.
- iterateEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateEnumBinding.
- iterateEnumBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateEnumBinding.
- iterateEnumMember() - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Method iterateEnumMember.
- iterateExclude() - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
Method iterateExclude.
- iterateFieldHandlerDef() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method iterateFieldHandlerDef.
- iterateFieldMapping() - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
Method iterateFieldMapping.
- iterateForce() - Method in class org.exolab.castor.builder.binding.xml.Forces
-
Method iterateForce.
- iterateGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateGroupBinding.
- iterateGroupBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateGroupBinding.
- iterateIdentity() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method iterateIdentity.
- iterateImplements() - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Method iterateImplements.
- iterateInclude() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateInclude.
- iterateInclude() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method iterateInclude.
- iterateKey() - Method in class org.exolab.castor.xml.schema.annotations.jdo.PkType
-
Method iterateKey.
- iterateKeyGeneratorDef() - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Method iterateKeyGeneratorDef.
- iterateManyKey() - Method in class org.exolab.castor.mapping.xml.Sql
-
Method iterateManyKey.
- iterateMapping() - Method in class org.castor.jdo.conf.Database
-
Method iterateMapping.
- iterateName() - Method in class org.exolab.castor.mapping.xml.Sql
-
Method iterateName.
- iterateNamedNativeQuery() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method iterateNamedNativeQuery.
- iterateNamedQuery() - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Method iterateNamedQuery.
- iteratePackage() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iteratePackage.
- iteratePackageMapping() - Method in class org.castor.jdo.conf.Database
-
Method iteratePackageMapping.
- iterateParam() - Method in class org.castor.jdo.conf.DataSource
-
Method iterateParam.
- iterateParam() - Method in class org.castor.jdo.conf.Driver
-
Method iterateParam.
- iterateParam() - Method in class org.castor.jdo.conf.TransactionManager
-
Method iterateParam.
- iterateParam() - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Method iterateParam.
- iterateParam() - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Method iterateParam.
- iterateParam() - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Method iterateParam.
- iterateProperty() - Method in class org.exolab.castor.mapping.xml.BindXml
-
Method iterateProperty.
- iterateQueryHint() - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Method iterateQueryHint.
- iterateQueryHint() - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Method iterateQueryHint.
- iterateReadWriteObjectsInTransaction() - Method in class org.castor.persist.AbstractTransactionContext
-
Expose an enumeration of the commited object entries to allow TxSynchronizable
to iterate through the objects.
- iterateReadWriteObjectsInTransaction() - Method in interface org.castor.persist.TransactionContext
-
Expose an enumeration of the commited object entries to allow TxSynchronizable
to iterate through the objects.
- iterateSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Method iterateSimpleTypeBinding.
- iterateSimpleTypeBinding() - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Method iterateSimpleTypeBinding.
- iterator() - Method in class org.castor.core.util.IdentitySet
- iterator() - Method in class org.castor.cpa.persistence.sql.query.condition.CompoundCondition
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Static method in class org.castor.mapping.BindingType
-
- iterator() - Method in class org.castor.persist.proxy.LazyHashSet
-
- IteratorEnumeration - Class in org.exolab.castor.util
-
- IteratorEnumeration(Iterator) - Constructor for class org.exolab.castor.util.IteratorEnumeration
-
- S - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDInitialParserConstants
-
- S - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- S_ATTR - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- S_GE - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- S_GE_PUB - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- S_NOT - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- S_NOT_SYS - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- SafeStack<E> - Class in org.exolab.castor.util
-
- SafeStack() - Constructor for class org.exolab.castor.util.SafeStack
-
- SapDbFactory - Class in org.castor.cpa.persistence.sql.driver
-
PersistenceFactory for SAP DB.
- SapDbFactory() - Constructor for class org.castor.cpa.persistence.sql.driver.SapDbFactory
-
- SapdbGenerator - Class in org.castor.ddlgen.engine.sapdb
-
Generator for SapDB.
- SapdbGenerator(DDLGenConfiguration) - Constructor for class org.castor.ddlgen.engine.sapdb.SapdbGenerator
-
Constructor for SapdbGenerator.
- SapDbQueryExpression - Class in org.castor.cpa.persistence.sql.driver
-
QueryExpression for SAP DB.
- SapDbQueryExpression(PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.driver.SapDbQueryExpression
-
- SapDbQueryVisitor - Class in org.castor.cpa.persistence.sql.query.visitor
-
Visitor defining special behavior of query building for SapDb database.
- SapDbQueryVisitor() - Constructor for class org.castor.cpa.persistence.sql.query.visitor.SapDbQueryVisitor
-
- SapdbSchemaFactory - Class in org.castor.ddlgen.engine.sapdb
-
SapDB schema factory.
- SapdbSchemaFactory() - Constructor for class org.castor.ddlgen.engine.sapdb.SapdbSchemaFactory
-
- SapdbSequenceKeyGeneratorFactory - Class in org.castor.ddlgen.engine.sapdb
-
Factory class for SEQUENCE key generators for SapDB.
- SapdbSequenceKeyGeneratorFactory() - Constructor for class org.castor.ddlgen.engine.sapdb.SapdbSequenceKeyGeneratorFactory
-
- SapdbTypeMapper - Class in org.castor.ddlgen.engine.sapdb
-
Final TypeMapper for SapDB database.
- SapdbTypeMapper(DDLGenConfiguration) - Constructor for class org.castor.ddlgen.engine.sapdb.SapdbTypeMapper
-
Construct a TypeMapper for Sapdb database using given configuration to get default
parameters for parameterized types.
- SAVE_MAP_KEYS - Static variable in class org.castor.xml.XMLProperties
-
Property specifying whether or not to save the "keys" of a Hashtable
or
Map
during marshalling.
- SAX2ANY - Class in org.exolab.castor.xml.util
-
This class is a SAX Content Handler that
build an AnyNode from a stream of SAX events (either SAX1 for compatibility or SAX2)
- SAX2ANY() - Constructor for class org.exolab.castor.xml.util.SAX2ANY
-
Default constructor
- SAX2ANY(Namespaces, boolean) - Constructor for class org.exolab.castor.xml.util.SAX2ANY
-
Constructs a SAX2ANY given a namespace context.
- Sax2ComponentReader - Class in org.exolab.castor.xml.schema.reader
-
A SAX adapter class for the ComponentReader.
- Sax2ComponentReader(ComponentReader) - Constructor for class org.exolab.castor.xml.schema.reader.Sax2ComponentReader
-
- SAX2DOMHandler - Class in org.exolab.castor.xml.util
-
A class for converting a SAX events to DOM nodes
- SAX2DOMHandler(Node) - Constructor for class org.exolab.castor.xml.util.SAX2DOMHandler
-
- SAX2EventAndErrorProducer - Interface in org.exolab.castor.xml
-
- Sax2EventFromStaxEventProducer - Class in org.exolab.castor.xml
-
- Sax2EventFromStaxEventProducer(XMLEventReader) - Constructor for class org.exolab.castor.xml.Sax2EventFromStaxEventProducer
-
- Sax2EventFromStaxStreamProducer - Class in org.exolab.castor.xml
-
- Sax2EventFromStaxStreamProducer(XMLStreamReader) - Constructor for class org.exolab.castor.xml.Sax2EventFromStaxStreamProducer
-
- SAX2EventProducer - Interface in org.exolab.castor.xml
-
A interface which abstracts anything which can produce SAX 2 events.
- SaxUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
The base class for unmarshallers
- SaxUnmarshaller() - Constructor for class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
- Schema - Interface in org.castor.cpa.query
-
Interface for Schema of query objects.
- Schema - Class in org.castor.ddlgen.schemaobject
-
Abstract base class for all schemas.
- Schema() - Constructor for class org.castor.ddlgen.schemaobject.Schema
-
- Schema() - Constructor for class org.exolab.castor.dsml.XML.Schema
-
- Schema - Class in org.exolab.castor.xml.schema
-
A class representing an XML Schema Definition.
- Schema() - Constructor for class org.exolab.castor.xml.schema.Schema
-
Creates a new Schema definition
- Schema(String) - Constructor for class org.exolab.castor.xml.schema.Schema
-
Creates a new Schema definition
- Schema(String, String) - Constructor for class org.exolab.castor.xml.schema.Schema
-
Creates a new Schema definition
- SCHEMA - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SCHEMA - Static variable in class org.exolab.castor.xml.schema.Structure
-
- SCHEMA_NAME_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
Schema name.
- SCHEMA_PACKAGE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SchemaContext - Interface in org.exolab.castor.xml.schema
-
Represents an execution context for schema reading/writing activities.
- SchemaContextImpl - Class in org.exolab.castor.xml.schema
-
Represents an execution context for schema reading/writing activities.
- SchemaContextImpl() - Constructor for class org.exolab.castor.xml.schema.SchemaContextImpl
-
- SchemaException - Exception in org.exolab.castor.xml.schema
-
An XML Schema Exception class
- SchemaException() - Constructor for exception org.exolab.castor.xml.schema.SchemaException
-
Creates a new SchemaException with no message
or nested Exception.
- SchemaException(String) - Constructor for exception org.exolab.castor.xml.schema.SchemaException
-
Creates a new SchemaException with the given message.
- SchemaException(Exception) - Constructor for exception org.exolab.castor.xml.schema.SchemaException
-
Creates a new SchemaException with the given nested
exception.
- SchemaException(String, Exception) - Constructor for exception org.exolab.castor.xml.schema.SchemaException
-
Creates a new SchemaException with the given message
and nested exception.
- SchemaFactory - Interface in org.castor.ddlgen
-
The SchemaFactory handles the creation for various schema objects.
- SchemaImpl - Class in org.castor.cpa.query.object
-
Final immutable class that implements Schema.
- SchemaImpl(String, String) - Constructor for class org.castor.cpa.query.object.SchemaImpl
-
Construct schema with given abstract schema name and identifier.
- SchemaImpl(Class<?>, String) - Constructor for class org.castor.cpa.query.object.SchemaImpl
-
Construct schema that represents given type with given identifier.
- SchemaLocation - Class in org.exolab.castor.xml.schema.reader
-
An implementation of URILocation for applications that
need to resolve an XML Schema in a non-standard way, such
as a Schema embedded in another XML document, or a
Schema created in-memory, etc.
- SchemaLocation(Schema, String) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaLocation
-
Creates a new SchemaLocation
- SCHEMALOCATION_ATTR - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SchemaNames - Class in org.exolab.castor.xml.schema
-
A class which holds the names for many of the Schema
related components.
- SchemaNames() - Constructor for class org.exolab.castor.xml.schema.SchemaNames
-
- SchemaObject - Interface in org.castor.ddlgen.schemaobject
-
Interface for all schema objects.
- SchemaReader - Class in org.exolab.castor.xml.schema.reader
-
A class for reading XML Schemas.
- SchemaReader(InputSource) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaReader
-
Creates a new SchemaReader for the given InputSource
- SchemaReader(Reader, String) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaReader
-
Creates a new SchemaReader for the given Reader
- SchemaReader(String) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaReader
-
Creates a new SchemaReader for the given URL
- SchemaReader() - Constructor for class org.exolab.castor.xml.schema.reader.SchemaReader
-
New style how to create a SchemaReader instance, requiring that
SchemaContext
and InputSource are set before calling
read
.
- SchemaUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
- SchemaUnmarshaller(SchemaContext) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
- SchemaUnmarshaller(SchemaContext, SchemaUnmarshallerState) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
- SchemaUnmarshaller(SchemaContext, boolean, SchemaUnmarshallerState, URIResolver) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
- SchemaUnmarshaller(SchemaContext, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
- SchemaWriter - Class in org.exolab.castor.xml.schema.writer
-
A class for serializing Schema models.
- SchemaWriter(Writer) - Constructor for class org.exolab.castor.xml.schema.writer.SchemaWriter
-
Creates a new SchemaWriter for the given Writer.
- SchemaWriter(DocumentHandler) - Constructor for class org.exolab.castor.xml.schema.writer.SchemaWriter
-
Creates a new SchemaWriter for the given DocumentHandler.
- SchemaWriter() - Constructor for class org.exolab.castor.xml.schema.writer.SchemaWriter
-
A constructor to create an empty uninitialized SchemaWriter via XMLContext.
- ScopableResolver - Class in org.exolab.castor.xml.schema
-
An implementation of Resolver that can be "scoped".
- ScopableResolver() - Constructor for class org.exolab.castor.xml.schema.ScopableResolver
-
- ScopableResolver(Resolver) - Constructor for class org.exolab.castor.xml.schema.ScopableResolver
-
- Scope() - Constructor for class org.exolab.castor.dsml.SearchDescriptor.Scope
-
- search(Object) - Method in class org.exolab.castor.util.SafeStack
-
Searches for the given Object in the stack and returns its position
relative to the top of the Stack (ie the number of calls to #pop()
before the object is returned by #pop())
- SearchDescriptor - Class in org.exolab.castor.dsml
-
- SearchDescriptor() - Constructor for class org.exolab.castor.dsml.SearchDescriptor
-
- SearchDescriptor.Scope - Class in org.exolab.castor.dsml
-
- SELECT - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
'SELECT' keyword of a SQL delete query.
- Select - Class in org.castor.cpa.persistence.sql.query
-
Class to generate SQL select query statements.
- Select(String) - Constructor for class org.castor.cpa.persistence.sql.query.Select
-
Construct a SQL select statement that selects records of the table provided.
- Select(Qualifier) - Constructor for class org.castor.cpa.persistence.sql.query.Select
-
Construct a SQL select statement that selects records of the table provided.
- SELECT - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- SELECT - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- SELECT - Static variable in interface org.exolab.castor.jdo.engine.JDBCSyntax
-
- SelectClause() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- SelectClause() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- SelectExpression() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- SelectExpression() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- SELECTOR - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SelectQuery - Interface in org.castor.cpa.query
-
Interface for Select Query of query objects.
- SelectQueryImpl - Class in org.castor.cpa.query.object
-
Final class that implements SelectQuery.
- SelectQueryImpl() - Constructor for class org.castor.cpa.query.object.SelectQueryImpl
-
- SelectStatement() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- SelectStatement() - Method in class org.castor.cpa.query.ejbql.EjbQLParser
-
- sendEndEvents(ContentHandler) - Method in class org.exolab.castor.xml.Namespaces
-
Calls the given ContentHandler's endPrefixMapping method
for each locally declared namespace
- sendStartEvents(ContentHandler) - Method in class org.exolab.castor.xml.Namespaces
-
Calls the given ContentHandler's startPrefixMapping method
for each locally declared namespace
- SEPERATOR - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
Character to separate multiple assignments in set clause of an SQL update query.
- SeqOrChoiceContPart() - Method in class org.exolab.castor.xml.dtd.parser.DTDParser
-
Parsing procedure corresponding to the Content Particle nonterminal
of the partial form: choice list of content particles, or sequence list
of content particles.
- SEQUENCE - Static variable in class org.exolab.castor.builder.info.GroupInfo
-
The compositor value that indicates that all fields are required and
order is important.
- SEQUENCE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SequenceAfterKeyGenerator - Class in org.castor.cpa.persistence.sql.keygen
-
Extends AbstractAfterKeyGenerator and implements additional methods specific
to Sequence Key generator.
- SequenceAfterKeyGenerator(PersistenceFactory, Properties, int) - Constructor for class org.castor.cpa.persistence.sql.keygen.SequenceAfterKeyGenerator
-
- SequenceBeforeKeyGenerator - Class in org.castor.cpa.persistence.sql.keygen
-
Extends AbstractBeforeKeyGenerator and implements additional methods specific
to Sequence Key generator.
- SequenceBeforeKeyGenerator(PersistenceFactory, Properties, int) - Constructor for class org.castor.cpa.persistence.sql.keygen.SequenceBeforeKeyGenerator
-
- SequenceDuringKeyGenerator - Class in org.castor.cpa.persistence.sql.keygen
-
Implements methods specific to Sequence During Key generator.
- SequenceDuringKeyGenerator(PersistenceFactory, Properties, int) - Constructor for class org.castor.cpa.persistence.sql.keygen.SequenceDuringKeyGenerator
-
- SequenceKeyGenerator - Class in org.castor.ddlgen.keygenerator
-
SEQUENCE key generator can be used only with Oracle, PostgreSQL, Interbase and
SAP DB.
- SequenceKeyGenerator(SequenceKeyGeneratorFactory) - Constructor for class org.castor.ddlgen.keygenerator.SequenceKeyGenerator
-
Constructor for default SEQUENCE key generator.
- SequenceKeyGenerator(SequenceKeyGeneratorFactory, KeyGeneratorDef) - Constructor for class org.castor.ddlgen.keygenerator.SequenceKeyGenerator
-
Constructor for SEQUENCE key generator specified by given defintion.
- SequenceKeyGeneratorFactory - Class in org.castor.cpa.persistence.sql.keygen
-
SEQUENCE key generator factory.
- SequenceKeyGeneratorFactory() - Constructor for class org.castor.cpa.persistence.sql.keygen.SequenceKeyGeneratorFactory
-
- SequenceKeyGeneratorFactory - Class in org.castor.ddlgen.keygenerator
-
Abstract base class for SEQUENCE key generator factories.
- SequenceKeyGeneratorFactory() - Constructor for class org.castor.ddlgen.keygenerator.SequenceKeyGeneratorFactory
-
- SerializableResolver - Class in org.castor.persist.resolver
-
- SerializableResolver(ClassMolder, FieldMolder, int) - Constructor for class org.castor.persist.resolver.SerializableResolver
-
Creates an instance of SerializableResolver.
- SerializableToByteArray - Class in org.castor.cpa.persistence.convertor
-
Convert Serializable
to byte[]
.
- SerializableToByteArray() - Constructor for class org.castor.cpa.persistence.convertor.SerializableToByteArray
-
Default constructor.
- SerializableToInputStream - Class in org.castor.cpa.persistence.convertor
-
Convert Serializable
to InputStream
.
- SerializableToInputStream() - Constructor for class org.castor.cpa.persistence.convertor.SerializableToInputStream
-
Default constructor.
- Serializer - Interface in org.exolab.castor.xml
-
Interface contract for XML serialization business.
- SERIALIZER_FACTORY - Static variable in class org.castor.xml.XMLProperties
-
Property specifying what factory to use for dealing with XML serializers.
- serializeSchema(Writer, Schema) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2Schema
-
- SET - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
'SET' keyword of a SQL update query.
- SET - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The instance of the set type
- SET_TYPE - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The set type
- setAbstract(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'abstract'.
- setAbstract(boolean) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Sets the class of this ClassInfo to be abstract of
abstractClass
is true, false otherwise.
- setAbstract(Boolean) - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Set class to abstract
- setAbstract(boolean) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets whether or not this ComplexType should be abstract.
- setAbstract(boolean) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets whether or not this element definition is abstract
- setAbstract(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "abstract".
- setAcceptNull(boolean) - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Sets the value of field 'acceptNull'.
- setAccess(ClassMappingAccessType) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'access'.
- setAccessMode(AccessMode) - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
- setAccessMode(AccessMode) - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
- setAccessMode(TableAccessModeType) - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Sets the value of field 'accessMode'.
- setActualClassMolder(ClassMolder) - Method in class org.castor.persist.ProposedEntity
-
Sets the ClassMolder associated with the actual object.
- setActualEntityClass(Class) - Method in class org.castor.persist.ProposedEntity
-
Sets the actual Class instance.
- setAddMethod(Method) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
- setAlias(String) - Method in class org.castor.ddlgen.schemaobject.KeyGenerator
-
Set alias of the key generator.
- setAlias(String) - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Sets the value of field 'alias'.
- setAllocationSize(int) - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- setAllowRedefinitions(boolean) - Method in class org.castor.mapping.MappingUnmarshaller
-
Enables or disables the ability to allow the redefinition
of class mappings.
- setAllowRedefinitions(boolean) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader2
-
Enables or disables the ability to allow the redefinition of class mappings.
- setAllowTimeZoneSuppression(boolean) - Static method in class org.exolab.castor.xml.handlers.DateFieldHandler
-
Sets whether or not the time zone should always be displayed when
marshaling xsd:dateTime values.
- setAnyAttribute(Wildcard) - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Sets the wildcard (anyAttribute) of this attribute Group
- setAnyAttribute(Wildcard) - Method in class org.exolab.castor.xml.schema.ComplexType
-
- setAnyContent() - Method in class org.exolab.castor.xml.dtd.Element
-
Sets the content type of the element to ANY.
- setAnyNode(AnyNode) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
sets the AnyNode
- setArguments(String[]) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the arguments specified by this constant.
- setAsAll() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the compositor for the fields of this group to be "all".
- setAsChoice() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the compositor for the fields of this group to be a choice.
- setAsciiStream(long) - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
Not implemented.
- setAsEnumerated(boolean) - Method in class org.exolab.castor.builder.types.XSType
-
Sets the enumerated flag for this XSClass.
- setAsSequence() - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the compositor for the fields of this group to be a sequence.
- setAttribute(String, String) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Adds or replaces the attribute with the given name.
- setAttribute(String, String, String) - Method in class org.exolab.castor.xml.util.AttributeSetImpl
-
Adds or replaces the attribute with the given name.
- setAttributeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setAttributeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setAttributeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setAttributeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setAttributeFormDefault(Form) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the attributeFormDefault property of this Schema.
- setAttributeWildcard() - Method in class org.exolab.castor.xml.schema.Wildcard
-
Sets this wildcard to represent <anyAttribute>
- setAutoComplete(boolean) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'autoComplete'.
- setAutomaticNaming(AutomaticNamingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Sets the value of field 'automaticNaming'.
- setAutoNaming(BindXmlAutoNamingType) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'autoNaming'.
- setAutoStore(boolean) - Method in class org.castor.persist.AbstractTransactionContext
-
Enable or disable autoStore.
- setAutoStore(boolean) - Method in interface org.castor.persist.TransactionContext
-
- setAutoStore(boolean) - Method in interface org.exolab.castor.jdo.Database
-
- setAutoStore(boolean) - Method in class org.exolab.castor.jdo.engine.AbstractDatabaseImpl
-
Indicates whether user prefer all reachable object to be stored automatically;
false if user wants dependent object only to be stored.
- setAutoStore(boolean) - Method in class org.exolab.castor.jdo.JDOManager
-
Sets autoStore mode.
- setBase(String) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the base type that this type is derived from.
- setBase(String) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- setBaseClass(ClassInfo) - Method in class org.exolab.castor.builder.info.ClassInfo
-
Sets the base class of this classInfo.
- setBaseDN(String) - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- setBaseType(XMLType) - Method in class org.exolab.castor.xml.schema.AnyType
-
Overrides XMLType#setBaseType(), anyType cannot have a Base type.
- setBaseType(XMLType) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the base type for this ComplexType.
- setBaseType(SimpleType) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeDefinition
-
Sets the base type for this SimpleTypeDefinition.
- setBaseType(XMLType) - Method in class org.exolab.castor.xml.schema.XMLType
-
Sets the base type for this datatype
- setBaseURL(String) - Method in class org.exolab.castor.builder.binding.BindingLoader
-
Sets the base URL for the binding and related files.
- setBaseURL(String) - Method in class org.exolab.castor.mapping.Mapping
-
Sets the base URL for the mapping and related files.
- setBaseURL(URL) - Method in class org.exolab.castor.util.DTDResolver
-
Sets the base URL to use.
- setBasicFetch(FetchType) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setBasicOptional(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setBinding(ExtendedBinding) - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Sets the Binding Object Model on which this XMLBindingComponent will
query information.
- setBinding(ExtendedBinding) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the binding to use with this instance of the SourceGenerator.
- setBinding(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the binding to use given the path name of a Castor Binding File.
- setBinding(InputSource) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the binding to use given an InputSource identifying
a Castor Binding File.
- setBindXml(BindXml) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'bindXml'.
- setBlock(BlockList) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the value of the 'block' attribute for this ComplexType.
- setBlock(String) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the value of the 'block' attribute for this ComplexType.
- setBlock(BlockList) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the value of the 'block' attribute for this element
- setBlock(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the value of the 'block' attribute for this element
- setBlockDefault(BlockList) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the default BlockList for this Schema.
- setBlockDefault(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the default Block values for this Schema.
- setBound(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'bound'.
- setBound(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets whether or not this FieldInfo represents a bound property.
- setBoundProperties(boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Sets whether or not the fields should be bound properties.
- setBoundProperties(boolean) - Method in class org.exolab.castor.builder.FactoryState
-
Allows setting the bound properties flag.
- setCache(Map<Object, Object>) - Method in class org.castor.cache.distributed.AbstractDistributedCache
-
Set the cache instance.
- setCache(Cache) - Method in class org.castor.cache.hashbelt.reaper.AbstractReaper
-
Set the hashbelt this reaper is responsable for.
- setCacheIncludedSchemas(boolean) - Method in class org.exolab.castor.xml.schema.reader.SchemaReader
-
Sets wheter or not to cache the included xml schemas
instead of inlining them as specified by the XML Schema
specification.
- setCacheProperties(Properties) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setCacheTypeMapping(CacheTypeMapping) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'cacheTypeMapping'.
- setCallback(CallbackInterceptor) - Method in class org.castor.persist.AbstractTransactionContext
-
Overrides the default callback interceptor by a custom interceptor for this
database source.
- setCallback(CallbackInterceptor) - Method in interface org.castor.persist.TransactionContext
-
Overrides the default callback interceptor by a custom interceptor for this
database source.
- setCallbackInterceptor(CallbackInterceptor) - Method in class org.exolab.castor.jdo.JDOManager
-
Overrides the default callback interceptor by a custom interceptor
for this database source.
- setCapacity(long) - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Sets the value of field 'capacity'.
- setCascadeTypes(CascadeType[]) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setCascading(String) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets the cascading values for the given field.
- setCascading(String) - Method in class org.exolab.castor.mapping.xml.Sql
-
Sets the value of field 'cascading'.
- setCaseInsensitive(boolean) - Method in class org.exolab.castor.builder.factory.EnumerationFactory
-
Set to true if enumerated type lookups should be performed in a case
insensitive manner.
- setCaseInsensitive(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Set to true if enumerated type lookups should be performed in a case
insensitive manner.
- setCaseInsensitive(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Set to true if enumerated type lookups should be performed in a case
insensitive manner.
- setCDRFile(String, Properties) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the CDR (ClassDescriptorResolver) file associated with the given
filename.
- setCentury(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Set the century field.
- setCentury(short) - Method in class org.exolab.castor.types.GDay
-
- setCentury(short) - Method in class org.exolab.castor.types.GMonth
-
- setCentury(short) - Method in class org.exolab.castor.types.GMonthDay
-
- setCentury(short) - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
set the century field
- setCentury(short) - Method in class org.exolab.castor.types.Time
-
- setCharacter(Expression) - Method in class org.castor.cpa.query.object.function.Trim
-
Sets the trim character expression of TRIM function.
- setCharacterStream(long) - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
Not implemented.
- setChoiceType() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Sets the content to choice list of content particles.
- setClass(Class) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the 'expected'
Class
instance on the Unmarshaller.
- setClassChoice(ClassChoice) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'classChoice'.
- setClassDescFieldNames(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'classDescFieldNames' property.
- setClassDescriptor(ClassDescriptor) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set the ClassDescriptor for the described field.
- setClassDescriptorResolver(JDOClassDescriptorResolver) - Method in class org.castor.cpa.util.classresolution.command.BaseResolutionCommand
-
- setClassDescriptorResolver(JDOClassDescriptorResolver) - Method in interface org.castor.cpa.util.classresolution.command.ClassDescriptorResolutionCommand
-
- setClassDescriptorResolver(JDOClassDescriptorResolver) - Method in class org.castor.jdo.engine.DatabaseContext
-
Sets a custom ClassDescriptorResolver
instance.
- setClassLoader(ClassLoader) - Method in class org.castor.cpa.util.classresolution.nature.ClassLoaderNature
-
- setClassLoader(ClassLoader) - Method in class org.castor.xml.AbstractInternalContext
-
- setClassLoader(ClassLoader) - Method in interface org.castor.xml.InternalContext
-
To set the class loader to be used in all further marshalling, unmarshalling
and other actions.
- setClassLoader(ClassLoader) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader2
-
- setClassLoader(ClassLoader) - Method in interface org.exolab.castor.mapping.MappingLoader
-
- setClassLoader(ClassLoader) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets the ClassLoader to use when loading classes
- setClassLoader(ClassLoader) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the ClassLoader to use when loading new classes.
- setClassLoader(ClassLoader) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
Sets the ClassLoader to use when loading class descriptors.
- setClassLoader(ClassLoader) - Method in interface org.exolab.castor.xml.XMLClassDescriptorResolver
-
Sets the ClassLoader to use when loading class descriptors.
- setClassLoader(ClassLoader) - Method in class org.exolab.castor.xml.XMLContext
-
Sets a custom
ClassLoader
to be used for loading classes.
- setClassMapping(int, ClassMapping) - Method in class org.castor.jdo.conf.Database
-
- setClassMapping(ClassMapping[]) - Method in class org.castor.jdo.conf.Database
-
- setClassMapping(ClassMapping) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'classMapping'.
- setClassMapping(int, ClassMapping) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setClassMapping(ClassMapping[]) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setClassName(String) - Method in class org.castor.jdo.conf.DataSource
-
Sets the value of field 'className'.
- setClassName(String) - Method in class org.castor.jdo.conf.Driver
-
Sets the value of field 'className'.
- setClassName(String) - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Sets the value of field 'className'.
- setClassNameConflictResolver(ClassNameConflictResolver) - Method in class org.exolab.castor.builder.JClassRegistry
-
- setClassNameConflictResolver(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the ClassNameConflictResolver instance to be used for automatic class name
conflict resolution.
- setClazz(String) - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Sets the value of field 'clazz'.
- setClearCollections(boolean) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets whether or not to clear collections (including arrays)
upon first use to remove default values.
- setClearCollections(boolean) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets whether or not to clear collections (including arrays)
upon first use to remove default values.
- setCode(String) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- setCollection(FieldTypeCollectionType) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'collection'.
- setCollection(FieldMappingCollectionType) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setCollection(FieldMappingCollectionType) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'collection'.
- setCollectionHandler(CollectionHandler) - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Sets the CollectionHandler to use for the field
described by this TypeInfo.
- setCollectionIteration(boolean) - Method in class org.exolab.castor.mapping.GeneralizedFieldHandler
-
Sets whether or not this GeneralizedFieldHandler should automatically
iterate over the collection returned by the target object and pass
only the items (one by one) to the convertUponGet method.
- setColumnDefinition(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Sets the 'columnDefinition' value of the @Column annotation.
- setColumnInsertable(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setColumnLength(int) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setColumnName(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Set the name value of the @Column annotation.
- setColumnName(String) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Sets the sql column name.
- setColumnNames(String[]) - Method in class org.castor.cpa.jpa.info.JPAUniqueConstraint
-
- setColumnNullable(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setColumnNumber(int) - Method in class org.exolab.castor.xml.location.FileLocation
-
Sets the column number for this FileLocation.
- setColumnPrecision(int) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setColumnScale(int) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setColumnTable(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setColumnType(String) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Sets the column sql type.
- setColumnUnique(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setColumnUpdatable(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setComment(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the comment for this Member.
- setComment(String, String) - Method in class org.exolab.castor.util.CommandLineOptions
-
Sets a comment for the flag.
- setComment(JDocComment) - Method in class org.exolab.javasource.AbstractJField
-
Sets the JavaDoc comment describing this JField.
- setComment(String) - Method in class org.exolab.javasource.AbstractJField
-
Sets the JavaDoc comment describing this JField.
- setComment(JDocComment) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the JavaDoc comment describing this member.
- setComment(String) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the JavaDoc comment describing this member.
- setComment(String) - Method in class org.exolab.javasource.JComment
-
Sets the comment String of this JDocComment.
- setComment(String) - Method in class org.exolab.javasource.JDocComment
-
Sets the comment String of this JDocComment.
- setComment(JDocComment) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the JavaDoc comment describing this JEnumConstant.
- setComment(String) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the JavaDoc comment describing this JEnumConstant.
- setComment(String) - Method in class org.exolab.javasource.JMethod
-
Sets the comment describing this JMethod.
- setComment(String) - Method in class org.exolab.javasource.JMethodSignature
-
Sets the JavaDoc comment describing this JMethodSignature.
- setCommitter(String) - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- setComparator(String) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setComparator(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'comparator'.
- setComplexContent(boolean) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets whether or not this complexType is a 'complexContent'.
- setComplexTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComplexTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComplexTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComplexTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComplexTypeName(NamingType) - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Sets the value of field 'complexTypeName'.
- setComponent(String) - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- setComponentBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComponentBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setComponentBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComponentBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setComponentBindingTypeChoice(ComponentBindingTypeChoice) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Sets the value of field 'componentBindingTypeChoice'.
- setComponentType(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the type of the XML Schema type of the value for the field being
described.
- setCompositorAsAll() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the compositor for the fields of the described
class to be ALL.
- setCompositorAsChoice() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the compositor for the fields of the described
class to be CHOICE.
- setCompositorAsSequence() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the compositor for the fields of the described
class to be a Sequence.
- setCondition(Condition) - Method in class org.castor.cpa.persistence.sql.query.Delete
-
Set condition that specifies which records to delete.
- setCondition(Condition) - Method in class org.castor.cpa.persistence.sql.query.Select
-
Set condition that specifies which records to select.
- setCondition(Condition) - Method in class org.castor.cpa.persistence.sql.query.Update
-
Set condition that specifies which records to update.
- setCondition(Condition) - Method in class org.castor.cpa.query.object.condition.Not
-
Set condition of not condition.
- setConfiguration(DDLGenConfiguration) - Method in class org.castor.ddlgen.schemaobject.AbstractSchemaObject
-
Set configuration of the schema object.
- setConfiguration(DDLGenConfiguration) - Method in interface org.castor.ddlgen.schemaobject.SchemaObject
-
Set configuration of the schema object.
- setConfiguration(Properties) - Method in class org.exolab.castor.mapping.AbstractFieldHandler
-
- setConfiguration(Properties) - Method in interface org.exolab.castor.mapping.ConfigurableFieldHandler
-
Set the configuration data.
- setConsoleDialog(ConsoleDialog) - Method in interface org.exolab.castor.builder.conflictresolution.ClassNameCRStrategy
-
- setConsoleDialog(ConsoleDialog) - Method in class org.exolab.castor.builder.conflictresolution.InformViaLogClassNameCRStrategy
-
Sets the console dialog to use with this strategy.
- setConsoleDialog(ConsoleDialog) - Method in class org.exolab.castor.builder.conflictresolution.WarningViaDialogClassNameCRStrategy
-
Sets the console dialog to use with this strategy.
- setConstructorArgumentIndex(int) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets whether or not the value of the field represented by this
FieldDescriptor should be set via the constructor of the containing
ClassDescriptor.
- setContainer(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets whether or not this FieldInfo describes a container field.
- setContainer(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether or not this ClassInfo describes a container class.
- setContainer(int, Container) - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
- setContainer(Container[]) - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
- setContainer(boolean) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'container'.
- setContainer(boolean) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Set if the field is a container field or not.
- setContainingClassDescriptor(ClassDescriptor) - Method in interface org.exolab.castor.mapping.FieldDescriptor
-
Set the class descriptor which contains this field.
- setContainingClassDescriptor(ClassDescriptor) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setContent(String) - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Sets the value of field 'content'.
- setContentHandler(ContentHandler) - Method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- setContentHandler(ContentHandler) - Method in class org.exolab.castor.xml.Marshaller
-
To set the SAX
ContentHandler
which is used as destination at marshalling.
- setContentHandler(ContentHandler) - Method in interface org.exolab.castor.xml.SAX2EventProducer
-
Sets the SAX2 ContentHandler to send SAX 2 events to
- setContentHandler(ContentHandler) - Method in class org.exolab.castor.xml.util.AnyNode2SAX2
-
Set the ContentHandler to send events to.
- setContentMember(ContentMemberType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'contentMember'.
- setContentType(ContentType) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the content type of this complexType.
- setConvertFrom(TypeConvertor) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Sets the TypeConvertor used during calls to getValue
- setConvertTo(TypeConvertor) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Sets the TypeConvertor used during calls to setValue
- setCounter(int) - Method in class org.castor.jdo.engine.CounterRef
-
Set the counter value.
- setCreateExtraMethods(boolean) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Sets whether or not to create extra collection methods for accessing the
actual collection.
- setCreateExtraMethods(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets whether or not to create extra collection methods for accessing the
actual collection.
- setCreateExtraMethods(boolean) - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Sets whether or not to create extra collection methods for accessing the
actual collection.
- setCreateGroupItem(boolean) - Method in class org.exolab.castor.builder.FactoryState
-
Sets to true if we are currently generating a class to represent items in
a group.
- setCreateMarshalMethods(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets whether or not to create the XML marshaling framework specific
methods (marshal, unmarshal, validate) in the generated classes.
- setCreateMarshalMethods(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to create the XML marshaling framework specific
methods (marshal, unmarshal, validate) in the generated classes.
- setCreateMethod(String) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setCreateMethod(Method) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
- setCreateMethod(String) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'createMethod'.
- setCreateMethod(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'createMethod'.
- setCurrentFactoryState(FactoryState) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the current FactoryState.
- setDatabase(int, Database) - Method in class org.castor.jdo.conf.JdoConf
-
- setDatabase(Database[]) - Method in class org.castor.jdo.conf.JdoConf
-
- setDatabaseChoice(DatabaseChoice) - Method in class org.castor.jdo.conf.Database
-
Sets the value of field 'databaseChoice'.
- setDatabasePooling(boolean) - Method in class org.exolab.castor.jdo.JDOManager
-
Enable/disable database pooling.
- setDataSource(DataSource) - Method in class org.castor.jdo.conf.DatabaseChoice
-
Sets the value of field 'dataSource'.
- setDate(String) - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- setDateFormatTimeZone(DateFormat) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the time zone in the provided DateFormat.
- setDateFormatTimeZone(Calendar) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the time zone in the provided Calendar.
- setDateTime(boolean) - Method in class org.exolab.javasource.AbstractJField
-
To indicate whether this JField instance represents a field of type date/time.
- setDay(short) - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setDay(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the Day Field.
- setDay(short) - Method in class org.exolab.castor.types.Duration
-
- setDay(short) - Method in class org.exolab.castor.types.GMonth
-
- setDay(short) - Method in class org.exolab.castor.types.GYear
-
- setDay(short) - Method in class org.exolab.castor.types.GYearMonth
-
- setDay(short) - Method in class org.exolab.castor.types.Month
-
Deprecated.
- setDay(short) - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
set the Day Field
- setDay(short) - Method in class org.exolab.castor.types.Time
-
- setDay(short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setDay(short) - Method in class org.exolab.castor.types.Year
-
Deprecated.
- setDbMetaInfo(DbMetaInfo) - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
Store database meta information.
- setDbMetaInfo(DbMetaInfo) - Method in interface org.exolab.castor.persist.spi.QueryExpression
-
Store database meta information.
- setDebug(boolean) - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Sets the value of field 'debug'.
- setDebug(boolean) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Deprecated.
- setDebug(boolean) - Method in class org.exolab.castor.xml.Unmarshaller
-
Deprecated.
- setDebugStream(PrintStream) - Method in class org.castor.cpa.query.castorql.CastorQLParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class org.castor.cpa.query.ejbql.EjbQLParserTokenManager
-
Set debug output.
- setDeclaringClass(JClass) - Method in class org.exolab.javasource.AbstractJField
-
Sets the class that declares this JField.
- setDeclaringClassInfo(ClassInfo) - Method in class org.castor.cpa.jpa.info.FieldInfo
-
- setDeclaringClassInfo(ClassInfo) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the
ClassInfo
of the class that declares this field.
- setDEFAULT() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets occurance specification to DEFAULT.
- setDefaultBindingType(BindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Sets the value of field 'defaultBindingType'.
- setDefaultGroupingAsAll() - Method in class org.exolab.castor.xml.schema.util.XMLInstance2Schema
-
Sets the default grouping as "all".
- setDefaultGroupOrder(Order) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler
-
This method is used to set the default group type.
- setDefaultLocale() - Static method in class org.castor.core.util.Messages
-
Set the default locale to use for loading messages.
- setDefaultProperties(Properties) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Overrides the current set of properties with the given properties.
- setDefaultString(String) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the initialization string for this JAnnotationTypeElement.
- setDefaultTimeZone(TimeZone) - Static method in class org.exolab.castor.xml.handlers.DateFieldHandler
-
Sets the default TimeZone used for comparing dates when marshaling
xsd:dateTime values using this handler.
- setDefaultValue(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the default value for this FieldInfo.
- setDefaultValue(String) - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets default value.
- setDefaultValue(String) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the DEFAULT value
- setDefaultValue(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the default value for this element definition.
- setDepends(ClassDescriptor) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- setDepends(Object) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'depends'.
- setDerivationMethod(String) - Method in class org.exolab.castor.xml.schema.AnyType
-
Overrides XMLType#setDerivationMethod, anyType cannot
be derived from any other type.
- setDerivationMethod(String) - Method in class org.exolab.castor.xml.schema.XMLType
-
Sets the derivation method name
- setDerivedBy(String) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- setDerivedFromXSList(boolean) - Method in class org.exolab.castor.builder.types.XSList
-
Sets whether this
XSList
instance has been created as a result
of a
definition.
- setDerivedFromXSList(boolean) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- setDerivedFromXSList(boolean) - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
- setDescribedClass(Class<?>) - Method in class org.castor.cpa.jpa.info.ClassInfo
-
- setDescription(String) - Method in interface org.exolab.castor.jdo.DataObjects
-
Sets the description of this database.
- setDescription(String) - Method in class org.exolab.castor.jdo.JDOManager
-
Sets the description of this database.
- setDescription(String) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'description'.
- setDescription(String) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'description'.
- setDescription(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'description'.
- setDescription(String) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
Sets the value of field 'description'.
- setDescription(String) - Method in class org.exolab.javasource.JDocDescriptor
-
Sets the description String for this descriptor.
- setDescriptor(XMLFieldDescriptor) - Method in class org.exolab.castor.xml.FieldValidator
-
Sets the field descriptor to use for obtaining information about the
field to validate, such as the field name, the field handler, etc.
- setDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets whether or not to create ClassDescriptors for the generated classes.
- setDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to create ClassDescriptors for the generated classes.
- setDestDir(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets the destination directory.
- setDestDir(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the destination directory.
- setDetachable(boolean) - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Sets whether the entity is 'detachable'.
- setDetachable(boolean) - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Sets the value of field 'detachable'.
- setDetails(String) - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- setDigitsFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Transfer given facet if it is a digits facet.
- setDirect(boolean) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setDirect(boolean) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'direct'.
- setDirect(boolean) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'direct'.
- setDirty(boolean) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
If set true, field will NOT be checked against the database for
modification, otherwise set false.
- setDirty(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
If set true, field will NOT be checked against the database for
modification, otherwise set false.
- setDirty(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
If set true, field will NOT be checked against the database for
modification, otherwise set false.
- setDirty(SqlDirtyType) - Method in class org.exolab.castor.mapping.xml.Sql
-
Sets the value of field 'dirty'.
- setDirty(boolean) - Method in class org.exolab.castor.xml.schema.annotations.jdo.ReadonlyDirtyType
-
Sets the value of field 'dirty'.
- setDirtyCheck(boolean) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets whether dirty checking is required for this field.
- setDistinct(boolean) - Method in class org.castor.cpa.persistence.sql.driver.JDBCQueryExpression
-
- setDistinct(boolean) - Method in class org.castor.cpa.query.object.SelectQueryImpl
-
Sets the distinct.
- setDistinct(boolean) - Method in interface org.castor.cpa.query.SelectQuery
-
Sets the distinct.
- setDistinct(boolean) - Method in interface org.exolab.castor.persist.spi.QueryExpression
-
Set the query to be distinct.
- setDoctype(String, String) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setDoctype(String, String) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the document type definition for the serializer.
- setDoctype(String, String) - Method in interface org.exolab.castor.xml.OutputFormat
-
Defines the doc types to use.
- setDoctype(String, String) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setDocumentHandler(DocumentHandler) - Method in interface org.exolab.castor.xml.EventProducer
-
Deprecated.
Sets the DocumentHandler to send SAX events to
- setDocumentHandler(DocumentHandler) - Method in class org.exolab.castor.xml.Marshaller
-
- setDocumentHandler(Writer) - Method in class org.exolab.castor.xml.schema.writer.SchemaWriter
-
To set the DocumentHandler to a Writer - which is wrapped by a serializer.
- setDocumentHandler(DocumentHandler) - Method in class org.exolab.castor.xml.schema.writer.SchemaWriter
-
To directly set a DocumentHandler.
- setDocumentHandler(DocumentHandler) - Method in class org.exolab.castor.xml.util.AnyNode2SAX
-
Set the Document Handler
- setDocumentHandler(DocumentHandler) - Method in class org.exolab.castor.xml.util.DOMEventProducer
-
Sets the DocumentHandler to use when firing events
- setDocumentLocator(Locator) - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Configures the Locator we will use.
- setDocumentLocator(Locator) - Method in class org.exolab.castor.dsml.Consumer
-
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.DebugHandler
-
Proxies the
org.sax.xml.DocumentHandler#setDocumentLocator(Locator) request to the
proxy that is provided, printing debugging information before doing the
proxy.
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.schema.reader.Sax2ComponentReader
-
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler
-
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.util.DocumentHandlerAdapter
-
- setDocumentLocator(Locator) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
Sets the document locator of the current parsed inputsource
- setDriver(Driver) - Method in class org.castor.jdo.conf.DatabaseChoice
-
Sets the value of field 'driver'.
- setDuration(TimeDuration) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the duration facet for this recurringDuration
- setDuration(String) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the duration facet for this recurringDuration
- setElementBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setElementBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setElementBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setElementBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setElementDefinition(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether or not XSD is element or not.
- setElementDefinition(boolean) - Method in class org.exolab.castor.mapping.xml.MapTo
-
Sets the value of field 'elementDefinition'.
- setElementDefinition(boolean) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Set elementDefinition to true to indicate Class XML schema
definition is a global element or element with anonymous type.
- setElementFormDefault(Form) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the elementFormDefault property of this Schema.
- setElementName(NamingType) - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Sets the value of field 'elementName'.
- setElementValue(String, String) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=value pair.
- setElementValue(String, String[]) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=list pair.
- setElementValue(String, JAnnotation) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=annotation pair.
- setElementValue(String, JAnnotation[]) - Method in class org.exolab.javasource.JAnnotation
-
Adds an annotation element name=array of annotations.
- setElemOnlyContent(ContentParticle) - Method in class org.exolab.castor.xml.dtd.Element
-
Sets the content type of the element to ELEMENTS_ONLY.
- setEmptyContent() - Method in class org.exolab.castor.xml.dtd.Element
-
Sets the content type of the element to EMPTY.
- setEncoding(String) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setEncoding(String) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the encoding for the serializer.
- setEncoding(String) - Method in interface org.exolab.castor.xml.OutputFormat
-
Sets the encoding to use.
- setEncoding(String) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setEngine(String) - Method in class org.castor.jdo.conf.Database
-
Sets the value of field 'engine'.
- setENTITIESType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to ENTITIES.
- setEntity(Object) - Method in class org.castor.persist.ProposedEntity
-
Sets the object.
- setEntityName(String) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setEntityResolver(EntityResolver) - Method in class org.exolab.castor.mapping.Mapping
-
Sets the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.exolab.castor.xml.schema.reader.SchemaReader
-
Sets the EntityResolver used to resolve SYSTEM Identifier.
- setEntityResolver(EntityResolver) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the EntityResolver to use when resolving system and
public ids with respect to entites and Document Type.
- setENTITYType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to ENTITY.
- setEntry(Object[]) - Method in class org.castor.persist.cache.CacheEntry
-
Set actual data to be cached.
- setEnumBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setEnumBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setEnumBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setEnumBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setEnumClassName(EnumClassName) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
Sets the value of field 'enumClassName'.
- setEnumDef(EnumBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'enumDef'.
- setEnumerationType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to Enumeration.
- setEnumMember(int, EnumMember) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
- setEnumMember(EnumMember[]) - Method in class org.exolab.castor.builder.binding.xml.EnumBindingType
-
- setEnumMethod(Method) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Sets the enumeration method.
- setEquals(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'equals'.
- setEqualsMethod(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'equalsmethod' property.
- setErrorCode(int) - Method in exception org.exolab.castor.xml.CastorException
-
Sets the error code for this Exception
- setErrorCode(int) - Method in exception org.exolab.castor.xml.XMLException
-
Sets the error code for this Exception.
- setErrorHandler(ErrorHandler) - Method in class org.exolab.castor.xml.BaseSax2EventFromStaxProducer
-
- setErrorHandler(ErrorHandler) - Method in interface org.exolab.castor.xml.SAX2EventAndErrorProducer
-
Sets the SAX2 ErrorHandler to send SAX 2 errors to
- setErrorHandler(ErrorHandler) - Method in class org.exolab.castor.xml.schema.reader.SchemaReader
-
Sets the ErrorHandler.
- setEscape(Expression) - Method in class org.castor.cpa.query.object.condition.Like
-
Set escape character of like condition.
- setExclude(int, Exclude) - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
- setExclude(Exclude[]) - Method in class org.exolab.castor.builder.binding.xml.Excludes
-
- setExcludes(Excludes) - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Sets the value of field 'excludes'.
- setExpanded(boolean) - Method in class org.castor.persist.ProposedEntity
-
Set to true if the proposed class has been expanded.
- setExpectedIndex(int) - Method in class org.exolab.castor.xml.UnmarshalState
-
- setExpression(Expression) - Method in class org.castor.cpa.query.object.condition.SimpleCondition
-
Set expression to test.
- setExpression(Expression) - Method in class org.castor.cpa.query.object.expression.Negate
-
Set expression to negate.
- setExpression(String) - Method in class org.exolab.castor.util.JakartaOroEvaluator
-
Sets the regular expression to match against during
a call to #matches
- setExpression(String) - Method in class org.exolab.castor.util.JakartaRegExpEvaluator
-
- setExpression(String) - Method in interface org.exolab.castor.util.RegExpEvaluator
-
- setExpression(String) - Method in class org.exolab.castor.util.SunRegExpEvaluator
-
Sets the regular expression to match against during a call to #matches
- setExpression(String) - Method in class org.exolab.castor.util.XercesRegExpEvaluator
-
Sets the regular expression to match against during
a call to #matches
- setExpression(String) - Method in class org.exolab.castor.xml.util.AlwaysTrueRegExpEvaluator
-
Sets the regular expression to match against during a call to #matches.
- setExtendedTable(TableInfo) - Method in class org.castor.cpa.persistence.sql.engine.info.TableInfo
-
- setExtends(String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'extends'.
- setExtends(SQLEngine) - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
Mutator method for setting extends SQLEngine.
- setExtends(ClassDescriptor) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
Sets the descriptor of the class which this class extends.
- setExtends(Object) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'extends'.
- setExtends(XMLClassDescriptor) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the XMLClassDescriptor that this descriptor inherits from
- setExtendsWithoutFlatten(XMLClassDescriptor) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- setExternalPublic(String, String) - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Sets the general entity to EXTERNAL_PUBLIC.
- setExternalSystem(String) - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Sets the general entity to EXTERNAL_SYSTEM.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractPatternFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.XSClass
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.XSListType
-
Set the given facet for XSType if applicable.
- setFacet(Facet) - Method in class org.exolab.castor.builder.types.XSType
-
Set the given facet for XSType if applicable.
- setFacets(SimpleType) - Method in class org.exolab.castor.builder.types.XSType
-
Reads and sets the facets for XSType.
- setFailFast(boolean) - Method in class org.exolab.castor.xml.ValidationContext
-
Sets the fail-fast flag.
- setFailOnFirstError(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
If true, the source generator will fail on the first error encountered.
- setFeaturesOnXmlReader(String, String, boolean, boolean, XMLReader) - Static method in class org.exolab.castor.xml.util.XMLParserUtils
-
Sets features on XML reader instance.
- setField(Object, int) - Method in class org.castor.persist.ProposedEntity
-
Sets the specified field of the object in question.
- setFieldDescriptor(FieldDescriptor) - Method in class org.exolab.castor.mapping.AbstractFieldHandler
-
Sets the FieldDescriptor that this FieldHander is
responsibile for.
- setFieldDescriptor(FieldDescriptor) - Method in class org.exolab.castor.mapping.loader.ExtendedFieldHandler
-
Sets the FieldDescriptor that this FieldHander is
responsibile for.
- setFieldDescriptor(FieldDescriptor) - Method in class org.exolab.castor.mapping.loader.FieldHandlerFriend
-
Sets the FieldDescriptor that this FieldHander is
responsibile for.
- setFieldDescriptor(FieldDescriptor) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Sets the FieldDescriptor that this FieldHander is
responsibile for.
- setFieldHandler(FieldHandler) - Method in class org.exolab.castor.mapping.GeneralizedFieldHandler
-
Sets the FieldHandler that this FieldHander delegates to.
- setFieldHandlerDef(int, FieldHandlerDef) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setFieldHandlerDef(FieldHandlerDef[]) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setFieldInfoForChoice(FieldInfo) - Method in class org.exolab.castor.builder.FactoryState
-
Set FieldInfo used to handle xsd:choice
.
- setFieldInfoReference(FieldInfo) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the name of the field within the same class that is a reference to
this field.
- setFieldMapping(int, FieldMapping) - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
- setFieldMapping(FieldMapping[]) - Method in class org.exolab.castor.mapping.xml.ClassChoice
-
- setFieldMapping(FieldMapping) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'fieldMapping'.
- setFieldName(String) - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Sets the name of the field described by this
FieldInfo
.
- setFieldName(String) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set the name of the field.
- setFields(Object[]) - Method in class org.castor.persist.ProposedEntity
-
Sets the fields of the object in question.
- setFields(FieldDescriptor[]) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- setFields(String) - Method in class org.exolab.castor.types.TimePeriod
-
Deprecated.
parse a string to set the fields of a TimePeriod
- setFieldType(Class<?>) - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Sets the type of the field described by this
FieldInfo
.
- setFieldType(Class<?>) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set the type of the field.
- setFilename(String) - Method in class org.exolab.castor.xml.location.FileLocation
-
Sets the name of the file to which this FileLocation refers.
- setFilter(String) - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- setFinal(boolean) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'final'.
- setFinal(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the "final" status of this FieldInfo.
- setFinal(FinalList) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the value of the 'final' attribute for this ComplexType definition.
- setFinal(String) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the value of the 'final' attribute for this ComplexType definition.
- setFinal(FinalList) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the value of the 'final' attribute for this element
definition.
- setFinal(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the value of the 'final' attribute for this element
definition.
- setFinal(String) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeDefinition
-
Sets the value of the 'final' property, indicating which
types of derivation are not allowed.
- setFinal(String) - Method in class org.exolab.castor.xml.schema.SimpleType
-
Sets the value of the 'final' property, indicating which types of
derivation are not allowed.
- setFinal(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "final".
- setFinalDefault(FinalList) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the default FinalList for this Schema.
- setFinalDefault(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the default final values for this Schema.
- setFIXED() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets occurance specification to FIXED.
- setFixed(BigInteger) - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Sets the fixed value for BigInteger validation.
- setFixed(boolean) - Method in class org.exolab.castor.xml.validators.BooleanValidator
-
Sets the fixed value for boolean validation.
- setFixed(Boolean) - Method in class org.exolab.castor.xml.validators.BooleanValidator
-
Sets the fixed value for boolean validation.
- setFixed(byte) - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Sets the fixed value for byte validation.
- setFixed(DateTimeBase) - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Sets the fixed value for date/time validation.
- setFixed(BigDecimal) - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Sets the fixed value for BigDecimal validation.
- setFixed(double) - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Sets the fixed value for double validation.
- setFixed(Duration) - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Sets the fixed value for Duration validation.
- setFixed(float) - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Sets the fixed value for float validation.
- setFixed(long) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the fixed value that integers validated with this validated must be
equal to.
- setFixed(int) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the fixed value that integers validated with this validated must be
equal to.
- setFixed(Long) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the fixed value for xsd:Integer validation.
- setFixed(int) - Method in class org.exolab.castor.xml.validators.IntValidator
-
Sets the fixed value for int validation.
- setFixed(Integer) - Method in class org.exolab.castor.xml.validators.IntValidator
-
Sets the fixed value for int validation.
- setFixed(long) - Method in class org.exolab.castor.xml.validators.LongValidator
-
Sets the fixed value for long validation.
- setFixed(short) - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Sets the fixed value for short validation.
- setFixed(String) - Method in class org.exolab.castor.xml.validators.StringValidator
-
Sets the fixed value in which all valid Strings must match.
- setFixedValue(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the fixed value in which instances of this field type must lexically
match.
- setFixedValue(String) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the FIXED value.
- setFixedValue(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the fixed value for this element definition.
- setFixedValue(String) - Method in class org.exolab.castor.xml.validators.StringValidator
-
- setForce(int, String) - Method in class org.exolab.castor.builder.binding.xml.Forces
-
- setForce(String[]) - Method in class org.exolab.castor.builder.binding.xml.Forces
-
- setForceIntrospection(boolean) - Method in class org.exolab.castor.tools.MappingTool
-
Enables or disables the forcing of introspection when a ClassDescriptor
already exists.
- setForces(Forces) - Method in class org.exolab.castor.builder.binding.xml.AutomaticNamingType
-
Sets the value of field 'forces'.
- setForm(Form) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the Form for this attribute declaration.
- setForm(Form) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the Form for this element definition.
- setFractionDigits(int) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Sets the fractionDigits facet for this XSType.
- setFractionDigits(int) - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Sets the maximum number of fraction digits for BigDecimal validation.
- setGeneratedValueGenerator(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Set the GeneratedValue.generator()
- setGeneratedValueStrategy(GenerationType) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Set the GeneratedValue.strategy()
- setGenerateImportedSchemas(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to generate Java sources for imported XML Schema.
- setGenerateMappingFile(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not a mapping file should be generated, this is false by
default.
- setGetMethod(String) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setGetMethod(String) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'getMethod'.
- setGetMethod(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'getMethod'.
- setGetterMethod(Method) - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Sets the getter access method of the field.
- setGroupBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setGroupBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setGroupBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setGroupBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setGroupInfo(GroupInfo) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
- setGroupNaming(GroupNaming) - Method in class org.exolab.castor.builder.factory.BaseFactory
-
Sets the group naming helper class for naming nested anonymous groups.
- setHandler(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'handler'.
- setHandler(FieldHandler) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set the FieldHandler for the field being described by this FieldDescriptor.
- setHandler(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'handler'.
- setHasDeleteMethod(Method, Method) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
- setHasMethod(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'hasMethod'.
- setHeader(JComment) - Method in class org.exolab.javasource.JCompUnit
-
Sets the header comment for this JCompUnit.
- setHeader(JComment) - Method in class org.exolab.javasource.JStructure
-
Sets the header comment for this JStructure.
- setHigh(Expression) - Method in class org.castor.cpa.query.object.condition.Between
-
Set high bound of between range.
- setHour(short) - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setHour(short) - Method in class org.exolab.castor.types.Date
-
- setHour(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the hour field for this date/time type.
- setHour(short) - Method in class org.exolab.castor.types.Duration
-
- setHour(short) - Method in class org.exolab.castor.types.GDay
-
- setHour(short) - Method in class org.exolab.castor.types.GMonth
-
- setHour(short) - Method in class org.exolab.castor.types.GMonthDay
-
- setHour(short) - Method in class org.exolab.castor.types.GYear
-
- setHour(short) - Method in class org.exolab.castor.types.GYearMonth
-
- setHour(short) - Method in class org.exolab.castor.types.Month
-
Deprecated.
- setHour(short) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the hour field for this recurringDuration
- setHour(short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setHour(short) - Method in class org.exolab.castor.types.Year
-
Deprecated.
- setHref(String) - Method in class org.castor.jdo.conf.Mapping
-
Sets the value of field 'href'.
- setHref(String) - Method in class org.exolab.castor.mapping.xml.Include
-
Sets the value of field 'href'.
- setId(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setId(String) - Method in class org.exolab.castor.xml.schema.AnyType
-
Sets the Id for this XMLType.
- setId(String) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the Id for this attribute declaration
- setId(String) - Method in class org.exolab.castor.xml.schema.AttributeGroup
-
Sets the id of this AttributeGroup
- setId(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the Id for this element definition.
- setId(String) - Method in class org.exolab.castor.xml.schema.Group
-
Sets the ID for this
Group
.
- setId(String) - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Sets the Id for this IdentityConstraint.
- setId(String) - Method in class org.exolab.castor.xml.schema.IdentityField
-
Sets the Id for this IdentityField.
- setId(String) - Method in class org.exolab.castor.xml.schema.IdentitySelector
-
Sets the Id for this IdentitySelector.
- setId(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the Id for this Schema
- setId(String) - Method in class org.exolab.castor.xml.schema.Union
-
Sets the id for this Union.
- setId(String) - Method in class org.exolab.castor.xml.schema.Wildcard
-
Sets the ID for this Group
- setId(String) - Method in class org.exolab.castor.xml.schema.XMLType
-
Sets the Id for this XMLType.
- setIdentities(FieldDescriptor[]) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
Sets the
FieldDescriptor
s that describe the identities as defined for this class.
- setIdentity(boolean) - Method in class org.castor.ddlgen.schemaobject.Field
-
Set if this field is part of the identity?
- setIdentity(boolean) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set wether the described field is part of the identity of the class it belongs to.
- setIdentity(int, String) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
- setIdentity(String[]) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
- setIdentity(boolean) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'identity'.
- setIdentity(TransactionContext, Object, Identity) - Method in class org.exolab.castor.persist.ClassMolder
-
Set the identity into an object.
- setIdentity(XMLFieldDescriptor) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the Identity FieldDescriptor, if the FieldDescriptor is
not already a contained in this ClassDescriptor, it will be
added
- setIDREFSType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to IDREFS.
- setIDREFType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to IDREF.
- setIDResolver(IDResolver) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets the IDResolver to use when resolving IDREFs for
which no associated element may exist in XML document.
- setIDResolver(IDResolver) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the IDResolver to use when resolving IDREFs for
which no associated element may exist in XML document.
- setIDType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to ID.
- setIgnoreExtraAttributes(boolean) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets whether or not attributes that do not match
a specific field should simply be ignored or
reported as an error.
- setIgnoreExtraAttributes(boolean) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets whether or not attributes that do not match
a specific field should simply be ignored or
reported as an error.
- setIgnoreExtraElements(boolean) - Method in class org.exolab.castor.xml.parsing.StrictElementHandler
-
Sets whether or not elements that do not match a specific field should
simply be ignored or reported as an error.
- setIgnoreExtraElements(boolean) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets whether or not elements that do not match
a specific field should simply be ignored or
reported as an error.
- setIgnoreExtraElements(boolean) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets whether or not elements that do not match
a specific field should simply be ignored or
reported as an error.
- setImmutable(boolean) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set the immutable flag which indicates that changes to this Field result in a
new Object to be created, such as java.lang.String.
- setImpl(String) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
Sets the implementing class name
and tries to create the corresponding class in the package
org.exolab.castor.xml.schema.simpletypes
- setImplements(int, String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
- setImplements(String[]) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
- setIMPLIED() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets occurance specification to IMPLIED.
- setImportDescriptor(ImportDescriptor) - Method in class org.exolab.castor.dsml.Exporter
-
- setImportDescriptor(ImportDescriptor) - Method in class org.exolab.castor.dsml.Importer
-
- setImportEventListener(ImportEventListener) - Method in class org.exolab.castor.dsml.Importer
-
- setInclude(int, IncludeType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setInclude(IncludeType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setInclude(int, Include) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setInclude(Include[]) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setIncremental(boolean) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the incremental flag which indicates whether this member can be
added before the unmarshaler is finished unmarshaling it.
- setIndenting(boolean) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setIndenting(boolean) - Method in interface org.exolab.castor.xml.OutputFormat
-
Specify whether indentation is required
- setIndenting(boolean) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setIndex(Expression) - Method in class org.castor.cpa.query.object.function.Locate
-
Sets the expression defining the start position of LOCATE function.
- setIndex(Expression) - Method in class org.castor.cpa.query.object.function.Substring
-
Sets the start expression of SUBSTRING function.
- setInheritanceStrategy(InheritanceType) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setInitialValue(int) - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- setInitString(String) - Method in class org.exolab.javasource.AbstractJField
-
Sets the initialization string for this JField.
- setInputSource(InputSource) - Method in class org.exolab.castor.xml.schema.reader.SchemaReader
-
A different way to create a SchemaReader by using an empty constructor and
setting the InputSource afterwards.
- setInstanceFactory(InstanceFactory) - Method in class org.castor.persist.AbstractTransactionContext
-
Overrides the default instance factory by a custom one for this database
source.
- setInstanceFactory(InstanceFactory) - Method in interface org.castor.persist.TransactionContext
-
Overrides the default instance factory by a custom one for this database
source.
- setInstanceFactory(InstanceFactory) - Method in class org.exolab.castor.jdo.JDOManager
-
Overrides the default instance factory by a custom one to be used by
Castor to obtaining an instance of a data object when it is needed during
loading.
- setInterface(Interface) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'interface'.
- setInternalContext(InternalContext) - Method in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
- setInternalContext(InternalContext) - Method in class org.exolab.castor.tools.MappingTool
-
To set the XMLContext to be used.
- setInternalContext(InternalContext) - Method in class org.exolab.castor.util.ChangeLog2XML
-
To set the AbstractInternalContext
into the ChangeLog2XML instance.
- setInternalContext(InternalContext) - Method in class org.exolab.castor.xml.Introspector
-
- setInternalContext(InternalContext) - Method in class org.exolab.castor.xml.Marshaller
-
- setInternalContext(InternalContext) - Method in class org.exolab.castor.xml.Unmarshaller
-
To set the internal XML Context to be used.
- setInternalContext(InternalContext) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
To set the XMLContext to be used.
- setInternalContext(InternalContext) - Method in class org.exolab.castor.xml.ValidationContext
-
To set which AbstractInternalContext
should be used.
- setInternalContext(InternalContext) - Method in interface org.exolab.castor.xml.XMLClassDescriptorResolver
-
To set the XMLContext to be used.
- setIntrospected(boolean) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets a flag to indicate whether or not this XMLClassDescriptorImpl
was created via introspection
- setIntrospector(Introspector) - Method in class org.castor.xml.AbstractInternalContext
-
- setIntrospector(Introspector) - Method in interface org.castor.xml.InternalContext
-
- setIntrospector(Introspector) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
To set the Introspector to be used.
- setIntrospector(Introspector) - Method in interface org.exolab.castor.xml.XMLClassDescriptorResolver
-
To set the Introspector to be used.
- setIsModelGroupDefinition(boolean) - Method in class org.exolab.castor.xml.schema.Group
-
- setItemType(SimpleType) - Method in class org.exolab.castor.xml.schema.simpletypes.ListType
-
Sets the SimpleType for this ListType (the type of
item that instances of this list holds).
- setItemType(String) - Method in class org.exolab.castor.xml.schema.simpletypes.ListType
-
Sets the SimpleType for this ListType (the type of
item that instances of this list holds).
- setIterMethod(Method) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Sets the iteration method.
- setJavaClass(ClassType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'javaClass'.
- setJavaClass(Class<?>) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
Sets the Java
Class
as described by this descriptor.
- setJavaClass(Class<?>) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the Class type being described by this descriptor.
- setJavaName(String) - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Sets the value of field 'javaName'.
- setJavaNaming(JavaNaming) - Method in class org.castor.xml.AbstractInternalContext
-
- setJavaNaming(String) - Method in class org.castor.xml.AbstractInternalContext
-
- setJavaNaming(JavaNaming) - Method in interface org.castor.xml.InternalContext
-
- setJavaNaming(JavaNaming) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
- setJavaType(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'javaType'.
- setJClassPrinterType(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
- setJClassPrinterType(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the jclassPrinter type.
- setJdoContent(List) - Method in class org.exolab.castor.xml.schema.AppInfo
-
- setJdoDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets whether or not to create JDOClassDescriptors for the generated classes.
- setJdoDescriptorCreation(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to create JDO-specific class descriptors for the
generated classes.
- setJndi(Jndi) - Method in class org.castor.jdo.conf.DatabaseChoice
-
Sets the value of field 'jndi'.
- setJoinColumnColumnDefinition(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinColumnInsertable(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinColumnName(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinColumnNullable(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinColumnReferencedColumnName(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinColumnTable(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinColumnUnique(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinColumnUpdatable(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinTableCatalog(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinTableInverseJoinColumns(JoinColumn[]) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinTableJoinColumns(JoinColumn[]) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinTableName(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setJoinTableSchema(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setKey(Object) - Method in class org.exolab.castor.mapping.MapItem
-
Sets the key for this MapItem.
- setKey(int, String) - Method in class org.exolab.castor.xml.schema.annotations.jdo.PkType
-
- setKey(String[]) - Method in class org.exolab.castor.xml.schema.annotations.jdo.PkType
-
- setKeyGenerator(KeyGenerator) - Method in class org.castor.ddlgen.schemaobject.Field
-
Set key generator for this field.
- setKeyGenerator(KeyGenerator) - Method in class org.castor.ddlgen.schemaobject.Table
-
Set key generator used for identities of this table.
- setKeyGenerator(String) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'keyGenerator'.
- setKeyGeneratorDef(int, KeyGeneratorDef) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setKeyGeneratorDef(KeyGeneratorDef[]) - Method in class org.exolab.castor.mapping.xml.MappingRoot
-
- setKeyGeneratorDescriptor(KeyGeneratorDescriptor) - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Set key generator specified for this class.
- setKeyGenRegistry(KeyGeneratorRegistry) - Method in class org.castor.ddlgen.AbstractGenerator
-
Set key generator registry.
- setKeyGenRegistry(KeyGeneratorRegistry) - Method in interface org.castor.ddlgen.Generator
-
Set key generator registry.
- setKind(int) - Method in class org.castor.cpa.query.castorql.ExtendNode
-
Sets the kind.
- setKind(int) - Method in class org.castor.cpa.query.ejbql.ExtendNode
-
Sets the kind.
- setLast(ValidationException) - Method in exception org.exolab.castor.xml.ValidationException
-
Adds the given ValidationException as the last exception in the list.
- setLazy(boolean) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setLazy(boolean) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'lazy'.
- setLdap(Ldap) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'ldap'.
- setLdapDn(String) - Method in class org.exolab.castor.mapping.xml.MapTo
-
Sets the value of field 'ldapDn'.
- setLdapOc(String) - Method in class org.exolab.castor.mapping.xml.MapTo
-
Sets the value of field 'ldapOc'.
- setLeftSide(Expression) - Method in class org.castor.cpa.query.object.condition.Comparison
-
Set left side expression of comparison condition.
- setLength(Expression) - Method in class org.castor.cpa.query.object.function.Substring
-
Sets the length expression of SUBSTRING function.
- setLength(int) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Sets the length of this type.
- setLength(int) - Method in class org.exolab.castor.xml.validators.StringValidator
-
Sets the required string length for String validation.
- setLengthFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Transfer given facet if it is one of length, maxLength or minLength.
- setLimit(int) - Method in class org.castor.cpa.query.object.SelectQueryImpl
-
Sets the limit.
- setLimit(Parameter) - Method in class org.castor.cpa.query.object.SelectQueryImpl
-
Sets the limit.
- setLimit(int, int) - Method in class org.castor.cpa.query.object.SelectQueryImpl
-
Sets the limit.
- setLimit(Parameter, Parameter) - Method in class org.castor.cpa.query.object.SelectQueryImpl
-
Sets the limit.
- setLimit(int) - Method in interface org.castor.cpa.query.SelectQuery
-
Sets the limit.
- setLimit(Parameter) - Method in interface org.castor.cpa.query.SelectQuery
-
Sets the limit.
- setLimit(int, int) - Method in interface org.castor.cpa.query.SelectQuery
-
Sets the limit.
- setLimit(Parameter, Parameter) - Method in interface org.castor.cpa.query.SelectQuery
-
Sets the limit.
- setLineNumber(int) - Method in class org.exolab.castor.xml.location.FileLocation
-
Sets the line number for this FileLocation.
- setLineSeparator(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets the line separator to use when printing the source code.
- setLineSeparator(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the line separator to use when printing the source code.
- setLineSeparator(String) - Method in class org.exolab.javasource.JSourceWriter
-
Sets the line separator to use at the end of each line.
- setLoadPackageMapping(Boolean) - Method in class org.castor.xml.AbstractInternalContext
-
- setLoadPackageMapping(Boolean) - Method in interface org.castor.xml.InternalContext
-
To set the load package mapping flag.
- setLoadPackageMappings(boolean) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
Sets whether or not to look for and load package specific mapping files
(".castor.xml").
- setLoadPackageMappings(boolean) - Method in interface org.exolab.castor.xml.XMLClassDescriptorResolver
-
Sets whether or not to look for and load package specific mapping files
(".castor.xml").
- setLoadPackageMappings(boolean) - Method in class org.exolab.castor.xml.XMLMappingLoader
-
Sets whether or not to look for and load package specific
mapping files (".castor.xml" files).
- setLob(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setLocalAnnotation(Annotation) - Method in class org.exolab.castor.xml.schema.simpletypes.ListType
-
Sets an annotation which is local to this Union.
- setLocalAnnotation(Annotation) - Method in class org.exolab.castor.xml.schema.Union
-
Sets an annotation which is local to this Union.
- setLocale(Locale) - Static method in class org.castor.core.util.Messages
-
Set the locale to use for loading messages.
- setLocalName(String) - Method in class org.exolab.javasource.JTypeName
-
Sets the local name for this JTypeName.
- setLocalStackTraceOnly(boolean) - Method in exception org.exolab.castor.util.NestedIOException
-
Sets whether or not to print the local stack trace or
the nested stack trace when calls to #printStackTrace are made.
- setLocation(Location) - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Element
-
Sets the location of this Element in the document.
- setLocation(String) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'location'.
- setLocation(Location) - Method in exception org.exolab.castor.xml.ValidationException
-
Sets the location information for this ValidationException.
- setLocation(Location) - Method in exception org.exolab.castor.xml.XMLException
-
Sets the location information for this Exception.
- setLocationPackageMapping(String, String) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the schemaLocation to package mapping.
- setLocationPath(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the location path for the field being described.
- setLocked(boolean) - Method in class org.castor.cpa.persistence.sql.query.Select
-
Set locked-flag that specifies if query has to be executed in locked mode or not.
- setLockTimeout(int) - Method in class org.castor.persist.AbstractTransactionContext
-
Sets the timeout waiting to acquire a lock.
- setLockTimeout(int) - Method in interface org.castor.persist.TransactionContext
-
Sets the timeout waiting to acquire a lock.
- setLockTimeout(int) - Method in class org.exolab.castor.jdo.JDOManager
-
Sets the lock timeout for this database.
- setLogWriter(PrintWriter) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the PrintWriter used for logging
- setLogWriter(PrintWriter) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Deprecated.
- setLogWriter(PrintWriter) - Method in class org.exolab.castor.xml.Unmarshaller
-
Deprecated.
- setLow(Expression) - Method in class org.castor.cpa.query.object.condition.Between
-
Set low bound of between range.
- setManyKey(List<String>) - Method in class org.castor.cpa.persistence.sql.engine.info.TableLink
-
Method given setting many key.
- setManyKey(String[]) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets the SQL many key of the field.
- setManyKey(int, String) - Method in class org.exolab.castor.mapping.xml.Sql
-
- setManyKey(String[]) - Method in class org.exolab.castor.mapping.xml.Sql
-
- setManyTable(String) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets the SQL many table of the field.
- setManyTable(String) - Method in class org.exolab.castor.mapping.xml.Sql
-
Sets the value of field 'manyTable'.
- setManyToMany(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setManyToManyInverseCopy(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setManyToOne(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setMapped(boolean) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets whether or not this field has been mapped in a Map or Hashtable.
- setMappedSuperclass(Boolean) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
Set class to have a mapped super class.
- setMapping(Mapping) - Method in class org.castor.ddlgen.AbstractGenerator
-
Set mapping document.
- setMapping(Mapping) - Method in interface org.castor.ddlgen.Generator
-
Set mapping document.
- setMapping(Mapping) - Method in class org.castor.ddlgen.MappingHelper
-
set mapping document.
- setMapping(int, Mapping) - Method in class org.castor.jdo.conf.Database
-
- setMapping(Mapping[]) - Method in class org.castor.jdo.conf.Database
-
- setMapping(MappingRoot) - Method in class org.castor.mapping.MappingUnmarshallIDResolver
-
- setMapping(String, MappingRoot) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the Mapping file associated with the given filename.
- setMapping(ClassMapping) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- setMapping(Mapping) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the given mapping to be used by the marshalling Framework.
- setMapping(Mapping) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the Mapping to use during unmarshalling.
- setMappingFilename(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the filename of the mapping file.
- setMappingHelper(MappingHelper) - Method in class org.castor.ddlgen.AbstractGenerator
-
Set mapping helper.
- setMappingLoader(MappingLoader) - Method in class org.castor.cpa.util.classresolution.nature.MappingLoaderNature
-
- setMappingLoader(MappingLoader) - Method in class org.castor.cpa.util.JDOClassDescriptorResolverImpl
-
Sets the mapping loader for this ClassDescriptorResolver.
- setMappingLoader(MappingLoader) - Method in class org.castor.xml.AbstractInternalContext
-
- setMappingLoader(MappingLoader) - Method in interface org.castor.xml.InternalContext
-
- setMappingLoader(MappingLoader) - Method in interface org.exolab.castor.xml.ClassDescriptorResolver
-
Sets the mapping loader for this ClassDescriptorResolver.
- setMappingLoader(MappingLoader) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
Sets the mapping loader for this ClassDescriptorResolver.
- setMapTo(MapTo) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'mapTo'.
- setMarshalAsDocument(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
Sets whether or not to marshal as a document which includes
the XML declaration, and if necessary the DOCTYPE declaration.
- setMarshalExtendedType(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
If True the marshaller will use the 'xsi:type' attribute
to marshall a field value that extended the defined field type.
- setMarshalListener(MarshalListener) - Method in class org.exolab.castor.xml.Marshaller
-
Sets an optional MarshalListener to recieve pre and post
marshal notification for each Object in the tree.
- setMasterSchema(Schema) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the master schema in which this instance of schema
is used at runtime.
- setMatches(String) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'matches'.
- setMatches(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
This is a space separated list of xml names that this Field descriptor
matches.
- setMaxExclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the maximum exclusive value that this XSDate can hold.
- setMaxExclusive(BigInteger) - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Sets the maximum (exclusive) value for BigInteger validation.
- setMaxExclusive(byte) - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Sets the maximum (exclusive) value for byte validation.
- setMaxExclusive(DateTimeBase) - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Sets the maximum (exclusive) value for date/time validation.
- setMaxExclusive(BigDecimal) - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Sets the maximum (exclusive) value for BigDecimal validation.
- setMaxExclusive(double) - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Sets the maximum (exclusive) value for double validation.
- setMaxExclusive(Duration) - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Sets the maximum (exclusive) value for Duration validation.
- setMaxExclusive(float) - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Sets the maximum (exclusive) value for float validation.
- setMaxExclusive(long) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the maximum (exclusive) value for xsd:integer validation.
- setMaxExclusive(int) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the maximum (exclusive) value for xsd:integer validation.
- setMaxExclusive(int) - Method in class org.exolab.castor.xml.validators.IntValidator
-
Sets the maximum (exclusive) value for int validation.
- setMaxExclusive(long) - Method in class org.exolab.castor.xml.validators.LongValidator
-
Sets the maximum (exclusive) value for long validation.
- setMaxExclusive(short) - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Sets the maximum (exclusive) value for short validation.
- setMaxExponent(long) - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- setMaxHistorySize(int) - Method in class org.exolab.castor.gui.QueryHistory
-
- setMaximumSize(int) - Method in class org.exolab.castor.builder.types.XSListType
-
Sets the maximum allowed size for this list.
- setMaxInclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the maximum inclusive value that this XSDate can hold.
- setMaxInclusive(BigInteger) - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Sets the maximum (inclusive) value for BigInteger validation.
- setMaxInclusive(byte) - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Sets the maximum (inclusive) value for byte validation.
- setMaxInclusive(DateTimeBase) - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Sets the maximum (inclusive) value for date/time validation.
- setMaxInclusive(BigDecimal) - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Sets the maximum (inclusive) value for BigDecimal validation.
- setMaxInclusive(double) - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Sets the maximum (inclusive) value for double validation.
- setMaxInclusive(Duration) - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Sets the maximum (inclusive) value for Duration validation.
- setMaxInclusive(float) - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Sets the maximum (inclusive) value for float validation.
- setMaxInclusive(long) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the maximum (inclusive) value for xsd:integer validation.
- setMaxInclusive(int) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the maximum (inclusive) value for xsd:integer validation.
- setMaxInclusive(int) - Method in class org.exolab.castor.xml.validators.IntValidator
-
Sets the maximum (inclusive) value for int validation.
- setMaxInclusive(long) - Method in class org.exolab.castor.xml.validators.LongValidator
-
Sets the maximum (inclusive) value for long validation.
- setMaxInclusive(short) - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Sets the maximum (inclusive) value for short validation.
- setMaxLength(int) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Sets the maximum length of this type.
- setMaxLength(int) - Method in class org.exolab.castor.xml.validators.StringValidator
-
Sets the maximum string length for String validation.
- setMaxMantissa(long) - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- setMaxOccurs(int) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the maximum occurance for this group.
- setMaxOccurs(int) - Method in class org.exolab.castor.xml.FieldValidator
-
Sets the maximum number of occurances for a given object.
- setMaxOccurs(int) - Method in class org.exolab.castor.xml.schema.Particle
-
Sets the maximum number of occurances that this CMParticle must
appear within it's parent context
- setMaxOccurs(int) - Method in class org.exolab.castor.xml.validators.SimpleTypeValidator
-
Sets the maximum number of times that the described field may occur.
- setMember(FieldType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingTypeChoice
-
Sets the value of field 'member'.
- setMessage(String) - Method in exception org.exolab.castor.xml.CastorException
-
Sets the message for this Exception
- setMethod(String) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setMethod(String) - Method in interface org.exolab.castor.xml.OutputFormat
-
Set serialization method.
- setMethod(String) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setMethods(int) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets which methods to create: READ_METHOD, WRITE_METHOD,
READ_WRITE_METHODS.
- setMilli(long) - Method in class org.exolab.castor.types.Duration
-
- setMilli(short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setMilliSecond(short) - Method in class org.exolab.castor.types.Date
-
- setMilliSecond(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the millisecond field for this date/time type.
- setMilliSecond(short) - Method in class org.exolab.castor.types.GDay
-
- setMilliSecond(short) - Method in class org.exolab.castor.types.GMonth
-
- setMilliSecond(short) - Method in class org.exolab.castor.types.GMonthDay
-
- setMilliSecond(short) - Method in class org.exolab.castor.types.GYear
-
- setMilliSecond(short) - Method in class org.exolab.castor.types.GYearMonth
-
- setMinExclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the minimum exclusive value that this XSDate can hold.
- setMinExclusive(BigInteger) - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Sets the minimum (exclusive) value for BigInteger validation.
- setMinExclusive(byte) - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Sets the minimum (exclusive) value for byte validation.
- setMinExclusive(DateTimeBase) - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Sets the minimum (exclusive) value for date/time validation.
- setMinExclusive(BigDecimal) - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Sets the minimum (exclusive) value for BigDecimal validation.
- setMinExclusive(double) - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Sets the minimum (exclusive) value for double validation.
- setMinExclusive(Duration) - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Sets the minimum (exclusive) value for Duration validation.
- setMinExclusive(float) - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Sets the minimum (exclusive) value for float validation.
- setMinExclusive(long) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the minimum (exclusive) value for xsd:integer validation.
- setMinExclusive(int) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the minimum (exclusive) value for xsd:integer validation.
- setMinExclusive(int) - Method in class org.exolab.castor.xml.validators.IntValidator
-
Sets the minimum (exclusive) value for int validation.
- setMinExclusive(long) - Method in class org.exolab.castor.xml.validators.LongValidator
-
Sets the minimum (exclusive) value for long validation.
- setMinExclusive(short) - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Sets the minimum (exclusive) value for short validation.
- setMinExponent(long) - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- setMinimumSize(int) - Method in class org.exolab.castor.builder.types.XSListType
-
Sets the minimum allowed size for this list.
- setMinInclusive(String) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Sets the minimum inclusive value that this XSDate can hold.
- setMinInclusive(BigInteger) - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Sets the minimum (inclusive) value for BigInteger validation.
- setMinInclusive(byte) - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Sets the minimum (inclusive) value for byte validation.
- setMinInclusive(DateTimeBase) - Method in class org.exolab.castor.xml.validators.DateTimeValidator
-
Sets the minimum (inclusive) value for date/time validation.
- setMinInclusive(BigDecimal) - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Sets the minimum (inclusive) value for BigDecimal validation.
- setMinInclusive(double) - Method in class org.exolab.castor.xml.validators.DoubleValidator
-
Sets the minimum (inclusive) value for double validation.
- setMinInclusive(Duration) - Method in class org.exolab.castor.xml.validators.DurationValidator
-
Sets the minimum (inclusive) value for Duration validation.
- setMinInclusive(float) - Method in class org.exolab.castor.xml.validators.FloatValidator
-
Sets the minimum (inclusive) value for float validation.
- setMinInclusive(long) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the minimum (inclusive) value for xsd:integer validation.
- setMinInclusive(int) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the minimum (inclusive) value for xsd:integer validation.
- setMinInclusive(int) - Method in class org.exolab.castor.xml.validators.IntValidator
-
Sets the minimum (inclusive) value for int validation.
- setMinInclusive(long) - Method in class org.exolab.castor.xml.validators.LongValidator
-
Sets the minimum (inclusive) value for long validation.
- setMinInclusive(short) - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Sets the minimum (inclusive) value for short validation.
- setMinLength(int) - Method in class org.exolab.castor.builder.types.AbstractLengthFacet
-
Sets the minimum length of this XSString.
- setMinLength(int) - Method in class org.exolab.castor.xml.validators.StringValidator
-
Sets the minimum string length for String validation.
- setMinMantissa(long) - Method in class org.exolab.castor.xml.schema.simpletypes.RealType
-
- setMinOccurs(int) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets the minimum occurrence for this group.
- setMinOccurs(int) - Method in class org.exolab.castor.xml.FieldValidator
-
Sets the mimimum number of occurances for a given object.
- setMinOccurs(int) - Method in class org.exolab.castor.xml.schema.Particle
-
Sets the minimum number of occurances that this CMParticle must
appear within it's parent context
- setMinOccurs(int) - Method in class org.exolab.castor.xml.validators.SimpleTypeValidator
-
Sets the minimum number of times that the described field may occur.
- setMinute(short) - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setMinute(short) - Method in class org.exolab.castor.types.Date
-
- setMinute(short) - Method in class org.exolab.castor.types.DateTimeBase
-
set the minute field for this date/time type.
- setMinute(short) - Method in class org.exolab.castor.types.Duration
-
- setMinute(short) - Method in class org.exolab.castor.types.GDay
-
- setMinute(short) - Method in class org.exolab.castor.types.GMonth
-
- setMinute(short) - Method in class org.exolab.castor.types.GMonthDay
-
- setMinute(short) - Method in class org.exolab.castor.types.GYear
-
- setMinute(short) - Method in class org.exolab.castor.types.GYearMonth
-
- setMinute(short) - Method in class org.exolab.castor.types.Month
-
Deprecated.
- setMinute(short) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the minute field for this recurringDuration
- setMinute(short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setMinute(short) - Method in class org.exolab.castor.types.Year
-
Deprecated.
- setMixedContent() - Method in class org.exolab.castor.xml.dtd.Element
-
Sets the content type of the element to MIXED.
- setMode(String) - Method in class org.castor.jdo.conf.TransactionDemarcation
-
Sets the value of field 'mode'.
- setModelGroupName(NamingType) - Method in class org.exolab.castor.builder.binding.xml.NamingXMLType
-
Sets the value of field 'modelGroupName'.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.AbstractJField
-
Sets the access modifiers on this JField.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.JConstructor
-
Sets the modifiers on this JConstructor.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.JMethod
-
Sets the JModifiers for this JMethod.
- setModifiers(JModifiers) - Method in class org.exolab.javasource.JMethodSignature
-
Sets the JModifiers for this method signature.
- setMonth(short) - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setMonth(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the Month Field.
- setMonth(short) - Method in class org.exolab.castor.types.Duration
-
- setMonth(short) - Method in class org.exolab.castor.types.GDay
-
- setMonth(short) - Method in class org.exolab.castor.types.GYear
-
- setMonth(short) - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
set the Month Field
- setMonth(short) - Method in class org.exolab.castor.types.Time
-
- setMonth(short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setMonth(short) - Method in class org.exolab.castor.types.Year
-
Deprecated.
- setMultivalued(boolean) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets whether the XML object can appear more than once in the XML
document.
- setMultivalued(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether the XML object can appear more than once in the XML
document.
- setMultivalued(boolean) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set wheter the object described by this descriptor is multivalued or not.
- setName(String) - Method in class org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- setName(String) - Method in class org.castor.ddlgen.schemaobject.AbstractSchemaObject
-
Set name of the schema object.
- setName(String) - Method in interface org.castor.ddlgen.schemaobject.SchemaObject
-
Set name of the schema object.
- setName(String) - Method in class org.castor.jdo.conf.ClassMapping
-
Sets the value of field 'name'.
- setName(String) - Method in class org.castor.jdo.conf.Database
-
Sets the value of field 'name'.
- setName(String) - Method in class org.castor.jdo.conf.JdoConf
-
Sets the value of field 'name'.
- setName(String) - Method in class org.castor.jdo.conf.Jndi
-
Sets the value of field 'name'.
- setName(String) - Method in class org.castor.jdo.conf.PackageMapping
-
Sets the value of field 'name'.
- setName(String) - Method in class org.castor.jdo.conf.Param
-
Sets the value of field 'name'.
- setName(String) - Method in class org.castor.jdo.conf.TransactionManager
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.Exclude
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.Interface
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.Ldap
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.Param
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.PropertyType
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.mapping.xml.QueryHint
-
Sets the value of field 'name'.
- setName(int, String) - Method in class org.exolab.castor.mapping.xml.Sql
-
- setName(String[]) - Method in class org.exolab.castor.mapping.xml.Sql
-
- setName(String) - Method in class org.exolab.castor.xml.dtd.Element
-
Sets the name of the element.
- setName(String) - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.xml.schema.annotations.jdo.ManyToMany
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.xml.schema.annotations.jdo.OneToMany
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.xml.schema.annotations.jdo.OneToOne
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Sets the value of field 'name'.
- setName(String) - Method in class org.exolab.castor.xml.schema.AnyType
-
Overrides XMLType#setName.
- setName(String) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the name of attributes defined by this attribute definition
- setName(String) - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Sets the name of this AttributeGroup
- setName(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the name of the element that this Element definition defines.
- setName(String) - Method in class org.exolab.castor.xml.schema.Group
-
Sets the name of this
Group
.
- setName(String) - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Sets the name for this IdentityConstraint.
- setName(String) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- setName(String) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty
-
- setName(String) - Method in class org.exolab.castor.xml.schema.XMLType
-
Sets the name of this type
- setName(String) - Method in class org.exolab.javasource.AbstractJField
-
Sets the name of this JField.
- setName(String) - Method in class org.exolab.javasource.JAnnotationTypeElement
-
Sets the name of this JAnnotationTypeElement.
- setName(String) - Method in class org.exolab.javasource.JDocDescriptor
-
Sets the name value of the JavaDoc field.
- setName(String) - Method in class org.exolab.javasource.JEnumConstant
-
Sets the name of this JEnumConstant.
- setName(String) - Method in class org.exolab.javasource.JMethod
-
Sets the name of this JMethod.
- setName(String) - Method in class org.exolab.javasource.JMethodSignature
-
Sets the name of the method.
- setName(String) - Method in class org.exolab.javasource.JParameter
-
Sets the name of this parameter.
- setName(String) - Method in class org.exolab.javasource.JType
-
Sets the qualified name of this type.
- setNameConflictStrategy(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
- setNameConflictStrategy(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the strategy for handling name conflicts.
- setNamedNativeQuery(Map<String, String>) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setNamedNativeQuery(int, NamedNativeQuery) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
- setNamedNativeQuery(NamedNativeQuery[]) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
- setNamedQuery(Map<String, String>) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setNamedQuery(int, NamedQuery) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
- setNamedQuery(NamedQuery[]) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
- setNamespace(String) - Method in class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode
-
Sets the namespace URI for this XMLNode.
- setNamespace(String) - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Sets the value of field 'namespace'.
- setNamespaceContext(Namespaces) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
Set the namespace context in which this handler acts.
- setNamespaceMapping(String, String) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the mapping for the given Namespace prefix.
- setNamespacePackageMapping(String, String) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the namespace to package mapping.
- setNamespacePrefix(String) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the desired namespace prefix for this XMLInfo There is no guarantee
that this prefix will be used.
- setNameSpacePrefix(String) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the namespace prefix used when marshalling as XML.
- setNameSpacePrefix(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the namespace prefix used when marshaling as XML.
- setNamespaceURI(String) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the Namespace URI for this XMLInfo.
- setNameSpaceURI(String) - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Sets the desired namespace URI for the described object.
- setNameSpaceURI(String) - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Sets the desired namespace URI for the described object.
- setNameSpaceURI(String) - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Sets the desired namespace URI for the described object.
- setNameSpaceURI(String) - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Sets the desired namespace URI for the described object.
- setNameSpaceURI(String) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the namespace URI used when marshalling and unmarshalling as XML.
- setNameSpaceURI(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the namespace URI used when marshaling and unmarshaling as XML.
- setNaming(XMLNaming) - Method in class org.exolab.castor.xml.Introspector
-
Sets the Naming conventions to be used by the Introspector
- setNamingXML(NamingXMLType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
Sets the value of field 'namingXML'.
- setNDATA(String) - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Sets the associated notation.
- setNegative() - Method in class org.exolab.castor.types.DateTimeBase
-
Set the negative field to true.
- setNegative() - Method in class org.exolab.castor.types.Duration
-
- setNegative() - Method in class org.exolab.castor.types.GDay
-
- setNegative() - Method in class org.exolab.castor.types.GMonth
-
- setNegative() - Method in class org.exolab.castor.types.GMonthDay
-
- setNegative() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the negative field to true
- setNegative() - Method in class org.exolab.castor.types.Time
-
- setNegative() - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setNewField(Object) - Method in class org.castor.persist.UpdateFlags
-
- setNext(IdentityMap.Entry) - Method in class org.castor.core.util.IdentityMap.Entry
-
Set reference to next entry.
- setNext(IdentitySet.Entry) - Method in class org.castor.core.util.IdentitySet.Entry
-
Set reference to next entry.
- setNext(ValidationException) - Method in exception org.exolab.castor.xml.ValidationException
-
Sets the given ValidationException as the next Exception in the list.
- setNillable(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets whether or not this field can be nillable.
- setNillable(boolean) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'nillable'.
- setNillable(boolean) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets whether or not instances of this element definition may
contain empty content
- setNillable(boolean) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets whether or not the described field is allowed to be nil.
- setNillable(boolean) - Method in class org.exolab.castor.xml.validators.PatternValidator
-
Sets whether or not objects validated by this Validator are allowed to be
null (nillable).
- setNMTOKENSType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to NMTOKENS.
- setNMTOKENType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to NMTOKEN.
- setNode(BindXmlNodeType) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'node'.
- setNode(Node) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the W3C
Node
instance to marshal to.
- setNode(Node) - Method in class org.exolab.castor.xml.util.DOMEventProducer
-
Sets the node which is to be converted into SAX events
- setNodeName(String) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the XML name of the object described by this XMLInfo.
- setNodeType(NodeType) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the nodeType for this XMLInfo.
- setNodeType(NodeType) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the XML node type for the described field.
- setNoNamespaceSchemaLocation(String) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the value for the xsi:noNamespaceSchemaLocation attribute.
- setNot(boolean) - Method in class org.castor.cpa.query.object.condition.SimpleCondition
-
Set if test result has to be inverted.
- setNOTATIONType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to NOTATION.
- setNsPrefix(String) - Method in class org.exolab.castor.mapping.xml.MapTo
-
Sets the value of field 'nsPrefix'.
- setNSPrefixAtRoot(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
Deprecated.
- setNsUri(String) - Method in class org.exolab.castor.mapping.xml.MapTo
-
Sets the value of field 'nsUri'.
- setNumber(Expression) - Method in class org.castor.cpa.query.object.function.Abs
-
Sets the number expression of ABS function.
- setNumber(Expression) - Method in class org.castor.cpa.query.object.function.Sqrt
-
Sets the number expression of SQRT function.
- setObject(TransactionContext, Object[], long) - Method in interface org.exolab.castor.persist.DepositBox
-
Set an object into the DespositBox, only a transaction
has the write lock may call it method or IllegalArgumentException
will be thrown.
- setObject(TransactionContext, Object[], long) - Method in class org.exolab.castor.persist.ObjectLock
-
- setObject(Object) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the 'expected'
Object
instance on the Unmarshaller, into
which will be unmarshalled.
- setObject(Object) - Method in class org.exolab.castor.xml.util.ContainerElement
-
Sets the object that is contained within this ContainerElement.
- setObjectFactory(ObjectFactory) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets a (custom) ObjectFactory instance.
- setObjectFactory(ObjectFactory) - Method in class org.exolab.castor.xml.Unmarshaller
-
Set an object factory for the unmarshaller.
- setOID(OID) - Method in class org.castor.persist.cache.CacheEntry
-
Set OID of the entry to be cached.
- setOIDForObject(Object, LockEngine, OID) - Method in class org.castor.persist.ObjectTracker
-
For a given lockengine and OID, set the object in the maps.
- setOldListener(UnmarshalListener) - Method in class org.castor.xml.UnmarshalListenerAdapter
-
To set an 'old style' unmarshal listener to receive the callback calls.
- setOmitDocumentType(boolean) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setOmitDocumentType(boolean) - Method in interface org.exolab.castor.xml.OutputFormat
-
Indicates whether to omit DOCTYPE definition.
- setOmitDocumentType(boolean) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setOmitXMLDeclaration(boolean) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setOmitXMLDeclaration(boolean) - Method in interface org.exolab.castor.xml.OutputFormat
-
Indicates whether to omit XML declaration.
- setOmitXMLDeclaration(boolean) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setOneOccurance() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Sets occurance specification of the content particle to ONE.
- setOneOrMoreOccurances() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Sets occurance specification of the content particle to
ONE_OR_MORE.
- setOneToMany(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setOneToOne(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setOptional(String, boolean) - Method in class org.exolab.castor.util.CommandLineOptions
-
Sets whether or not a given flag is optional.
- setOrder(Order) - Method in class org.castor.cpa.query.object.SelectQueryImpl
-
Sets the order.
- setOrder(Order) - Method in interface org.castor.cpa.query.SelectQuery
-
Sets the order.
- setOrder(Order) - Method in class org.exolab.castor.xml.schema.Group
-
- setOutputByteStream(OutputStream) - Method in class org.exolab.castor.xml.BaseXercesJDK5Serializer
-
- setOutputByteStream(OutputStream) - Method in interface org.exolab.castor.xml.Serializer
-
- setOutputByteStream(OutputStream) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesSerializer
-
- setOutputByteStream(OutputStream) - Method in class org.exolab.castor.xml.XercesSerializer
-
- setOutputCharStream(Writer) - Method in class org.exolab.castor.xml.BaseXercesJDK5Serializer
-
- setOutputCharStream(Writer) - Method in interface org.exolab.castor.xml.Serializer
-
Sets the OutputCharStream to use.
- setOutputCharStream(Writer) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesSerializer
-
- setOutputCharStream(Writer) - Method in class org.exolab.castor.xml.XercesSerializer
-
- setOutputFormat(OutputFormat) - Method in class org.exolab.castor.xml.BaseXercesJDK5Serializer
-
- setOutputFormat(OutputFormat) - Method in interface org.exolab.castor.xml.Serializer
-
- setOutputFormat(OutputFormat) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesSerializer
-
- setOutputFormat(OutputFormat) - Method in class org.exolab.castor.xml.XercesSerializer
-
- setOwningType(SimpleType) - Method in class org.exolab.castor.xml.schema.Facet
-
- setPackage(int, PackageType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setPackage(PackageType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setPackage(String) - Method in class org.exolab.castor.builder.binding.xml.ClassType
-
Sets the value of field 'package'.
- setPackage(String) - Method in class org.exolab.castor.builder.binding.xml.EnumClassName
-
Sets the value of field 'package'.
- setPackageMapping(int, PackageMapping) - Method in class org.castor.jdo.conf.Database
-
- setPackageMapping(PackageMapping[]) - Method in class org.castor.jdo.conf.Database
-
- setPackageName(String) - Method in class org.exolab.castor.builder.SGStateInfo
-
Set package used when creating new classes.
- setPackageName(String) - Method in class org.exolab.javasource.JTypeName
-
Sets the package name of this JTypeName.
- setPackageNames(List<String>) - Method in class org.castor.cpa.util.classresolution.nature.PackageBasedCDRResolutionNature
-
- setPackageTypeChoice(PackageTypeChoice) - Method in class org.exolab.castor.builder.binding.xml.PackageType
-
Sets the value of field 'packageTypeChoice'.
- setParam(int, Param) - Method in class org.castor.jdo.conf.DataSource
-
- setParam(Param[]) - Method in class org.castor.jdo.conf.DataSource
-
- setParam(int, Param) - Method in class org.castor.jdo.conf.Driver
-
- setParam(Param[]) - Method in class org.castor.jdo.conf.Driver
-
- setParam(int, Param) - Method in class org.castor.jdo.conf.TransactionManager
-
- setParam(Param[]) - Method in class org.castor.jdo.conf.TransactionManager
-
- setParam(int, Param) - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
- setParam(Param[]) - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
- setParam(int, Param) - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
- setParam(Param[]) - Method in class org.exolab.castor.mapping.xml.FieldHandlerDef
-
- setParam(int, Param) - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
- setParam(Param[]) - Method in class org.exolab.castor.mapping.xml.KeyGeneratorDef
-
- setParameter(int, Object) - Method in class org.exolab.castor.jdo.engine.SQLQuery
-
- setParameter(int, Object) - Method in class org.exolab.castor.persist.spi.AbstractCallQuery
-
- setParameter(int, Object) - Method in interface org.exolab.castor.persist.spi.PersistenceQuery
-
Sets the value of a paramter.
- setParameters(DataSource, Param[]) - Static method in class org.castor.cpa.persistence.sql.connection.DataSourceConnectionFactory
-
Set all the parameters of the given array at the given datasource by calling
one of the set methods of the datasource.
- setParameters(List<Expression>) - Method in class org.castor.cpa.query.object.function.CustomFunction
-
Sets the list of parameter expressions of CastorFunction.
- setParent(FactoryState) - Method in class org.exolab.castor.builder.FactoryState
-
Sets the parent of this FactoryState.
- setParent(ParseTreeNode) - Method in class org.exolab.castor.jdo.oql.ParseTreeNode
-
Changes the parent of this node.
- setParent(Namespaces) - Method in class org.exolab.castor.xml.Namespaces
-
Sets the parent Namespaces for this Namespaces instance.
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.AnyType
-
Sets the parent for this XMLType
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the parent for this AttributeDecl
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets the parent for this ComplexType.
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the parent for this ElementDecl.
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.Group
-
Sets the parent for this
Group
.
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.SimpleType
-
Sets the parent for this SimpleType
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.TypeReference
-
Sets the parent for this Schema type
- setParent(Structure) - Method in class org.exolab.castor.xml.schema.XMLType
-
Sets the parent for this XMLType
- setParent(Object) - Method in class org.exolab.castor.xml.util.ContainerElement
-
Sets the parent of the contained object.
- setPattern(Expression) - Method in class org.castor.cpa.query.object.condition.Like
-
Set pattern of like condition.
- setPeriod(TimeDuration) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the period facet for this recurringDuration
- setPeriod(String) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the period facet for this recurringDuration
- setPeriod(TimeDuration) - Method in class org.exolab.castor.types.TimePeriod
-
Deprecated.
- setPkColumnName(String) - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- setPkColumnValue(String) - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- setPrefix(String) - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Sets the value of field 'prefix'.
- setPreserveSpace(boolean) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setPreserveSpace(boolean) - Method in interface org.exolab.castor.xml.OutputFormat
-
Indicate whether white space should be preserved.
- setPreserveSpace(boolean) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setPrimaryKey(PrimaryKey) - Method in class org.castor.ddlgen.schemaobject.Table
-
Set primary key with identities of this table.
- setPrimaryKey(PrimaryKey) - Method in class org.exolab.castor.xml.schema.annotations.jdo.Table
-
Sets the value of field 'primaryKey'.
- setPrimaryKeyType(Class<?>) - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- setPrimitiveNodeType(NodeType) - Method in class org.exolab.castor.xml.Introspector
-
Sets the NodeType for primitives.
- setPrimitiveWrapper(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'primitivetowrapper' property.
- setProcessContents(String) - Method in class org.exolab.castor.xml.schema.Wildcard
-
Sets the processContent of the wildCard
- setPromptForOverwrite(boolean) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets whether or not to prompt when we would otherwise overwrite an
existing JClass.
- setProperty(String, Object) - Method in class org.castor.core.nature.BaseNature
-
Sets the property for a given.
- setProperty(String, Object) - Method in interface org.castor.core.nature.PropertyHolder
-
Set a property specified by the name to the passed value.
- setProperty(String, Object) - Method in class org.castor.cpa.jpa.info.ClassInfo
-
Set a property specified by the name to the passed value.
- setProperty(String, Object) - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Set a property specified by the name to the passed value.
- setProperty(String, Object) - Method in class org.castor.cpa.util.classresolution.command.BaseResolutionCommand
-
Set a Nature property.
- setProperty(String, String) - Method in class org.castor.ddlgen.Configuration
-
set property value, this will overwrite the loaded value.
- setProperty(String, Object) - Method in class org.castor.xml.AbstractInternalContext
-
To set properties for marshalling and unmarshalling behavior.
- setProperty(String, boolean) - Method in class org.castor.xml.AbstractInternalContext
-
- setProperty(String, Object) - Method in interface org.castor.xml.InternalContext
-
To set properties for marshalling and unmarshalling behavior.
- setProperty(String, boolean) - Method in interface org.castor.xml.InternalContext
-
To set any boolean property.
- setProperty(String, Object) - Method in class org.exolab.castor.builder.info.ClassInfo
-
- setProperty(String, Object) - Method in class org.exolab.castor.builder.info.FieldInfo
-
- setProperty(String, Object) - Method in class org.exolab.castor.mapping.loader.ClassDescriptorImpl
-
- setProperty(String, Object) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setProperty(int, Property) - Method in class org.exolab.castor.mapping.xml.BindXml
-
- setProperty(Property[]) - Method in class org.exolab.castor.mapping.xml.BindXml
-
- setProperty(String, Object) - Method in class org.exolab.castor.types.BaseDescriptor
-
- setProperty(String, Object) - Method in class org.exolab.castor.xml.descriptors.BaseDescriptor
-
- setProperty(String, String) - Method in class org.exolab.castor.xml.Marshaller
-
Sets a custom value of a given Castor XML-specific property.
- setProperty(String, String) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets a custom value of a given Castor XML-specific property.
- setProperty(String, Object) - Method in class org.exolab.castor.xml.util.resolvers.CastorXMLStrategy
-
To set properties for strategy and/or commands.
- setProperty(String, Object) - Method in interface org.exolab.castor.xml.util.ResolverStrategy
-
To set properties for strategy and/or commands.
- setProperty(String, Object) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- setProperty(String, Object) - Method in class org.exolab.castor.xml.XMLContext
-
To set properties for marshalling and unmarshalling behavior.
- setProperty(String, boolean) - Method in class org.exolab.castor.xml.XMLContext
-
To set properties for marshalling and unmarshalling behavior.
- setProposedEntityClass(Class) - Method in class org.castor.persist.ProposedEntity
-
Sets the proposed Class instance.
- setPseudo(boolean) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty
-
- setPublic(String, String) - Method in class org.exolab.castor.xml.dtd.Notation
-
Sets the notation to PUBLIC.
- setQNamePrefix(String) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'QNamePrefix'.
- setQNamePrefix(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the prefix used in case the value of the field described by this
descriptor is of type QName.
- setQualifiedName(String) - Method in class org.exolab.javasource.JTypeName
-
Sets the qualified name of this JTypeName.
- setQuery(String) - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Sets the value of field 'query'.
- setQuery(String) - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
Sets the value of field 'query'.
- setQueryHint(int, QueryHint) - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
- setQueryHint(QueryHint[]) - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
- setQueryHint(int, QueryHint) - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
- setQueryHint(QueryHint[]) - Method in class org.exolab.castor.mapping.xml.NamedQuery
-
- setQuerys(Vector<String>) - Method in class org.exolab.castor.gui.QueryHistory
-
- setRangeFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractRangeFacet
-
Transfer given facet if it is a range.
- setReadMethod(Method) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
- setReadOnly(boolean) - Method in class org.exolab.castor.builder.info.nature.JDOFieldInfoNature
-
Sets the column read only.
- setReadOnly(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToManyNature
-
Sets the column read only.
- setReadOnly(boolean) - Method in class org.exolab.castor.builder.info.nature.relation.JDOOneToOneNature
-
Sets the column read only.
- setReadOnly(boolean) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets whether field access if read-only.
- setReadOnly(boolean) - Method in class org.exolab.castor.mapping.xml.Sql
-
Sets the value of field 'readOnly'.
- setReadOnly(boolean) - Method in class org.exolab.castor.xml.schema.annotations.jdo.ReadonlyDirtyType
-
Sets the value of field 'readOnly'.
- setRedefined() - Method in class org.exolab.castor.xml.schema.AttributeGroupDecl
-
Sets this Group has redefined.
- setRedefined() - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets this Group has redefined.
- setRedefined() - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Sets this Group has redefined.
- setRedefined() - Method in class org.exolab.castor.xml.schema.SimpleType
-
Sets this Group has redefined.
- setRefer(String) - Method in class org.exolab.castor.xml.schema.KeyRef
-
Sets the refer field (the name of the key being referenced).
- setReference(boolean) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'reference'.
- setReference(AttributeDecl) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the reference for this attribute definition
- setReference(String) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the reference for this attribute definition
- setReference(ElementDecl) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the reference for this element definition
- setReference(String) - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Sets the reference for this ModelGroup definition
- setReference(boolean) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the flag indicating that the field described by this descriptor is a
reference to another field in the object model.
- setReferenceMethodSuffix(String) - Method in class org.exolab.castor.builder.factory.FieldInfoFactory
-
Sets the method suffix (ending) to use when creating the extra collection
methods.
- setReferenceMethodSuffix(String) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets the method suffix (ending) to use when creating the extra collection
methods.
- setReferenceMethodSuffix(String) - Method in class org.exolab.castor.builder.info.CollectionInfo
-
Sets the method suffix (ending) to use when creating the extra collection
methods.
- setReferenceName(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the name which this element declaration refers to
- setReferenceTable(Table) - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Set table referenced by the foreign key.
- setReferenceType(String) - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Makes the content particle represent the content with exactly one
child-element.
- setRelationCollectionType(Class<?>) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setRelationLazyFetch(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setRelationMappedBy(String) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setRelationOptional(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setRelationTargetEntity(Class<?>) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setRelationType(int) - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Set type of relation.
- setRemoved(boolean) - Method in class org.castor.persist.UpdateAndRemovedFlags
-
- setRequired(boolean) - Method in class org.castor.ddlgen.schemaobject.Field
-
Set if this field is a required one?
- setRequired(boolean) - Method in class org.exolab.castor.builder.info.GroupInfo
-
Sets whether or not the XML object must appear at least once.
- setRequired(boolean) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets whether or not the XML object must appear at least once.
- setRequired(boolean) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Set whether or not the described field is required.
- setRequired(boolean) - Method in class org.exolab.castor.mapping.loader.TypeInfo
-
Sets a flag indictating if the field is required.
- setRequired(boolean) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'required'.
- setRequired(boolean) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'required'.
- setREQUIRED() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets occurance specification to REQUIRED.
- setRequired(boolean) - Method in class org.exolab.castor.xml.validators.NameValidator
-
Sets whether or not a String is required (non null).
- setRequired(boolean) - Method in class org.exolab.castor.xml.validators.StringValidator
-
Sets whether or not a String is required (non null).
- setResolver(XMLClassDescriptorResolver) - Method in class org.castor.xml.AbstractInternalContext
-
- setResolver(XMLClassDescriptorResolver) - Method in interface org.castor.xml.InternalContext
-
- setResolver(XMLClassDescriptorResolver) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the ClassDescriptorResolver to use during marshalling.
- setResolver(Resolver) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Sets the Resolver to be used for resolving id references
- setResolver(Resolver) - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
Sets the Resolver to be used for resolving id references
- setResolver(XMLClassDescriptorResolver) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the XMLClassDescriptorResolver to use during unmarshalling
- setResolverStrategy(ResolverStrategy) - Method in class org.castor.xml.AbstractInternalContext
-
- setResolverStrategy(ResolverStrategy) - Method in interface org.castor.xml.InternalContext
-
To set the XMLClassDescriptor resolver strategy to be used.
- setResolverStrategy(ResolverStrategy) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
The resolver strategy to use for class and package resolving.
- setResolverStrategy(ResolverStrategy) - Method in interface org.exolab.castor.xml.XMLClassDescriptorResolver
-
The resolver strategy to use for class and package resolving.
- setResourceDestination(String) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets the destination directory for resources, e.g.
- setResourceDestinationDirectory(String) - Method in class org.exolab.castor.builder.SingleClassGenerator
-
Sets the destination directory for generated resources.
- setRestriction(boolean) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets whether or not this complexType is a restriction.
- setResultClass(String) - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Sets the value of field 'resultClass'.
- setResultSetMapping(String) - Method in class org.exolab.castor.mapping.xml.NamedNativeQuery
-
Sets the value of field 'resultSetMapping'.
- setReuseObjects(boolean) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets a boolean that when true indicates that objects
contained within the object model should be re-used
where appropriate.
- setReuseObjects(boolean) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets a boolean that when true indicates that objects
contained within the object model should be re-used
where appropriate.
- setRightSide(Expression) - Method in class org.castor.cpa.query.object.condition.Comparison
-
Set right side expression of comparison condition.
- setRollbackOnly() - Method in class org.castor.transactionmanager.LocalTransactionManager
- setRootElement(String) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the name of the root element to use.
- setRootObject(Object) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets the root (top-level) object to use for unmarshalling into.
- setSaveMapKeys(boolean) - Method in class org.exolab.castor.xml.Introspector
-
Sets whether or not keys from Hastable / Map instances
should be saved in the XML.
- setSAX1(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets to true if SAX1 should be used in the marshall method.
- setSAX1(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Set to true if SAX1 should be used in the marshal method.
- setSchema(String) - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- setSchema(Schema) - Method in class org.castor.ddlgen.schemaobject.Table
-
Set schema this table belongs to.
- setSchema(Schema) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Set the parent schema of the current ElementDecl.
- setSchema(Schema) - Method in class org.exolab.castor.xml.schema.ModelGroup
-
Sets the Schema that contains this group.
- setSchema(Schema) - Method in class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
Sets the
Schema
instance to be processed.
- setSchema(Schema) - Method in class org.exolab.castor.xml.schema.simpletypes.ListType
-
Sets the Schema for this Union.
- setSchema(Schema) - Method in class org.exolab.castor.xml.schema.Union
-
Sets the Schema for this Union.
- setSchema(Schema) - Method in class org.exolab.castor.xml.schema.XMLType
-
Sets the name of this SimpleType
- setSchemaContext(SchemaContext) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
To set the Castor XML schema context to be used.
- setSchemaContext(SchemaContext) - Method in class org.exolab.castor.xml.schema.reader.SchemaReader
-
- setSchemaContext(SchemaContext) - Method in class org.exolab.castor.xml.schema.writer.SchemaWriter
-
- setSchemaFactory(SchemaFactory) - Method in class org.castor.ddlgen.AbstractGenerator
-
Set schema factory.
- setSchemaLocation(String) - Method in class org.exolab.castor.builder.binding.xml.PackageTypeChoice
-
Sets the value of field 'schemaLocation'.
- setSchemaLocation(String) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the value for the xsi:schemaLocation attribute.
- setSchemaLocation(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Set the schemaLocation for this schema.
- setSchemaResolver(Resolver) - Method in interface org.exolab.castor.xml.schema.SchemaContext
-
- setSchemaResolver(Resolver) - Method in class org.exolab.castor.xml.schema.SchemaContextImpl
-
- setSchemaType(XSType) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the XML Schema type for this XMLInfo.
- setSchemaType(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the type of the XML Schema type of the value for the field being
described.
- setScope(int) - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- setSearchDescriptor(SearchDescriptor) - Method in class org.exolab.castor.dsml.Exporter
-
- setSecond(short, short) - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setSecond(short) - Method in class org.exolab.castor.types.Date
-
- setSecond(short, short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the seconds field for this date/time type, including fractional
seconds.
- setSecond(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the seconds field for this date/time type, not including the
fractional seconds.
- setSecond(short) - Method in class org.exolab.castor.types.GDay
-
- setSecond(short) - Method in class org.exolab.castor.types.GMonth
-
- setSecond(short) - Method in class org.exolab.castor.types.GMonthDay
-
- setSecond(short) - Method in class org.exolab.castor.types.GYear
-
- setSecond(short) - Method in class org.exolab.castor.types.GYearMonth
-
- setSecond(short, short) - Method in class org.exolab.castor.types.Month
-
Deprecated.
- setSecond(short, short) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the second field for this recurringDuration
- setSecond(short, short) - Method in class org.exolab.castor.types.Year
-
Deprecated.
- setSeconds(short) - Method in class org.exolab.castor.types.Duration
-
- setSeconds(short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setSelect(SelectQuery) - Method in class org.castor.cpa.query.castorql.CastorQLTreeWalker
-
Sets the select.
- setSelect(SelectQuery) - Method in class org.castor.cpa.query.ejbql.EjbQLTreeWalker
-
Sets the select.
- setSelector(IdentitySelector) - Method in class org.exolab.castor.xml.schema.IdentityConstraint
-
Sets the selector for this IdentityConstraint.
- setSeqType() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Sets the content to sequence list of content particles.
- setSequenceName(String) - Method in class org.castor.cpa.jpa.info.JPASequenceGeneratorDescriptor
-
- setSetMethod(String) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- setSetMethod(String) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'setMethod'.
- setSetMethod(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'setMethod'.
- setSetterMethod(Method) - Method in class org.castor.cpa.jpa.info.FieldInfo
-
Sets the setter access method of the field.
- setSimpleContent(boolean) - Method in class org.exolab.castor.xml.schema.ComplexType
-
Sets whether or not this complexType is a 'simpleContent'.
- setSimpleType(SimpleType) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the SimpleType for this attribute declaration
- setSimpleType(SimpleType) - Method in class org.exolab.castor.xml.schema.SimpleContent
-
Sets the simpleType that represents that contentType.
- setSimpleType(SimpleType) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.Type
-
- setSimpleTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setSimpleTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.Binding
-
- setSimpleTypeBinding(int, ComponentBindingType) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setSimpleTypeBinding(ComponentBindingType[]) - Method in class org.exolab.castor.builder.binding.xml.ComponentBindingType
-
- setSimpleTypeReference(String) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the simple type of this attribute to be a reference.
- setSingleClassGenerator(SingleClassGenerator) - Method in class org.exolab.castor.builder.conflictresolution.BaseClassNameCRStrategy
-
Sets the current caller of this strategy implementation.
- setSingleClassGenerator(SingleClassGenerator) - Method in interface org.exolab.castor.builder.conflictresolution.ClassNameCRStrategy
-
- setSource(String) - Method in class org.exolab.castor.xml.schema.AnnotationItem
-
Sets the source property for this Annotaion item.
- setSourceCode(String) - Method in class org.exolab.javasource.JConstructor
-
Sets the source code for this constructor.
- setSourceCode(JSourceCode) - Method in class org.exolab.javasource.JConstructor
-
Sets the source code for this constructor.
- setSourceCode(String) - Method in class org.exolab.javasource.JMethod
-
Sets the given string as the source code (method body) for this JMethod.
- setSourceCode(JSourceCode) - Method in class org.exolab.javasource.JMethod
-
Sets the given JSourceCode as the source code (method body) for this
JMethod.
- setSourceGenerator(SourceGenerator) - Method in class org.exolab.castor.builder.conflict.strategy.BaseClassNameConflictResolver
-
- setSourceGenerator(SourceGenerator) - Method in interface org.exolab.castor.builder.conflict.strategy.ClassNameConflictResolver
-
- setSpecification(TrimSpecification) - Method in class org.castor.cpa.query.object.function.Trim
-
Sets the trim specification of TRIM function.
- setSql(Sql) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'sql'.
- setSQLName(String[]) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets the SQL (column) name of the field.
- setSQLType(int[]) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets the SQL type of this field.
- setStatement(PreparedStatement) - Method in class org.castor.cpa.persistence.sql.engine.CastorStatement
-
Method to set statement.
- setStatic(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the "static" status of this FieldInfo.
- setStatic(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "static".
- setStatus(int) - Method in class org.castor.persist.AbstractTransactionContext
-
Sets the status of the current transaction to the given one.
- setStatus(int) - Method in interface org.castor.persist.TransactionContext
-
Sets the status of the current transaction to the given one.
- setStatusCode(int) - Method in class org.exolab.castor.builder.SGStateInfo
-
Sets the current status code to the given one.
- setString(Expression) - Method in class org.castor.cpa.query.object.function.Length
-
Sets the string expression of LENGTH function.
- setString(Expression) - Method in class org.castor.cpa.query.object.function.Locate
-
Sets the string expression to be searched in by LOCATE function.
- setString(Expression) - Method in class org.castor.cpa.query.object.function.Lower
-
Sets the string expression of LOWER function.
- setString(Expression) - Method in class org.castor.cpa.query.object.function.Substring
-
Sets the string expression of SUBSTRING function.
- setString(Expression) - Method in class org.castor.cpa.query.object.function.Trim
-
Sets the string expression of TRIM function.
- setString(Expression) - Method in class org.castor.cpa.query.object.function.Upper
-
Sets the string expression of UPPER function.
- setString(long, String) - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
Not implemented.
- setString(long, String, int, int) - Method in class org.exolab.castor.jdo.engine.ClobImpl
-
Not implemented.
- setStringEnumType(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setStringType() - Method in class org.exolab.castor.xml.dtd.Attribute
-
Sets the type of the attribute to CDATA.
- setStyle(short) - Method in class org.exolab.castor.xml.util.DefaultNaming
-
Sets the style for this DefaultNaming.
- setStyle(short) - Method in class org.exolab.javasource.JComment
-
Sets the style for this JComment.
- setSubstitutes(List<String>) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
- setSubstitutes(List<String>) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the possible substitution groups for this class.
- setSubstitutes(List<String>) - Method in interface org.exolab.castor.xml.XMLFieldDescriptor
-
Sets the possible substitution groups for this class.
- setSubstitutionGroup(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the substitutionGroup for this element definition.
- setSubstitutionGroupMembers(List<String>) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the possible substitution groups for this class.
- setSubstitutionGroups(List<String>) - Method in class org.exolab.castor.builder.info.nature.XMLInfoNature
-
Sets the possible substitution groups.
- setSuffix(String) - Method in class org.exolab.castor.builder.binding.xml.NamingType
-
Sets the value of field 'suffix'.
- setSuperClass(String) - Method in class org.exolab.javasource.JClass
-
Sets the super Class that this class extends.
- setSuppressMillis(boolean) - Static method in class org.exolab.castor.xml.handlers.DateFieldHandler
-
Sets a flag indicating whether or not Milliseconds should be suppressed
upon formatting a dateTime as a String.
- setSuppressNamespaces(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
Sets whether or not namespaces are output.
- setSuppressNonFatalWarnings(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to suppress non-fatal warnings encountered during
source generation.
- setSuppressXSIType(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
Sets whether or not the xsi:type attribute should appear
on the marshalled document.
- setSupressXMLDeclaration(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
Sets whether or not to marshal as a document which includes
the XML declaration, and if necessary the DOCTYPE declaration.
- setSystem(String) - Method in class org.exolab.castor.xml.dtd.Notation
-
Sets the notation to SYSTEM.
- setTable(String) - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- setTable(Table) - Method in class org.castor.ddlgen.schemaobject.Field
-
Set table which contains this field.
- setTable(Table) - Method in class org.castor.ddlgen.schemaobject.ForeignKey
-
Set table that holds foreign key.
- setTable(Table) - Method in class org.castor.ddlgen.schemaobject.Index
-
Set table the foreign key is used for.
- setTable(Table) - Method in class org.castor.ddlgen.schemaobject.KeyGenerator
-
Set table the key generator creates keys for.
- setTable(Table) - Method in class org.castor.ddlgen.schemaobject.PrimaryKey
-
Set table the primary key is used for.
- setTable(String) - Method in class org.exolab.castor.mapping.xml.MapTo
-
Sets the value of field 'table'.
- setTableAlias(String) - Method in class org.exolab.castor.jdo.engine.SQLFieldInfo
-
Method setting current table-alias.
- setTableCatalog(String) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setTableName(String) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setTableName(String) - Method in class org.castor.jdo.engine.CounterRef
-
Set the tabel name.
- setTableName(String) - Method in class org.exolab.castor.builder.info.nature.JDOClassInfoNature
-
Sets the table name to the given String.
- setTableName(String) - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Sets the table name to which this object maps.
- setTableSchema(String) - Method in class org.castor.cpa.jpa.natures.JPAClassNature
-
- setTabSize(int) - Method in class org.castor.cpa.query.castorql.SimpleCharStream
-
- setTabSize(int) - Method in class org.castor.cpa.query.ejbql.SimpleCharStream
-
- setTargetNamespace(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the target namespace for this Schema
- setTemporalType(TemporalType) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setTestable(boolean) - Method in class org.exolab.castor.builder.factory.SourceFactory
-
Sets whether or not to implement CastorTestable.
- setTestable(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not to implement CastorTestable.
- setText(String) - Method in class org.castor.cpa.query.castorql.ExtendNode
-
Sets the text.
- setText(String) - Method in class org.castor.cpa.query.ejbql.ExtendNode
-
Sets the text.
- setTimeStamp(long) - Method in class org.castor.persist.cache.CacheEntry
-
Set associated time stamp.
- setTotalDigits(int) - Method in class org.exolab.castor.builder.types.AbstractDigitsFacet
-
Sets the totalDigits facet for this XSType.
- setTotalDigits(int) - Method in class org.exolab.castor.xml.validators.BigIntegerValidator
-
Sets the maximum number of digits for BigInteger validation.
- setTotalDigits(int) - Method in class org.exolab.castor.xml.validators.ByteValidator
-
Sets the maximum number of digits for byte validation.
- setTotalDigits(int) - Method in class org.exolab.castor.xml.validators.DecimalValidator
-
Sets the maximum number of digits for BigDecimal validation.
- setTotalDigits(int) - Method in class org.exolab.castor.xml.validators.IntegerValidator
-
Sets the maximum number of digits for xsd:integer validation.
- setTotalDigits(int) - Method in class org.exolab.castor.xml.validators.IntValidator
-
Sets the maximum number of digits for int validation.
- setTotalDigits(int) - Method in class org.exolab.castor.xml.validators.LongValidator
-
Sets the maximum number of digits for long validation.
- setTotalDigits(int) - Method in class org.exolab.castor.xml.validators.ShortValidator
-
Sets the maximum number of digits for short validation.
- setTransactionContext(TransactionContext) - Method in interface org.exolab.castor.persist.XAResourceSource
-
Sets the transaction context associated with this source.
- setTransactionDemarcation(TransactionDemarcation) - Method in class org.castor.jdo.conf.JdoConf
-
Sets the value of field 'transactionDemarcation'.
- setTransactionManager(TransactionManager) - Method in class org.castor.jdo.conf.TransactionDemarcation
-
Sets the value of field 'transactionManager'.
- setTransactionTimeout(int) - Method in class org.castor.persist.AbstractTransactionContext
-
Sets the timeout of this transaction.
- setTransactionTimeout(int) - Method in interface org.castor.persist.TransactionContext
-
Sets the timeout of this transaction.
- setTransactionTimeout(int) - Method in class org.castor.transactionmanager.LocalTransactionManager
- setTransactionTimeout(int) - Method in class org.exolab.castor.persist.XAResourceImpl
-
- setTransient(boolean) - Method in class org.castor.cpa.jpa.natures.JPAFieldNature
-
- setTransient(boolean) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the transient status of this FieldInfo.
- setTransient(boolean) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets whether this field should be transient.
- setTransient(boolean) - Method in class org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
Sets whether or not the describled field is 'transient'.
- setTransient(boolean) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'transient'.
- setTransient(boolean) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'transient'.
- setTransient(boolean) - Method in class org.exolab.castor.mapping.xml.Sql
-
Sets the value of field 'transient'.
- setTransient(boolean) - Method in class org.exolab.javasource.JModifiers
-
Sets whether or not this JModifiers includes the qualifier "transient".
- setType(TypeInfo) - Method in class org.castor.ddlgen.schemaobject.Field
-
Set type information of this field.
- setType(String) - Method in class org.exolab.castor.mapping.xml.BindXml
-
Sets the value of field 'type'.
- setType(String) - Method in class org.exolab.castor.mapping.xml.CacheTypeMapping
-
Sets the value of field 'type'.
- setType(String) - Method in class org.exolab.castor.mapping.xml.Container
-
Sets the value of field 'type'.
- setType(String) - Method in class org.exolab.castor.mapping.xml.FieldMapping
-
Sets the value of field 'type'.
- setType(String) - Method in class org.exolab.castor.mapping.xml.Sql
-
Sets the value of field 'type'.
- setType(String) - Method in class org.exolab.castor.xml.schema.annotations.jdo.Column
-
Sets the value of field 'type'.
- setType(XMLType) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the XMLType for this Element declaration.
- setType(JType) - Method in class org.exolab.javasource.JParameter
-
Sets the type of this parameter.
- setTypeConvertor(TypeConvertor) - Method in class org.exolab.castor.jdo.engine.nature.FieldDescriptorJDONature
-
Sets the
TypeConvertor
used for converting from field types to
external types.
- setTypeMapper(TypeMapper) - Method in class org.castor.ddlgen.AbstractGenerator
-
Set type mapper.
- setTypeMapper(TypeMapper) - Method in class org.castor.ddlgen.MappingHelper
-
Set type mapper.
- setTypeReference(String) - Method in class org.exolab.castor.xml.schema.ElementDecl
-
Sets the type of this element to be a reference.
- setTypes(Vector) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeList
-
- setUniqueConstraints(JPAUniqueConstraint[]) - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- setUnmarshalListener(UnmarshalListener) - Method in class org.exolab.castor.xml.parsing.UnmarshalListenerDelegate
-
- setUnmarshalListener(UnmarshalListener) - Method in class org.exolab.castor.xml.parsing.UnmarshalListenerDelegate
-
- setUnmarshalListener(UnmarshalListener) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- setUnmarshalListener(UnmarshalListener) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
- setUnmarshalListener(UnmarshalListener) - Method in class org.exolab.castor.xml.Unmarshaller
-
- setUnmarshalListener(UnmarshalListener) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets an optional
UnmarshalListener
to receive pre and
post unmarshal notification for each Object in the tree.
- setUpdateCache(boolean) - Method in class org.castor.persist.UpdateFlags
-
- setUpdatePersist(boolean) - Method in class org.castor.persist.UpdateFlags
-
- setURI(String) - Method in class org.exolab.castor.builder.binding.xml.IncludeType
-
Sets the value of field 'URI'.
- setURIResolver(URIResolver) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Sets the URIResolver to be used for resolving hrefs.
- setURIResolver(URIResolver) - Method in class org.exolab.castor.xml.schema.reader.SchemaReader
-
Sets the URIResolver used to resolve hrefs.
- setUrl(String) - Method in class org.castor.jdo.conf.Driver
-
Sets the value of field 'url'.
- setUsageInfo(String, String) - Method in class org.exolab.castor.util.CommandLineOptions
-
Sets the text to print after the flag when printing the usage line.
- setUse(String) - Method in class org.exolab.castor.xml.schema.AttributeDecl
-
Sets the 'use' attribute of this attribute declaration
Note: this should not be used to set the flag to FIXED or DEFAULT
- setUseEnumeratedTypeInterface(boolean) - Method in class org.exolab.castor.builder.BuilderConfiguration
-
Sets the 'enumTypeAccessInterface' property.
- setUseIntrospection(boolean) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorResolverImpl
-
Enables or disables introspection.
- setUseIntrospection(boolean) - Method in interface org.exolab.castor.xml.XMLClassDescriptorResolver
-
Enables or disables introspection.
- setUseIntrospector(Boolean) - Method in class org.castor.xml.AbstractInternalContext
-
- setUseIntrospector(Boolean) - Method in interface org.castor.xml.InternalContext
-
To set use-introspection flag.
- setUseParentsNamespace(boolean) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets whether or not the namespace for the parent "containing" class
should be used during marshaling/unmarshaling when no specific
namespace URI has been set for this field.
- setUseSQLDate(boolean) - Method in class org.exolab.castor.xml.handlers.DateFieldHandler
-
Specifies that this DateFieldHandler should use java.sql.Date when
creating new Date instances.
- setUseXSITypeAtRoot(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
Sets whether or not to output the xsi:type at the root
element.
- setUTC() - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the UTC field.
- setUTC() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the UTC field to true
- setValidation(boolean) - Method in class org.exolab.castor.xml.Marshaller
-
Sets whether or not to validate the object model
before marshalling.
- setValidation(boolean) - Method in class org.exolab.castor.xml.schema.reader.SchemaReader
-
Sets whether or not post-read validation should
occur.
- setValidation(boolean) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets the flag for validation.
- setValidation(boolean) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the flag for validation.
- setValidator(String) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'validator'.
- setValidator(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the name of the Validator to use.
- setValidator(TypeValidator) - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Sets the type validator to use for this list.
- setValidator(StringValidator) - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Sets the type validator to use to validate an instance of this type.
- setValidator(TypeValidator) - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Sets the type validator to use to validate an instance of this type.
- setValidator(TypeValidator) - Method in class org.exolab.castor.xml.FieldValidator
-
- setValidator(FieldValidator) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- setValidator(TypeValidator) - Method in class org.exolab.castor.xml.validators.SimpleTypeValidator
-
Sets the TypeValidator to delegate validation to.
- setValue(Object) - Method in class org.castor.core.util.IdentityMap.Entry
-
Set value of entry.
- setValue(Object) - Method in class org.castor.cpa.persistence.sql.engine.info.ColumnValue
-
- setValue(Expression) - Method in class org.castor.cpa.query.object.function.Locate
-
Sets the expression to search for by LOCATE function.
- setValue(String) - Method in class org.castor.jdo.conf.Param
-
Sets the value of field 'value'.
- setValue(PreparedStatement, int, Object, int) - Static method in class org.castor.jdo.engine.SQLTypeInfos
-
Set given value on given PreparedStatement at given index with given SQL type.
- setValue(String) - Method in class org.castor.xmlctf.xmldiff.xml.nodes.Text
-
Sets the value for this text node.
- setValue(String) - Method in class org.exolab.castor.builder.binding.xml.EnumMember
-
Sets the value of field 'value'.
- setValue(Object, Object) - Method in interface org.exolab.castor.mapping.FieldHandler
-
Sets the value of the field on the object.
- setValue(Object, Object) - Method in class org.exolab.castor.mapping.GeneralizedFieldHandler
-
Sets the value of the field on the object.
- setValue(Object, Object) - Method in class org.exolab.castor.mapping.handlers.TransientFieldHandler
-
- setValue(Object, Object) - Method in class org.exolab.castor.mapping.loader.ExtendedFieldHandler
-
Sets the value of the field on the object.
- setValue(Object, Object) - Method in class org.exolab.castor.mapping.loader.FieldHandlerFriend
-
Sets the value of the field on the object.
- setValue(Object, Object) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
Sets the value of the field on the object.
- setValue(Object) - Method in class org.exolab.castor.mapping.MapItem
-
Sets the value for this MapItem.
- setValue(String) - Method in class org.exolab.castor.mapping.xml.Param
-
Sets the value of field 'value'.
- setValue(String) - Method in class org.exolab.castor.mapping.xml.PropertyType
-
Sets the value of field 'value'.
- setValue(String) - Method in class org.exolab.castor.mapping.xml.QueryHint
-
Sets the value of field 'value'.
- setValue(String) - Method in enum org.exolab.castor.mapping.xml.types.BindXmlAutoNamingType
-
- setValue(String) - Method in enum org.exolab.castor.mapping.xml.types.BindXmlNodeType
-
- setValue(String) - Method in enum org.exolab.castor.mapping.xml.types.ClassMappingAccessType
-
- setValue(String) - Method in enum org.exolab.castor.mapping.xml.types.FieldMappingCollectionType
-
- setValue(String) - Method in enum org.exolab.castor.mapping.xml.types.SqlDirtyType
-
- setValue(Object, Object, ClassLoader) - Method in class org.exolab.castor.persist.FieldMolder
-
- setValue(short, short, short, short, short, short, long) - Method in class org.exolab.castor.types.Duration
-
Fill in the fields of the duration with the given values
- setValue(short, short, short, short, short, short, short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
Fill in the fields of the TimeDuration with the given values
- setValue(String) - Method in class org.exolab.castor.util.ChangeLog2XML.Entry
-
- setValue(String) - Method in class org.exolab.castor.xml.dtd.GeneralEntity
-
Sets the value (replacement text) of the general entity, making it
internal parsed entity.
- setValue(Object, Object) - Method in class org.exolab.castor.xml.handlers.CollectionFieldHandler
-
Sets the value of the field associated with this descriptor.
- setValue(Object, Object) - Method in class org.exolab.castor.xml.handlers.ContainerFieldHandler
-
Sets the value of the field on the object.
- setValue(Object, Object) - Method in class org.exolab.castor.xml.handlers.DateFieldHandler
-
Sets the value of the field associated with this descriptor.
- setValue(Object, Object) - Method in class org.exolab.castor.xml.handlers.EnumFieldHandler
-
Sets the value of the field associated with this descriptor.
- setValue(String) - Method in class org.exolab.castor.xml.schema.simpletypes.factory.TypeProperty
-
- setValue(Object, Object) - Method in class org.exolab.castor.xml.XMLFieldHandler
-
Sets the value of the field on the object.
- setValue(String) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value.
- setValue(String[]) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value as a list.
- setValue(JAnnotation) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value as an annotation.
- setValue(JAnnotation[]) - Method in class org.exolab.javasource.JAnnotation
-
Sets the "value" annotation element value as a list of annotation values.
- setValueColumnName(String) - Method in class org.castor.cpa.jpa.info.JPATableGeneratorDescriptor
-
- setValues(short[]) - Method in class org.exolab.castor.types.Date
-
Sets all the fields by reading the values in an array.
- setValues(short[]) - Method in class org.exolab.castor.types.DateTime
-
Sets all the fields to the values provided in an Array.
- setValues(short[]) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets all the fields by reading the values in an array.
- setValues(short[]) - Method in class org.exolab.castor.types.GDay
-
Sets all the fields by reading the values in an array
- setValues(short[]) - Method in class org.exolab.castor.types.GMonth
-
Sets all the fields by reading the values in an array
- setValues(short[]) - Method in class org.exolab.castor.types.GMonthDay
-
Sets all the fields by reading the values in an array
- setValues(short[]) - Method in class org.exolab.castor.types.GYear
-
Sets all the fields by reading the values in an array
- setValues(short[]) - Method in class org.exolab.castor.types.GYearMonth
-
Sets all the fields by reading the values in an array
- setValues(short[]) - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
set all the fields by reading the values in an array
- setValues(short[]) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set all the fields by reading the values in an array
- setValues(short[]) - Method in class org.exolab.castor.types.Time
-
Sets all the fields by reading the values in an array.
- setVerbose(boolean) - Method in class org.exolab.castor.builder.SourceGenerator
-
Sets whether or not the source code generator prints additional messages
during generating source code.
- setVerifyConstructable(boolean) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'verifyConstructable'.
- setVersion(String) - Method in class org.exolab.castor.mapping.xml.ClassMapping
-
Sets the value of field 'version'.
- setVersion(long) - Method in interface org.exolab.castor.persist.DepositBox
-
Sets the new version of this object.
- setVersion(long) - Method in class org.exolab.castor.persist.ObjectLock
-
- setVersion(String) - Method in class org.exolab.castor.util.ChangeLog2XML.Release
-
- setVersion(String) - Method in class org.exolab.castor.xml.BaseXercesOutputFormat
-
- setVersion(String) - Method in interface org.exolab.castor.xml.OutputFormat
-
Defines the XML document version to be output.
- setVersion(String) - Method in class org.exolab.castor.xml.schema.Schema
-
Sets the version information for the XML Schema defintion
represented by this Schema instance.
- setVersion(String) - Method in class org.exolab.castor.xml.wls8.WeblogicXercesOutputFormat
-
- setVersionField(String) - Method in class org.exolab.castor.jdo.engine.nature.ClassDescriptorJDONature
-
Sets the version field to use for object modification checks.
- setView(Annotated) - Method in class org.exolab.castor.builder.binding.XMLBindingComponent
-
Sets the window on the given Annotated XML Schema structure.
- setVisibility(VisibilityType) - Method in class org.exolab.castor.builder.binding.xml.ContentMemberType
-
Sets the value of field 'visibility'.
- setVisibility(FieldTypeVisibilityType) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'visibility'.
- setVisibility(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the visibility of this FieldInfo.
- setWaitOnLock(ObjectLock) - Method in class org.castor.persist.AbstractTransactionContext
-
Indicates which lock this transaction is waiting for.
- setWaitOnLock(ObjectLock) - Method in interface org.castor.persist.TransactionContext
-
Indicates which lock this transaction is waiting for.
- setWhere(Condition) - Method in class org.castor.cpa.query.object.SelectQueryImpl
-
Sets the where.
- setWhere(Condition) - Method in interface org.castor.cpa.query.SelectQuery
-
Sets the where.
- setWhiteSpace(String) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Sets the whiteSpace facet of this XSType.
- setWhiteSpace(String) - Method in class org.exolab.castor.xml.validators.StringValidator
-
Sets the whiteSpace facet of the validator.
- setWhiteSpaceFacet(Facet) - Method in class org.exolab.castor.builder.types.AbstractWhiteSpaceFacet
-
Transfer given facet if it is a whiteSpace.
- setWhitespacePreserve(boolean) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Sets the top-level whitespace (xml:space) to either
preserving or non preserving.
- setWhitespacePreserve(boolean) - Method in class org.exolab.castor.xml.Unmarshaller
-
Sets the top-level whitespace (xml:space) to either
preserving or non preserving.
- setWithinMultivaluedElement(boolean) - Method in class org.exolab.castor.xml.UnmarshalState
-
- setWrapCollections(boolean) - Method in class org.exolab.castor.xml.Introspector
-
Sets whether or not collections (arrays, vectors, etc)
should be wrapped in a container element.
- setWrapper(boolean) - Method in class org.exolab.castor.builder.binding.xml.FieldType
-
Sets the value of field 'wrapper'.
- setWriteMethod(Method) - Method in class org.exolab.castor.mapping.loader.FieldHandlerImpl
-
- setWriter(Writer) - Method in class org.exolab.castor.xml.Marshaller
-
Sets the java.io.Writer to be used during marshalling.
- setXml(String) - Method in class org.exolab.castor.mapping.xml.MapTo
-
Sets the value of field 'xml'.
- setXMLClassDescriptorResolver(XMLClassDescriptorResolver) - Method in class org.castor.xml.AbstractInternalContext
-
- setXMLClassDescriptorResolver(XMLClassDescriptorResolver) - Method in interface org.castor.xml.InternalContext
-
- setXMLFieldHandler(String) - Method in class org.exolab.castor.builder.info.FieldInfo
-
Sets the name of the XMLfieldHandler to use.
- setXMLName(String) - Method in class org.exolab.castor.xml.descriptors.ListClassDescriptor
-
Sets the XML Name for the described object.
- setXMLName(String) - Method in class org.exolab.castor.xml.descriptors.RootArrayDescriptor
-
Sets the XML Name for the described object.
- setXMLName(String) - Method in class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
Sets the XML Name for the described object.
- setXMLName(String) - Method in class org.exolab.castor.xml.descriptors.VectorClassDescriptor
-
Sets the XML Name for the described object.
- setXMLName(String) - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
Sets the XML name for the Class described by this XMLClassDescriptor
- setXMLName(String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the xml name for the described field.
- setXMLNaming(XMLNaming) - Method in class org.castor.xml.AbstractInternalContext
-
- setXMLNaming(String) - Method in class org.castor.xml.AbstractInternalContext
-
This XMLNaming setter is meant to be used when working in property style
instead of setting an XMLNaming implementation.
- setXMLNaming(XMLNaming) - Method in interface org.castor.xml.InternalContext
-
- setXMLProperty(String, String) - Method in class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
Sets the value property with the given name.
- setXPath(String) - Method in class org.exolab.castor.xml.schema.IdentityField
-
Sets the XPath expression for this Field.
- setXPath(String) - Method in class org.exolab.castor.xml.schema.IdentitySelector
-
Sets the XPath expression for this Selector.
- setYear(short) - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setYear(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the Year field.
- setYear(short) - Method in class org.exolab.castor.types.Duration
-
- setYear(short) - Method in class org.exolab.castor.types.GDay
-
- setYear(short) - Method in class org.exolab.castor.types.GMonth
-
- setYear(short) - Method in class org.exolab.castor.types.GMonthDay
-
- setYear(short) - Method in class org.exolab.castor.types.RecurringDuration
-
Deprecated.
set the Year field
Note: 0000 is not allowed
- setYear(short) - Method in class org.exolab.castor.types.Time
-
- setYear(short) - Method in class org.exolab.castor.types.TimeDuration
-
Deprecated.
- setZeroOrMoreOccurances() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Sets occurance specification of the content particle to
ZERO_OR_MORE.
- setZeroOrOneOccurance() - Method in class org.exolab.castor.xml.dtd.ContentParticle
-
Sets occurance specification of the content particle to
ZERO_OR_ONE.
- setZone(short, short) - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setZone(short, short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the time zone fields for this date/time type.
- setZone(short, short) - Method in class org.exolab.castor.types.Month
-
Deprecated.
- setZone(short, short) - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the time zone fields for this recurringDuration
- setZone(short, short) - Method in class org.exolab.castor.types.Year
-
Deprecated.
- setZoneHour(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the time zone hour field for this date/time type.
- setZoneMinute(short) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the time zone minute field for this date/time type.
- setZoneNegative() - Method in class org.exolab.castor.types.Century
-
Deprecated.
- setZoneNegative(boolean) - Method in class org.exolab.castor.types.DateTimeBase
-
Sets the time zone negative field to true.
- setZoneNegative() - Method in class org.exolab.castor.types.Month
-
Deprecated.
- setZoneNegative() - Method in class org.exolab.castor.types.RecurringDurationBase
-
Deprecated.
set the time zone negative field to true
- setZoneNegative() - Method in class org.exolab.castor.types.Year
-
Deprecated.
- SGStateInfo - Class in org.exolab.castor.builder
-
A class for maintaining state for the SourceGenerator.
- SGStateInfo(Schema, SourceGenerator) - Constructor for class org.exolab.castor.builder.SGStateInfo
-
Creates a new SGStateInfo.
- SGTypes - Class in org.exolab.castor.builder
-
A collection of type definitions and factory methods to create those types, as used
by the XML code generator of Castor during code generation.
- SGTypes() - Constructor for class org.exolab.castor.builder.SGTypes
-
- SHARED - Static variable in interface org.exolab.castor.jdo.Database
-
Shared access.
- Shared - Static variable in class org.exolab.castor.mapping.AccessMode
-
Shared access.
- SHARED - Static variable in class org.exolab.castor.xml.schema.annotations.jdo.types.TableAccessModeType
-
The instance of the shared type
- SHARED_TYPE - Static variable in class org.exolab.castor.xml.schema.annotations.jdo.types.TableAccessModeType
-
The shared type
- SHORT - Static variable in class org.exolab.javasource.JType
-
JType instance for a short (Short).
- SHORT_OBJECT - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- SHORT_PRIMITIVE - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- SHORT_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:short.
- SHORT_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- ShortToBigDecimal - Class in org.castor.cpa.persistence.convertor
-
Convert Short
to BigDecimal
.
- ShortToBigDecimal() - Constructor for class org.castor.cpa.persistence.convertor.ShortToBigDecimal
-
Default constructor.
- ShortToBoolean - Class in org.castor.cpa.persistence.convertor
-
Convert Short
to Boolean
.
- ShortToBoolean() - Constructor for class org.castor.cpa.persistence.convertor.ShortToBoolean
-
Default constructor.
- ShortToByte - Class in org.castor.cpa.persistence.convertor
-
Convert Short
to Byte
.
- ShortToByte() - Constructor for class org.castor.cpa.persistence.convertor.ShortToByte
-
Default constructor.
- ShortToInteger - Class in org.castor.cpa.persistence.convertor
-
Convert Short
to Integer
.
- ShortToInteger() - Constructor for class org.castor.cpa.persistence.convertor.ShortToInteger
-
Default constructor.
- ShortToLong - Class in org.castor.cpa.persistence.convertor
-
Convert Short
to Long
.
- ShortToLong() - Constructor for class org.castor.cpa.persistence.convertor.ShortToLong
-
Default constructor.
- ShortValidator - Class in org.exolab.castor.xml.validators
-
The Short Validation class.
- ShortValidator() - Constructor for class org.exolab.castor.xml.validators.ShortValidator
-
Creates a new ShortValidator with no restrictions.
- shutdown() - Method in class org.castor.cache.AbstractCacheFactory
-
Allows for cache-specific shutdown operations and resource cleanup.
- shutdown() - Method in interface org.castor.cache.CacheFactory
-
Allows for cache-specific shutdown operations and resource cleanup.
- shutdown() - Method in class org.castor.cache.distributed.CoherenceCacheFactory
-
Allows for cache-specific shutdown operations and resource cleanup.
- shutdown(String) - Method in class org.castor.cache.distributed.CoherenceCacheFactory
-
Normally called to shutdown CoherenceCache.
- shutdown(String) - Method in class org.castor.cache.distributed.EHCache
-
Normally called to shutdown CoherenceCache.
- shutdown() - Method in class org.castor.cache.distributed.GigaspacesCacheFactory
-
Allows for cache-specific shutdown operations and resource cleanup.
- shutdown(String) - Method in class org.castor.cache.distributed.GigaspacesCacheFactory
-
Normally called to shutdown GigaspacesCache.
- shutdown() - Method in class org.castor.cache.distributed.OsCacheFactory
-
Allows for cache-specific shutdown operations and resource cleanup.
- Signaller() - Constructor for class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock.Signaller
-
- SIMPLE - Static variable in class org.exolab.castor.xml.schema.ContentType
-
- SIMPLE_CONTENT - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SIMPLE_CONTENT - Static variable in class org.exolab.castor.xml.schema.Structure
-
- SIMPLE_TYPE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SIMPLE_TYPE - Static variable in class org.exolab.castor.xml.schema.Structure
-
- SimpleCharStream - Class in org.castor.cpa.query.castorql
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.castor.cpa.query.castorql.SimpleCharStream
-
Constructor.
- SimpleCharStream - Class in org.castor.cpa.query.ejbql
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.castor.cpa.query.ejbql.SimpleCharStream
-
Constructor.
- SimpleCondition - Class in org.castor.cpa.query.object.condition
-
Abstract base class that represents simple condition.
- SimpleCondition() - Constructor for class org.castor.cpa.query.object.condition.SimpleCondition
-
- SimpleContent - Class in org.exolab.castor.xml.schema
-
An extension of the ContentType to support simple content
extension and restriction for complexTypes.
- SimpleContent() - Constructor for class org.exolab.castor.xml.schema.SimpleContent
-
Creates a new SimpleContent
- SimpleContent(SimpleContent) - Constructor for class org.exolab.castor.xml.schema.SimpleContent
-
Creates a new SimpleContent using the given SimpleContent.
- SimpleContent(SimpleType) - Constructor for class org.exolab.castor.xml.schema.SimpleContent
-
Creates a new SimpleContent
- SimpleContent(Schema, String) - Constructor for class org.exolab.castor.xml.schema.SimpleContent
-
Creates a new SimpleContent
- SimpleContentRestrictionUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for unmarshalling restriction elements of a simpleContent
- SimpleContentRestrictionUnmarshaller(SchemaContext, ComplexType, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.SimpleContentRestrictionUnmarshaller
-
Creates a new RestrictionUnmarshaller.
- SimpleContentUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for Unmarshalling simpleContent
- SimpleContentUnmarshaller(SchemaContext, ComplexType, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.SimpleContentUnmarshaller
-
Creates a new SimpleContentUnmarshaller.
- SimpleNode - Class in org.castor.cpa.query.castorql
-
- SimpleNode(int) - Constructor for class org.castor.cpa.query.castorql.SimpleNode
-
- SimpleNode(CastorQLParser, int) - Constructor for class org.castor.cpa.query.castorql.SimpleNode
-
- SimpleNode - Class in org.castor.cpa.query.ejbql
-
- SimpleNode(int) - Constructor for class org.castor.cpa.query.ejbql.SimpleNode
-
- SimpleNode(EjbQLParser, int) - Constructor for class org.castor.cpa.query.ejbql.SimpleNode
-
- SimpleQueryExecutor - Class in org.exolab.castor.jdo.engine
-
A class to execute simple SQL queries generated from OQL.
- SimpleQueryExecutor(Database) - Constructor for class org.exolab.castor.jdo.engine.SimpleQueryExecutor
-
Creates an instance to execute a simple query.
- SimpleQueryExecutor.SimpleQueryResults - Class in org.exolab.castor.jdo.engine
-
- SimpleQueryResults() - Constructor for class org.exolab.castor.jdo.engine.SimpleQueryExecutor.SimpleQueryResults
-
- SimpleType - Class in org.exolab.castor.xml.schema
-
An XML Schema SimpleType.
- SimpleType() - Constructor for class org.exolab.castor.xml.schema.SimpleType
-
Default constructor.
- SIMPLETYPE_ID - Static variable in class org.exolab.castor.builder.binding.ExtendedBinding
-
Prefix used to identity a simplyType.
- SIMPLETYPE_REF - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SimpleTypeDefinition - Class in org.exolab.castor.xml.schema.reader
-
A simple class used when unmarshalling simpleTypes
- SimpleTypeDefinition(Schema, String, String) - Constructor for class org.exolab.castor.xml.schema.reader.SimpleTypeDefinition
-
- SimpleTypeListUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for unmarshalling list elements of a simpleType.
- SimpleTypeRestrictionUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for unmarshalling restriction elements of a simpleType
- SimpleTypeRestrictionUnmarshaller(SchemaContext, SimpleTypeDefinition, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.SimpleTypeRestrictionUnmarshaller
-
Creates a new RestrictionUnmarshaller
- SimpleTypesFactory - Class in org.exolab.castor.xml.schema
-
SimpleTypesFactory provides code constants for every built
in type defined in www.w3.org/TR/xmlschma-2-20000407
USER_TYPE is used for user derived types.
- SimpleTypesFactory() - Constructor for class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- SimpleTypeUnmarshaller - Class in org.exolab.castor.xml.schema.reader
-
A class for Unmarshalling SimpleTypes
- SimpleTypeUnmarshaller(SchemaContext, Schema, AttributeSet) - Constructor for class org.exolab.castor.xml.schema.reader.SimpleTypeUnmarshaller
-
Creates a new SimpleTypeUnmarshaller.
- SimpleTypeValidator - Class in org.exolab.castor.xml.validators
-
A class for defining simple rules used for validating a content model.
- SimpleTypeValidator() - Constructor for class org.exolab.castor.xml.validators.SimpleTypeValidator
-
Creates a default SimpleTypeValidator.
- SimpleTypeValidator(TypeValidator) - Constructor for class org.exolab.castor.xml.validators.SimpleTypeValidator
-
Creates a SimpleTypeValidator using the given TypeValidator for
delegating validation.
- SINGLE_VALUE - Static variable in class org.exolab.castor.dsml.XML.Schema.Attributes
-
- SingleClassGenerator - Class in org.exolab.castor.builder
-
Writes a single class (and any associated inner classes) to a file.
- SingleClassGenerator(ConsoleDialog, SourceGenerator, String, String) - Constructor for class org.exolab.castor.builder.SingleClassGenerator
-
Creates an instance of this class.
- SingleProxy - Class in org.castor.persist.proxy
-
- size() - Method in class org.castor.cache.DebuggingCacheProxy
- size() - Method in class org.castor.cache.distributed.AbstractDistributedCache
- size() - Method in class org.castor.cache.distributed.EHCache
- size() - Method in class org.castor.cache.distributed.JcsCache
- size() - Method in class org.castor.cache.distributed.OsCache
- size() - Method in class org.castor.cache.hashbelt.AbstractHashbelt
- size() - Method in class org.castor.cache.hashbelt.container.FastIteratingContainer
- size() - Method in class org.castor.cache.hashbelt.container.WeakReferenceContainer
- size() - Method in class org.castor.cache.simple.CountLimited
- size() - Method in class org.castor.cache.simple.NoCache
- size() - Method in class org.castor.cache.simple.TimeLimited
- size() - Method in class org.castor.cache.simple.Unlimited
- size() - Method in class org.castor.core.util.IdentityMap
- size() - Method in class org.castor.core.util.IdentitySet
- size() - Method in class org.castor.persist.proxy.LazyHashSet
-
- size() - Method in class org.exolab.castor.jdo.engine.SimpleQueryExecutor.SimpleQueryResults
-
Uses the underlying db's cursors to most to the last row in the
result set, get the row number via getRow(), then move back to
where ever the user was positioned in the resultset.
- size() - Method in class org.exolab.castor.jdo.engine.SQLQuery
-
Uses the underlying db's cursors to move to the last row in the
result set, get the row number via getRow(), then move back to
where ever the user was positioned in the resultset.
- size() - Method in class org.exolab.castor.jdo.engine.TxDatabaseMap
-
- size() - Method in interface org.exolab.castor.jdo.QueryResults
-
Finds the size of the resulting resultset from the query.
- size(Object) - Method in interface org.exolab.castor.mapping.CollectionHandler
-
Returns the number of elements in the collection.
- size(Object) - Method in class org.exolab.castor.mapping.handlers.J1MapHandler
-
Returns the number of elements (key-value) in the map.
- size(Object) - Method in class org.exolab.castor.mapping.handlers.J2MapHandler
-
Returns the number of elements (key-value) in the map.
- size(Object) - Method in interface org.exolab.castor.mapping.MapHandler
-
Returns the number of elements (key-value) in the map.
- size() - Method in class org.exolab.castor.persist.QueryResults
-
- size() - Method in class org.exolab.castor.persist.spi.AbstractCallQuery
-
- size() - Method in class org.exolab.castor.persist.spi.Identity
-
- size() - Method in interface org.exolab.castor.persist.spi.PersistenceQuery
-
Finds the size of the resulting resultset from the query.
- size() - Method in class org.exolab.castor.xml.schema.FacetList
-
Returns the number of Facets in this list
- size() - Method in class org.exolab.castor.xml.util.XMLFieldDescriptors
-
Returns the number of descriptors in the list.
- size() - Method in class org.exolab.javasource.JSourceCode
-
Returns the number of source code lines (aka JCodeStatements) set so far.
- SKIP - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- skipElement() - Method in class org.exolab.castor.xml.parsing.StrictElementHandler
-
Skip element that appear in XML but for which we have no mapping
- skipEndElement() - Method in class org.exolab.castor.xml.parsing.StrictElementHandler
-
Checks if an end element can be skipped.
- skippedEntity(String) - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Gives notification about a skipped Entity during XML parsing.
- skippedEntity(String) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Signals that an entity was skipped by the parser
- skippedEntity(String) - Method in class org.exolab.castor.xml.util.DocumentHandlerAdapter
-
- skippedEntity(String) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- skipStartElement() - Method in class org.exolab.castor.xml.parsing.StrictElementHandler
-
Checks if a start element can be skipped
- softLock(TransactionContext, OID, int) - Method in class org.exolab.castor.persist.LockEngine
-
Acquire a write lock on the object in memory.
- sortDescriptors() - Method in class org.exolab.castor.xml.util.XMLClassDescriptorImpl
-
This method is used to keep the set of descriptors in the proper
sorted lists.
- SORTEDSET - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The instance of the sortedset type
- SORTEDSET_TYPE - Static variable in class org.exolab.castor.builder.binding.xml.types.FieldTypeCollectionType
-
The sortedset type
- SOURCE_ATTR - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SourceFactory - Class in org.exolab.castor.builder.factory
-
Creates the Java Source classes for Schema components.
- SourceFactory(BuilderConfiguration, FieldInfoFactory, GroupNaming, SourceGenerator) - Constructor for class org.exolab.castor.builder.factory.SourceFactory
-
Creates a new SourceFactory with the given FieldInfoFactory.
- SourceGenerator - Class in org.exolab.castor.builder
-
A Java Source generation tool which uses XML Schema definitions
to create an Object model.
- SourceGenerator() - Constructor for class org.exolab.castor.builder.SourceGenerator
-
Creates a SourceGenerator using the default FieldInfo factory.
- SourceGenerator(FieldInfoFactory) - Constructor for class org.exolab.castor.builder.SourceGenerator
-
Creates a SourceGenerator using the specific field info Factory.
- SourceGenerator(FieldInfoFactory, ExtendedBinding) - Constructor for class org.exolab.castor.builder.SourceGenerator
-
Creates a SourceGenerator using the specific field info Factory and the
given Binding element.
- SourceGeneratorConstants - Interface in org.exolab.castor.builder
-
Defines contants used throughout source generation.
- SourceGeneratorMain - Class in org.exolab.castor.builder
-
Main line method for command-line invokation of the source generation tool.
- SPACE - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
Character to use for spaces in SQL query.
- SPACE - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDInitialParserConstants
-
- specialConstructor - Variable in exception org.exolab.castor.xml.dtd.parser.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Variable in class org.castor.cpa.query.castorql.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class org.castor.cpa.query.ejbql.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class org.exolab.castor.xml.dtd.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- Sql - Class in org.exolab.castor.mapping.xml
-
The 'sql' element is used to store information about the
database
column to which a Java object is mapped to.
- Sql() - Constructor for class org.exolab.castor.mapping.xml.Sql
-
- SqlBindParser - Class in org.exolab.castor.jdo.engine
-
Utility class to parse an SQL or OQL expression for bind variables
Bind variables are subexpressions of the form "$n", where n is a
positive integer number.
- SqlBindParser(String) - Constructor for class org.exolab.castor.jdo.engine.SqlBindParser
-
Create a new SqlBindParser instance to parse the expression in 'sql'.
- SqlClobToCharArray - Class in org.castor.cpa.persistence.convertor
-
Convert java.sql.Clob
to char[]
.
- SqlClobToCharArray() - Constructor for class org.castor.cpa.persistence.convertor.SqlClobToCharArray
-
Default constructor.
- SqlClobToString - Class in org.castor.cpa.persistence.convertor
-
Convert java.sql.Clob
to String
.
- SqlClobToString() - Constructor for class org.castor.cpa.persistence.convertor.SqlClobToString
-
Default constructor.
- SQLColumnInfo - Class in org.exolab.castor.jdo.engine
-
- SQLColumnInfo(String, int, TypeConvertor, TypeConvertor) - Constructor for class org.exolab.castor.jdo.engine.SQLColumnInfo
-
- SQLDateClassDescriptor - Class in org.exolab.castor.xml.descriptors
-
A ClassDescriptor for java.sql.Date.
- SQLDateClassDescriptor() - Constructor for class org.exolab.castor.xml.descriptors.SQLDateClassDescriptor
-
No-arg constructor.
- SqlDateToCastorDate - Class in org.castor.cpa.persistence.convertor
-
Convert java.sql.Date
to org.exolab.castor.types.Date
.
- SqlDateToCastorDate() - Constructor for class org.castor.cpa.persistence.convertor.SqlDateToCastorDate
-
Default constructor.
- SqlDateToDate - Class in org.castor.cpa.persistence.convertor
-
Convert java.sql.Date
to Date
.
- SqlDateToDate() - Constructor for class org.castor.cpa.persistence.convertor.SqlDateToDate
-
Default constructor.
- SqlDescriptor - Class in org.exolab.castor.mapping.xml.descriptors
-
Class SqlDescriptor.
- SqlDescriptor() - Constructor for class org.exolab.castor.mapping.xml.descriptors.SqlDescriptor
-
- SqlDirtyType - Enum in org.exolab.castor.mapping.xml.types
-
Enumeration SqlDirtyType.
- SqlDirtyTypeDescriptor - Class in org.exolab.castor.mapping.xml.types.descriptors
-
Class SqlDirtyTypeDescriptor.
- SqlDirtyTypeDescriptor() - Constructor for class org.exolab.castor.mapping.xml.types.descriptors.SqlDirtyTypeDescriptor
-
- SQLEngine - Class in org.exolab.castor.jdo.engine
-
The SQL engine performs persistence of one object type against one
SQL database.
- SQLEngine(ClassDescriptor, PersistenceFactory) - Constructor for class org.exolab.castor.jdo.engine.SQLEngine
-
- SQLFieldInfo - Class in org.exolab.castor.jdo.engine
-
- SQLFieldInfo(ClassDescriptor, FieldDescriptor, String, boolean) - Constructor for class org.exolab.castor.jdo.engine.SQLFieldInfo
-
- SQLHelper - Class in org.exolab.castor.jdo.engine
-
- SQLQuery - Class in org.exolab.castor.jdo.engine
-
- SQLRelationLoader - Class in org.exolab.castor.persist
-
SQLRelationLoader is a quick hack for creating and removing
relation from a many-to-many relation database from ClassMolder.
- SQLRelationLoader(String, String[], int[], TypeConvertor[], TypeConvertor[], String[], int[], TypeConvertor[], TypeConvertor[], PersistenceFactory) - Constructor for class org.exolab.castor.persist.SQLRelationLoader
-
- SQLServerFactory - Class in org.castor.cpa.persistence.sql.driver
-
PersistenceFactory for SQL Server.
- SQLServerFactory() - Constructor for class org.castor.cpa.persistence.sql.driver.SQLServerFactory
-
- SQLServerQueryExpression - Class in org.castor.cpa.persistence.sql.driver
-
QueryExpression for MS SQL Server.
- SQLServerQueryExpression(PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.driver.SQLServerQueryExpression
-
- SQLServerQueryVisitor - Class in org.castor.cpa.persistence.sql.query.visitor
-
Visitor defining special behavior of query building for SQLServer database.
- SQLServerQueryVisitor() - Constructor for class org.castor.cpa.persistence.sql.query.visitor.SQLServerQueryVisitor
-
- SQLStatementDelete - Class in org.castor.cpa.persistence.sql.engine
-
SQLStatementDelete class that makes use of delete class hierarchy to generate SQL query
structure.
- SQLStatementDelete(SQLEngine) - Constructor for class org.castor.cpa.persistence.sql.engine.SQLStatementDelete
-
Constructor.
- SQLStatementInsert - Class in org.castor.cpa.persistence.sql.engine
-
SQLStatementCreate class that makes use of KeyGenerators methods to build sql
insert statement and execute them.
- SQLStatementInsert(SQLEngine, PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.engine.SQLStatementInsert
-
Constructor.
- SQLStatementInsertCheck - Class in org.castor.cpa.persistence.sql.engine
-
SQLStatementInsertCheck class to check duplicate primary key problem.
- SQLStatementInsertCheck(SQLEngine, PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.engine.SQLStatementInsertCheck
-
Constructor.
- SQLStatementLoad - Class in org.exolab.castor.jdo.engine
-
SQLStatementLoad class that makes use of select class hierarchy to generate SQL query
structure.
- SQLStatementLoad(SQLEngine, PersistenceFactory) - Constructor for class org.exolab.castor.jdo.engine.SQLStatementLoad
-
Constructor creating new SQLStatementLoad.
- SQLStatementQuery - Class in org.exolab.castor.jdo.engine
-
- SQLStatementQuery(SQLEngine, PersistenceFactory) - Constructor for class org.exolab.castor.jdo.engine.SQLStatementQuery
-
- SQLStatementUpdate - Class in org.castor.cpa.persistence.sql.engine
-
SQLStatementStore class that makes use of Update class hierarchy to generate sql
query structure.
- SQLStatementUpdate(SQLEngine) - Constructor for class org.castor.cpa.persistence.sql.engine.SQLStatementUpdate
-
Constructor.
- SQLStatementUpdateCheck - Class in org.castor.cpa.persistence.sql.engine
-
SQLStatementUpdatCheck class to check whether the new SQL update statement has failed because
entity has been removed previously from persistent storage or the object has been modified
before.
- SQLStatementUpdateCheck(SQLEngine) - Constructor for class org.castor.cpa.persistence.sql.engine.SQLStatementUpdateCheck
-
Constructor.
- SQLTimeClassDescriptor - Class in org.exolab.castor.xml.descriptors
-
A ClassDescriptor for java.sql.Time.
- SQLTimeClassDescriptor() - Constructor for class org.exolab.castor.xml.descriptors.SQLTimeClassDescriptor
-
No-arg constructor.
- SQLTimeFieldHandler - Class in org.exolab.castor.xml.handlers
-
An implementation of GeneralizedFieldHandler for java.sql.Time.
- SQLTimeFieldHandler() - Constructor for class org.exolab.castor.xml.handlers.SQLTimeFieldHandler
-
Creates a new SQLTimeFieldHandler.
- SQLTimestampClassDescriptor - Class in org.exolab.castor.xml.descriptors
-
A ClassDescriptor for java.sql.Date.
- SQLTimestampClassDescriptor() - Constructor for class org.exolab.castor.xml.descriptors.SQLTimestampClassDescriptor
-
No-arg constructor.
- SQLTimestampFieldHandler - Class in org.exolab.castor.xml.handlers
-
An implementation of GeneralizedFieldHandler for java.sql.Timestamp.
- SQLTimestampFieldHandler() - Constructor for class org.exolab.castor.xml.handlers.SQLTimestampFieldHandler
-
Creates a new SQLTimestampFieldHandler.
- SqlTimestampToDate - Class in org.castor.cpa.persistence.convertor
-
Convert java.sql.Timestamp
to Date
.
- SqlTimestampToDate() - Constructor for class org.castor.cpa.persistence.convertor.SqlTimestampToDate
-
Default constructor.
- SqlTimestampToString - Class in org.castor.cpa.persistence.convertor
-
Convert java.sql.Timestamp
to String
.
- SqlTimestampToString() - Constructor for class org.castor.cpa.persistence.convertor.SqlTimestampToString
-
Default constructor.
- SqlTimeToDate - Class in org.castor.cpa.persistence.convertor
-
Convert java.sql.Time
to Date
.
- SqlTimeToDate() - Constructor for class org.castor.cpa.persistence.convertor.SqlTimeToDate
-
Default constructor.
- SQLTypeInfos - Class in org.castor.jdo.engine
-
Utility class to translate SQL type by integer value or name into corresponding
Java type.
- sqlTypeName2javaType(String) - Static method in class org.castor.jdo.engine.SQLTypeInfos
-
Returns the Java type for the given SQL type name.
- sqlTypeNum2javaType(int) - Static method in class org.castor.jdo.engine.SQLTypeInfos
-
Returns the Java type for the given SQL type.
- sqlTypeNum2sqlTypeName(int) - Static method in class org.castor.jdo.engine.SQLTypeInfos
-
Returns the SQL type name for the given SQL type number.
- SQRT - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- sqrt() - Method in interface org.castor.cpa.query.Expression
-
The method for SQRT function of query objects.
- sqrt() - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
The method for SQRT function of query objects.
- Sqrt - Class in org.castor.cpa.query.object.function
-
Final class that represents SQRT (square root) function.
- Sqrt() - Constructor for class org.castor.cpa.query.object.function.Sqrt
-
- StandardJClassPrinterFactory - Class in org.exolab.castor.builder.printing
-
- StandardJClassPrinterFactory() - Constructor for class org.exolab.castor.builder.printing.StandardJClassPrinterFactory
-
- STAR - Static variable in class org.castor.cpa.persistence.sql.query.QueryConstants
-
'*' for select query.
- STAR - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- start(Xid, int) - Method in class org.exolab.castor.persist.XAResourceImpl
-
- start() - Method in interface org.exolab.castor.xml.EventProducer
-
Deprecated.
Signals to start producing events.
- start() - Method in class org.exolab.castor.xml.Sax2EventFromStaxEventProducer
-
- start() - Method in class org.exolab.castor.xml.Sax2EventFromStaxStreamProducer
-
- start() - Method in interface org.exolab.castor.xml.SAX2EventProducer
-
Signals to start producing events.
- start() - Method in class org.exolab.castor.xml.util.AnyNode2SAX
-
- start() - Method in class org.exolab.castor.xml.util.AnyNode2SAX2
-
- start() - Method in class org.exolab.castor.xml.util.DOMEventProducer
-
Starts producing the events for the Node which is to be
converted into SAX events
- START_DQ - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDInitialParserConstants
-
- START_DQ_ATTR - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- START_DQ_GE - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- START_SQ - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDInitialParserConstants
-
- START_SQ_ATTR - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- START_SQ_GE - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- startDocument() - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Signals the beginning of the document.
- startDocument() - Method in class org.exolab.castor.dsml.Consumer
-
- startDocument() - Method in class org.exolab.castor.dsml.Producer
-
- startDocument() - Method in class org.exolab.castor.xml.DebugHandler
-
Proxies the org.sax.xml.DocumentHandler#startDocument()
request to the proxy that is provided, printing debugging information
before doing the proxy.
- startDocument() - Method in class org.exolab.castor.xml.schema.reader.Sax2ComponentReader
-
- startDocument() - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
- startDocument() - Method in class org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler
-
- startDocument() - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Signals the start of a new document
- startDocument() - Method in class org.exolab.castor.xml.util.DocumentHandlerAdapter
-
- startDocument() - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- startElement(String, String, String, Attributes) - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Signals the beginning of an Element node.
- startElement(String, AttributeList) - Method in class org.exolab.castor.dsml.Consumer
-
- startElement(String, AttributeList) - Method in class org.exolab.castor.dsml.ImportDescriptor
-
- startElement(String, AttributeList) - Method in class org.exolab.castor.dsml.SearchDescriptor
-
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.DebugHandler
-
Proxies the
org.sax.xml.DocumentHandler#startElement(String, AttributeList) request
to the proxy that is provided, printing debugging information before
doing the proxy.
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
Delegates SAX1 startElement to SAX2ANY.
- startElement(String, String, String, Attributes) - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
Delegates SAX2 startElement to SAX2ANY.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.AnnotationUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.AttributeGroupUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.AttributeUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.ComplexContentUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.ComplexTypeUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.ComponentReader
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.DocumentationUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.ElementUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.ExtensionUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.FacetUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.FieldOrSelectorUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.GroupUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.IdentityConstraintUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.ModelGroupUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.RedefineUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.schema.reader.Sax2ComponentReader
-
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.schema.reader.SaxUnmarshaller
-
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.SchemaUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.SimpleContentRestrictionUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.SimpleContentUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeListUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeRestrictionUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.SimpleTypeUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.UnionUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.UnknownUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, String, AttributeSet, Namespaces) - Method in class org.exolab.castor.xml.schema.reader.WildcardUnmarshaller
-
Signals the start of an element with the given name.
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler
-
- startElement(String, String, String, Attributes) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
ContentHandler#startElement
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.exolab.castor.xml.util.DocumentHandlerAdapter
-
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- startElement(String, String, String, Attributes) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- startElement(String, AttributeList) - Method in class org.exolab.castor.xml.util.SAX2DOMHandler
-
- StartElementProcessor - Class in org.exolab.castor.xml
-
- StartElementProcessor(UnmarshalHandler) - Constructor for class org.exolab.castor.xml.StartElementProcessor
-
Creates an instance of this class, with a reference to the actual
UnmarshalHandler
for which this processor deals with the SAX 2
startElement() callback method.
- startingToCycle(Object) - Static method in class org.castor.core.util.CycleBreaker
-
Test to see if we are about to begin cycling on a method call to beingHashed.
- startNamespaceScope() - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Starts a new name space scope, and resets the corresponding flag.
- startPrefixMapping(String, String) - Method in class org.castor.xmlctf.xmldiff.xml.XMLContentHandler
-
Begins the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) - Method in class org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler
-
delegates startPrefixMapping to SAX2ANY.
- startPrefixMapping(String, String) - Method in class org.exolab.castor.xml.UnmarshalHandler
-
Signals to start the namespace - prefix mapping
- startPrefixMapping(String, String) - Method in class org.exolab.castor.xml.util.DocumentHandlerAdapter
-
- startPrefixMapping(String, String) - Method in class org.exolab.castor.xml.util.SAX2ANY
-
- startRead() - Method in class org.castor.core.util.concurrent.ReentrantWriterPreferenceReadWriteLock
-
- startRead() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- startReadFromNewReader() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- startReadFromWaitingReader() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- startWrite() - Method in class org.castor.core.util.concurrent.ReentrantWriterPreferenceReadWriteLock
-
- startWrite() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- startWriteFromNewWriter() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- startWriteFromWaitingWriter() - Method in class org.castor.core.util.concurrent.WriterPreferenceReadWriteLock
-
- staticFlag - Static variable in class org.castor.cpa.query.castorql.SimpleCharStream
-
Whether parser is static.
- staticFlag - Static variable in class org.castor.cpa.query.ejbql.SimpleCharStream
-
Whether parser is static.
- staticFlag - Static variable in class org.exolab.castor.xml.dtd.parser.InputCharStream
-
- STOP_STATUS - Static variable in class org.exolab.castor.builder.SGStateInfo
-
The SourceGenerator has been stopped by an error or by the user.
- stopNamespaceScope() - Method in class org.exolab.castor.xml.parsing.NamespaceHandling
-
Stops a name space scope, and resets the corresponding flag to false.
- STORAGE_ENGINE_KEY - Static variable in class org.castor.ddlgen.DDLGenConfiguration
-
MySQL storage engine is one of MYISAM, InnoDB, MERGE, MEMORY, BDB, ISAM
or null for default.
- store(TransactionContext, Object, Object) - Method in class org.castor.persist.resolver.ManyRelationResolver
-
- store(TransactionContext, Object, Object) - Method in class org.castor.persist.resolver.PersistanceCapableRelationResolver
-
- store(TransactionContext, Object, Object) - Method in class org.castor.persist.resolver.PrimitiveResolver
-
- store(TransactionContext, Object, Object) - Method in interface org.castor.persist.resolver.ResolverStrategy
-
Store a data object into the persistent storage of the base class of this
ClassMolder.
- store(TransactionContext, Object, Object) - Method in class org.castor.persist.resolver.SerializableResolver
-
- store(Object, Identity, ProposedEntity, ProposedEntity) - Method in class org.exolab.castor.jdo.engine.SQLEngine
-
- store(TransactionContext, OID, DepositBox, Object) - Method in class org.exolab.castor.persist.ClassMolder
-
Store a data object into the persistent storage of the base class of this
ClassMolder.
- store(TransactionContext, OID, Object) - Method in class org.exolab.castor.persist.LockEngine
-
- store(Object, Identity, ProposedEntity, ProposedEntity) - Method in interface org.exolab.castor.persist.spi.Persistence
-
Stores the object in persistent storage, given the object fields
and its identity.
- storeImportedSourcesByName(Map<String, JClass>) - Method in class org.exolab.castor.builder.SGStateInfo
-
Stores generated sources as processed within an imported schema.
- storeStatement(String) - Method in class org.exolab.castor.persist.OutputLogInterceptor
-
- storeStatement(String) - Method in interface org.exolab.castor.persist.spi.LogInterceptor
-
Reports a statement that will be used with the persistent
engine.
- storing(Object, boolean) - Method in class org.castor.cpa.jpa.info.JPACallbackHandler
-
- storing(Object, boolean) - Method in class org.exolab.castor.jdo.engine.JDOCallback
-
- storing(Object, Object) - Method in class org.exolab.castor.persist.OutputLogInterceptor
-
- storing(Object, boolean) - Method in interface org.exolab.castor.persist.spi.CallbackInterceptor
-
Called to indicate that an object is to be stored in persistent
storage.
- storing(Object, Object) - Method in interface org.exolab.castor.persist.spi.LogInterceptor
-
Called to indicate that an object of the given type and identity
is about to be stored in persistent storage.
- STRICT - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- STRICT_ELEMENTS - Static variable in class org.castor.xml.XMLProperties
-
Property specifying whether to apply strictness to elements when
unmarshalling.
- StrictElementHandler - Class in org.exolab.castor.xml.parsing
-
- StrictElementHandler() - Constructor for class org.exolab.castor.xml.parsing.StrictElementHandler
-
- strictElements() - Method in class org.castor.xml.AbstractInternalContext
-
- strictElements() - Method in interface org.castor.xml.InternalContext
-
To get strict-element flag.
- STRING - Static variable in class org.exolab.castor.builder.SGTypes
-
Represents a
JClass
instance of type 'java.lang.String'.
- STRING - Static variable in class org.exolab.castor.builder.TypeConversion.TypeNames
-
- STRING_ARG - Static variable in class org.exolab.castor.mapping.loader.AbstractMappingLoader
-
The string argument for the valueOf method, used for introspection when searching for
type-safe enumeration style classes.
- STRING_ENUM_TYPE - Static variable in class org.castor.cpa.jpa.natures.JPAFieldNature
-
Property Key for Enumerated
- STRING_LITERAL - Static variable in interface org.castor.cpa.query.castorql.CastorQLParserConstants
-
RegularExpression Id.
- STRING_LITERAL - Static variable in class org.exolab.castor.jdo.oql.TokenType
-
- STRING_TYPE - Static variable in class org.exolab.castor.builder.types.XSType
-
xsd:string.
- STRING_TYPE - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- STRING_TYPE - Static variable in class org.exolab.castor.xml.schema.SimpleTypesFactory
-
- STRING_TYPE - Static variable in class org.exolab.castor.xml.schema.util.DatatypeHandler
-
The name of the XML Schema string type
- StringClassDescriptor - Class in org.exolab.castor.xml.descriptors
-
The default String class descriptor.
- StringClassDescriptor() - Constructor for class org.exolab.castor.xml.descriptors.StringClassDescriptor
-
No-arg constructor.
- StringLiteral() - Method in class org.castor.cpa.query.castorql.CastorQLParser
-
- StringLiteral - Class in org.castor.cpa.query.object.literal
-
Final immutable class that represents a string literal.
- StringLiteral(String) - Constructor for class org.castor.cpa.query.object.literal.StringLiteral
-
Construct string literal with given value.
- StringToBigDecimal - Class in org.castor.cpa.persistence.convertor
-
Convert String
to BigDecimal
.
- StringToBigDecimal() - Constructor for class org.castor.cpa.persistence.convertor.StringToBigDecimal
-
Default constructor.
- StringToBoolean - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Boolean
.
- StringToBoolean() - Constructor for class org.castor.cpa.persistence.convertor.StringToBoolean
-
Default constructor.
- StringToByteArray - Class in org.castor.cpa.persistence.convertor
-
Convert String
to byte[]
.
- StringToByteArray() - Constructor for class org.castor.cpa.persistence.convertor.StringToByteArray
-
Default constructor.
- StringToCastorDuration - Class in org.castor.cpa.persistence.convertor
-
Convert String
to org.exolab.castor.types.Duration
.
- StringToCastorDuration() - Constructor for class org.castor.cpa.persistence.convertor.StringToCastorDuration
-
Default constructor.
- StringToCastorTime - Class in org.castor.cpa.persistence.convertor
-
Convert String
to org.exolab.castor.types.Time
.
- StringToCastorTime() - Constructor for class org.castor.cpa.persistence.convertor.StringToCastorTime
-
Default constructor.
- StringToCharacter - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Character
.
- StringToCharacter() - Constructor for class org.castor.cpa.persistence.convertor.StringToCharacter
-
Default constructor.
- StringToCharArray - Class in org.castor.cpa.persistence.convertor
-
Convert String
to char[]
.
- StringToCharArray() - Constructor for class org.castor.cpa.persistence.convertor.StringToCharArray
-
Default constructor.
- StringToDate - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Date
.
- StringToDate() - Constructor for class org.castor.cpa.persistence.convertor.StringToDate
-
Default constructor.
- StringToDouble - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Double
.
- StringToDouble() - Constructor for class org.castor.cpa.persistence.convertor.StringToDouble
-
Default constructor.
- StringToFloat - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Float
.
- StringToFloat() - Constructor for class org.castor.cpa.persistence.convertor.StringToFloat
-
Default constructor.
- StringToInteger - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Integer
.
- StringToInteger() - Constructor for class org.castor.cpa.persistence.convertor.StringToInteger
-
Default constructor.
- StringToLong - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Long
.
- StringToLong() - Constructor for class org.castor.cpa.persistence.convertor.StringToLong
-
Default constructor.
- StringToShort - Class in org.castor.cpa.persistence.convertor
-
Convert String
to Short
.
- StringToShort() - Constructor for class org.castor.cpa.persistence.convertor.StringToShort
-
Default constructor.
- StringToSqlClob - Class in org.castor.cpa.persistence.convertor
-
Convert String
to java.sql.Clob
.
- StringToSqlClob() - Constructor for class org.castor.cpa.persistence.convertor.StringToSqlClob
-
Default constructor.
- StringToSqlTimestamp - Class in org.castor.cpa.persistence.convertor
-
Convert String
to java.sql.Timestamp
.
- StringToSqlTimestamp() - Constructor for class org.castor.cpa.persistence.convertor.StringToSqlTimestamp
-
Default constructor.
- StringType - Class in org.exolab.castor.xml.schema.simpletypes
-
Represents the XML Schema string type.
- StringType() - Constructor for class org.exolab.castor.xml.schema.simpletypes.StringType
-
- StringUtil - Class in org.castor.core.util
-
Common functionality relate to String processing.
- StringUtil() - Constructor for class org.castor.core.util.StringUtil
-
- StringValidator - Class in org.exolab.castor.xml.validators
-
The String Validation class.
- StringValidator() - Constructor for class org.exolab.castor.xml.validators.StringValidator
-
Creates a new StringValidator with no restrictions.
- STRUCTURAL - Static variable in class org.exolab.castor.dsml.XML.Schema.Attributes.Types
-
- Structure - Class in org.exolab.castor.xml.schema
-
The base class for all XML Schema stuctures.
- Structure() - Constructor for class org.exolab.castor.xml.schema.Structure
-
Creates a new XML Schema Structure
- SUB_TREE - Static variable in class org.exolab.castor.dsml.SearchDescriptor.Scope
-
- SUBSTITUTION - Static variable in class org.exolab.castor.xml.schema.BlockList
-
The substitution value
- SUBSTITUTION_GROUP_ATTR - Static variable in class org.exolab.castor.xml.schema.SchemaNames
-
- SUBSTRING - Static variable in interface org.castor.cpa.query.ejbql.EjbQLParserConstants
-
RegularExpression Id.
- substring(int, int) - Method in interface org.castor.cpa.query.Expression
-
Substring.
- substring(int, Expression) - Method in interface org.castor.cpa.query.Expression
-
Substring.
- substring(Expression, int) - Method in interface org.castor.cpa.query.Expression
-
Substring.
- substring(Expression, Expression) - Method in interface org.castor.cpa.query.Expression
-
Substring.
- substring(int, int) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Substring.
- substring(int, Expression) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Substring.
- substring(Expression, int) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Substring.
- substring(Expression, Expression) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
Substring.
- Substring - Class in org.castor.cpa.query.object.function
-
Final class that represents SUBSTRING function.
- Substring() - Constructor for class org.castor.cpa.query.object.function.Substring
-
- SUBSTRING - Static variable in class org.exolab.castor.dsml.XML.Schema.Elements
-
- subtract(long) - Method in interface org.castor.cpa.query.Expression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- subtract(double) - Method in interface org.castor.cpa.query.Expression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- subtract(BigDecimal) - Method in interface org.castor.cpa.query.Expression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- subtract(Expression) - Method in interface org.castor.cpa.query.Expression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- subtract(long) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- subtract(double) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- subtract(BigDecimal) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- subtract(Expression) - Method in class org.castor.cpa.query.object.expression.AbstractExpression
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- Subtract - Class in org.castor.cpa.query.object.expression
-
Final class that represents subtract arithmetic expression.
- Subtract() - Constructor for class org.castor.cpa.query.object.expression.Subtract
-
- subtract(Expression) - Method in class org.castor.cpa.query.object.expression.Subtract
-
The method for Subtract ( - ) additive arithmetic expression of query objects.
- SunRegExpEvaluator - Class in org.exolab.castor.util
-
An implementation of
RegExpEvaluator
that uses the Java Regular
Expression library.
- SunRegExpEvaluator() - Constructor for class org.exolab.castor.util.SunRegExpEvaluator
-
- SUPER_CLASS - Static variable in class org.exolab.castor.builder.BuilderConfiguration.Property
-
Property specifying the super class for all generated classes.
- SUPERIOR - Static variable in class org.exolab.castor.dsml.XML.Schema.Attributes
-
- suspend() - Method in class org.castor.transactionmanager.LocalTransactionManager
- SwitchTo(int) - Method in class org.castor.cpa.query.castorql.CastorQLParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class org.castor.cpa.query.ejbql.EjbQLParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class org.exolab.castor.xml.dtd.parser.DTDInitialParserTokenManager
-
- SwitchTo(int) - Method in class org.exolab.castor.xml.dtd.parser.DTDParserTokenManager
-
- SybaseFactory - Class in org.castor.cpa.persistence.sql.driver
-
PersistenceFactory for Sybase Adaptive Servers.
- SybaseFactory() - Constructor for class org.castor.cpa.persistence.sql.driver.SybaseFactory
-
- SybaseField - Class in org.castor.ddlgen.engine.sybase
-
Sybase Field.
- SybaseField() - Constructor for class org.castor.ddlgen.engine.sybase.SybaseField
-
- SybaseGenerator - Class in org.castor.ddlgen.engine.sybase
-
Generator for Sybase.
- SybaseGenerator(DDLGenConfiguration) - Constructor for class org.castor.ddlgen.engine.sybase.SybaseGenerator
-
Constructor for SybaseGenerator.
- SybaseQueryExpression - Class in org.castor.cpa.persistence.sql.driver
-
QueryExpression for Sybase Adaptive Servers.
- SybaseQueryExpression(PersistenceFactory) - Constructor for class org.castor.cpa.persistence.sql.driver.SybaseQueryExpression
-
- SybaseQueryVisitor - Class in org.castor.cpa.persistence.sql.query.visitor
-
Visitor defining special behavior of query building for Sybase database.
- SybaseQueryVisitor() - Constructor for class org.castor.cpa.persistence.sql.query.visitor.SybaseQueryVisitor
-
- SybaseSchemaFactory - Class in org.castor.ddlgen.engine.sybase
-
Sybase schema factory.
- SybaseSchemaFactory() - Constructor for class org.castor.ddlgen.engine.sybase.SybaseSchemaFactory
-
- SybaseTypeMapper - Class in org.castor.ddlgen.engine.sybase
-
Final TypeMapper for Sybase database.
- SybaseTypeMapper(DDLGenConfiguration) - Constructor for class org.castor.ddlgen.engine.sybase.SybaseTypeMapper
-
Construct a TypeMapper for Sybase database using given configuration to
get default parameters for parameterized types.
- Sync - Interface in org.castor.core.util.concurrent
-
Main interface for locks, gates, and conditions.
- SYNTAX - Static variable in class org.exolab.castor.dsml.XML.Schema.Elements
-
- SyntaxNotSupportedException - Exception in org.exolab.castor.jdo.oql
-
Exception thrown to indicate that a feature is not supported by a particular database.
- SyntaxNotSupportedException(String) - Constructor for exception org.exolab.castor.jdo.oql.SyntaxNotSupportedException
-
- SyntaxNotSupportedException(String, Throwable) - Constructor for exception org.exolab.castor.jdo.oql.SyntaxNotSupportedException
-
- SYSLITER_GE - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- SYSLITER_NOT - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- SYSTEM_GE - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- System_GE - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- SYSTEM_ID - Static variable in class org.exolab.castor.dsml.schema.DTDResolver.DTD
-
- SYSTEM_NOT - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-
- System_NOT - Static variable in interface org.exolab.castor.xml.dtd.parser.DTDParserConstants
-