Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.castor.cache
,
org.castor.cache.distributed
,
org.castor.cache.hashbelt
,
org.castor.cache.hashbelt.container
,
org.castor.cache.hashbelt.reaper
,
org.castor.cache.simple
,
org.castor.cpa
,
org.castor.cpa.persistence.convertor
,
org.castor.cpa.persistence.sql.connection
,
org.castor.cpa.persistence.sql.driver
,
org.castor.cpa.persistence.sql.engine
,
org.castor.cpa.persistence.sql.keygen
,
org.castor.cpa.persistence.sql.query
,
org.castor.cpa.persistence.sql.query.condition
,
org.castor.cpa.persistence.sql.query.expression
,
org.castor.cpa.query
,
org.castor.cpa.query.object
,
org.castor.cpa.query.object.condition
,
org.castor.cpa.query.object.expression
,
org.castor.cpa.query.object.function
,
org.castor.cpa.query.object.literal
,
org.castor.cpa.query.object.parameter
,
org.castor.cpa.util
,
org.castor.cpa.util.classresolution.command
,
org.castor.cpa.util.classresolution.nature
,
org.castor.jdo.conf
,
org.castor.jdo.conf.descriptors
,
org.castor.jdo.engine
,
org.castor.jdo.jpa.info
,
org.castor.jdo.jpa.natures
,
org.castor.jdo.jpa.processors
,
org.castor.jdo.jpa.processors.classprocessors
,
org.castor.jdo.jpa.processors.fieldprocessors
,
org.castor.jdo.util
,
org.castor.persist
,
org.castor.persist.cache
,
org.castor.persist.proxy
,
org.castor.persist.resolver
,
org.castor.transactionmanager
,
org.exolab.castor.gui
,
org.exolab.castor.jdo
,
org.exolab.castor.jdo.engine
,
org.exolab.castor.jdo.engine.nature
,
org.exolab.castor.jdo.oql
,
org.exolab.castor.persist
,
org.exolab.castor.persist.spi
Class Hierarchy
java.lang.
Object
org.castor.cache.
AbstractBaseCache
(implements org.castor.cache.
Cache
)
org.castor.cache.distributed.
AbstractDistributedCache
org.castor.cache.distributed.
CoherenceCache
org.castor.cache.distributed.
FKCache
org.castor.cache.distributed.
GigaspacesCache
org.castor.cache.distributed.
JCache
org.castor.cache.hashbelt.
AbstractHashbelt
org.castor.cache.hashbelt.
FIFOHashbelt
org.castor.cache.hashbelt.
LRUHashbelt
org.castor.cache.simple.
CountLimited
org.castor.cache.distributed.
EHCache
org.castor.cache.distributed.
JcsCache
org.castor.cache.simple.
NoCache
org.castor.cache.distributed.
OsCache
org.castor.cache.simple.
TimeLimited
org.castor.cache.simple.
Unlimited
org.castor.cache.
AbstractCacheFactory
(implements org.castor.cache.
CacheFactory
)
org.castor.cache.distributed.
CoherenceCacheFactory
org.castor.cache.simple.
CountLimitedFactory
org.castor.cache.distributed.
EHCacheFactory
org.castor.cache.hashbelt.
FIFOHashbeltFactory
org.castor.cache.distributed.
FKCacheFactory
org.castor.cache.distributed.
GigaspacesCacheFactory
org.castor.cache.distributed.
JCacheFactory
org.castor.cache.distributed.
JcsCacheFactory
org.castor.cache.hashbelt.
LRUHashbeltFactory
org.castor.cache.simple.
NoCacheFactory
org.castor.cache.simple.
TimeLimitedFactory
org.castor.cache.simple.
UnlimitedFactory
org.exolab.castor.persist.spi.
AbstractCallQuery
(implements org.exolab.castor.persist.spi.
PersistenceQuery
)
org.exolab.castor.jdo.engine.
AbstractDatabaseImpl
(implements org.exolab.castor.jdo.
Database
)
org.exolab.castor.jdo.engine.
GlobalDatabaseImpl
(implements javax.transaction.
Synchronization
)
org.exolab.castor.jdo.engine.
LocalDatabaseImpl
org.castor.cpa.persistence.sql.keygen.
AbstractKeyGenerator
(implements org.castor.cpa.persistence.sql.keygen.
KeyGenerator
)
org.castor.cpa.persistence.sql.keygen.
AbstractAfterKeyGenerator
org.castor.cpa.persistence.sql.keygen.
IdentityKeyGenerator
org.castor.cpa.persistence.sql.keygen.
SequenceAfterKeyGenerator
org.castor.cpa.persistence.sql.keygen.
AbstractBeforeKeyGenerator
org.castor.cpa.persistence.sql.keygen.
HighLowKeyGenerator
org.castor.cpa.persistence.sql.keygen.
MaxKeyGenerator
org.castor.cpa.persistence.sql.keygen.
SequenceBeforeKeyGenerator
org.castor.cpa.persistence.sql.keygen.
UUIDKeyGenerator
org.castor.cpa.persistence.sql.keygen.
NoKeyGenerator
org.castor.cpa.persistence.sql.keygen.
SequenceDuringKeyGenerator
java.util.
AbstractMap
<K,V> (implements java.util.
Map
<K,V>)
java.util.concurrent.
ConcurrentHashMap
<K,V> (implements java.util.concurrent.
ConcurrentMap
<K,V>, java.io.
Serializable
)
org.castor.cache.hashbelt.container.
MapContainer
(implements org.castor.cache.hashbelt.container.
Container
)
org.exolab.castor.mapping.loader.
AbstractMappingLoader2
(implements org.exolab.castor.mapping.
MappingLoader
)
org.exolab.castor.mapping.loader.
AbstractMappingLoader
org.exolab.castor.jdo.engine.
JDOMappingLoader
org.castor.core.util.
AbstractProperties
org.castor.cpa.
CPAProperties
org.castor.cpa.
CPAConfiguration
org.castor.cpa.query.object.
AbstractQueryObject
(implements org.castor.cpa.query.
QueryObject
)
org.castor.cpa.query.object.condition.
AbstractCondition
(implements org.castor.cpa.query.
Condition
)
org.castor.cpa.query.object.condition.
Comparison
org.castor.cpa.query.object.condition.
CompoundCondition
org.castor.cpa.query.object.condition.
And
org.castor.cpa.query.object.condition.
Or
org.castor.cpa.query.object.condition.
Not
org.castor.cpa.query.object.condition.
SimpleCondition
org.castor.cpa.query.object.condition.
Between
org.castor.cpa.query.object.condition.
In
(implements org.castor.cpa.query.
InCondition
)
org.castor.cpa.query.object.condition.
Like
org.castor.cpa.query.object.condition.
Null
org.castor.cpa.query.object.expression.
AbstractExpression
(implements org.castor.cpa.query.
Expression
)
org.castor.cpa.query.object.
AbstractField
(implements org.castor.cpa.query.
Field
)
org.castor.cpa.query.object.
FieldImpl
org.castor.cpa.query.object.
ProjectionImpl
(implements org.castor.cpa.query.
Projection
)
org.castor.cpa.query.object.
SchemaImpl
(implements org.castor.cpa.query.
Schema
)
org.castor.cpa.query.object.function.
AbstractFunction
(implements org.castor.cpa.query.
Function
)
org.castor.cpa.query.object.function.
Abs
org.castor.cpa.query.object.function.
CustomFunction
org.castor.cpa.query.object.function.
Length
org.castor.cpa.query.object.function.
Locate
org.castor.cpa.query.object.function.
Lower
org.castor.cpa.query.object.function.
Sqrt
org.castor.cpa.query.object.function.
Substring
org.castor.cpa.query.object.function.
Trim
org.castor.cpa.query.object.function.
Upper
org.castor.cpa.query.object.literal.
AbstractLiteral
(implements org.castor.cpa.query.
Literal
)
org.castor.cpa.query.object.literal.
AbstractNumericLiteral
org.castor.cpa.query.object.literal.
BigDecimalLiteral
org.castor.cpa.query.object.literal.
DoubleLiteral
org.castor.cpa.query.object.literal.
LongLiteral
org.castor.cpa.query.object.literal.
AbstractTemporalLiteral
org.castor.cpa.query.object.literal.
DateLiteral
org.castor.cpa.query.object.literal.
TimeLiteral
org.castor.cpa.query.object.literal.
TimestampLiteral
org.castor.cpa.query.object.literal.
BooleanLiteral
org.castor.cpa.query.object.literal.
EnumLiteral
org.castor.cpa.query.object.literal.
StringLiteral
org.castor.cpa.query.object.parameter.
AbstractParameter
(implements org.castor.cpa.query.
Parameter
)
org.castor.cpa.query.object.parameter.
NamedParameter
org.castor.cpa.query.object.parameter.
PositionalParameter
org.castor.cpa.query.object.expression.
CompoundExpression
org.castor.cpa.query.object.expression.
Add
org.castor.cpa.query.object.expression.
Concat
org.castor.cpa.query.object.expression.
Divide
org.castor.cpa.query.object.expression.
Multiply
org.castor.cpa.query.object.expression.
Remainder
org.castor.cpa.query.object.expression.
Subtract
org.castor.cpa.query.object.expression.
Negate
org.castor.cpa.query.object.
OrderImpl
(implements org.castor.cpa.query.
Order
)
org.castor.cpa.query.object.
SelectQueryImpl
(implements org.castor.cpa.query.
SelectQuery
)
org.castor.cache.hashbelt.reaper.
AbstractReaper
(implements org.castor.cache.hashbelt.reaper.
Reaper
)
org.castor.cache.hashbelt.reaper.
NotifyingReaper
org.castor.cache.hashbelt.reaper.
NullReaper
org.castor.cache.hashbelt.reaper.
RefreshingReaper
org.castor.cache.hashbelt.reaper.
ReinsertingReaper
org.castor.persist.
AbstractTransactionContext
(implements org.castor.persist.
TransactionContext
)
org.castor.persist.
GlobalTransactionContext
org.castor.persist.
LocalTransactionContext
org.castor.transactionmanager.
AbstractTransactionManagerFactory
(implements org.castor.transactionmanager.
TransactionManagerFactory
)
org.castor.transactionmanager.
WebSphere51TransactionManagerFactory
org.castor.transactionmanager.
WebSphere5TransactionManagerFactory
org.castor.transactionmanager.
WebSphereTransactionManagerFactory
org.castor.cpa.persistence.convertor.
AbstractTypeConvertor
(implements org.castor.cpa.persistence.convertor.
TypeConvertor
)
org.castor.cpa.persistence.convertor.
AbstractDateTypeConvertor
org.castor.cpa.persistence.convertor.
BigDecimalToDate
org.castor.cpa.persistence.convertor.
DateToBigDecimal
org.castor.cpa.persistence.convertor.
DateToDouble
org.castor.cpa.persistence.convertor.
DateToInteger
org.castor.cpa.persistence.convertor.
DateToString
org.castor.cpa.persistence.convertor.
DoubleToDate
org.castor.cpa.persistence.convertor.
IntegerToDate
org.castor.cpa.persistence.convertor.
SqlTimestampToString
org.castor.cpa.persistence.convertor.
StringToDate
org.castor.cpa.persistence.convertor.
StringToSqlTimestamp
org.castor.cpa.persistence.convertor.
AbstractLobTypeConvertor
org.castor.cpa.persistence.convertor.
InputStreamToByteArray
org.castor.cpa.persistence.convertor.
InputStreamToSerializable
org.castor.cpa.persistence.convertor.
SqlClobToCharArray
org.castor.cpa.persistence.convertor.
SqlClobToString
org.castor.cpa.persistence.convertor.
AbstractSimpleTypeConvertor
org.castor.cpa.persistence.convertor.
BigDecimalToBoolean
org.castor.cpa.persistence.convertor.
BigDecimalToByte
org.castor.cpa.persistence.convertor.
BigDecimalToDouble
org.castor.cpa.persistence.convertor.
BigDecimalToFloat
org.castor.cpa.persistence.convertor.
BigDecimalToInteger
org.castor.cpa.persistence.convertor.
BigDecimalToLong
org.castor.cpa.persistence.convertor.
BigDecimalToShort
org.castor.cpa.persistence.convertor.
ByteArrayToInputStream
org.castor.cpa.persistence.convertor.
ByteArrayToSerializable
org.castor.cpa.persistence.convertor.
ByteArrayToString
org.castor.cpa.persistence.convertor.
ByteToBigDecimal
org.castor.cpa.persistence.convertor.
ByteToInteger
org.castor.cpa.persistence.convertor.
ByteToShort
org.castor.cpa.persistence.convertor.
CastorDateToDate
org.castor.cpa.persistence.convertor.
CastorDateToSqlDate
org.castor.cpa.persistence.convertor.
CastorDurationToLong
org.castor.cpa.persistence.convertor.
CastorTimeToLong
org.castor.cpa.persistence.convertor.
CharArrayToSqlClob
org.castor.cpa.persistence.convertor.
CharArrayToString
org.castor.cpa.persistence.convertor.
DateToCastorDate
org.castor.cpa.persistence.convertor.
DateToLong
org.castor.cpa.persistence.convertor.
DateToSqlDate
org.castor.cpa.persistence.convertor.
DateToSqlTime
org.castor.cpa.persistence.convertor.
DateToSqlTimestamp
org.castor.cpa.persistence.convertor.
DoubleToBigDecimal
org.castor.cpa.persistence.convertor.
DoubleToFloat
org.castor.cpa.persistence.convertor.
DoubleToInteger
org.castor.cpa.persistence.convertor.
DoubleToLong
org.castor.cpa.persistence.convertor.
FloatToBigDecimal
org.castor.cpa.persistence.convertor.
FloatToDouble
org.castor.cpa.persistence.convertor.
FloatToInteger
org.castor.cpa.persistence.convertor.
FloatToLong
org.castor.cpa.persistence.convertor.
IntegerToBigDecimal
org.castor.cpa.persistence.convertor.
IntegerToBoolean
org.castor.cpa.persistence.convertor.
IntegerToByte
org.castor.cpa.persistence.convertor.
IntegerToDouble
org.castor.cpa.persistence.convertor.
IntegerToFloat
org.castor.cpa.persistence.convertor.
IntegerToLong
org.castor.cpa.persistence.convertor.
IntegerToShort
org.castor.cpa.persistence.convertor.
LongToBigDecimal
org.castor.cpa.persistence.convertor.
LongToCastorDuration
org.castor.cpa.persistence.convertor.
LongToDate
org.castor.cpa.persistence.convertor.
LongToDouble
org.castor.cpa.persistence.convertor.
LongToFloat
org.castor.cpa.persistence.convertor.
LongToInteger
org.castor.cpa.persistence.convertor.
LongToShort
org.castor.cpa.persistence.convertor.
ObjectToString
org.castor.cpa.persistence.convertor.
SerializableToByteArray
org.castor.cpa.persistence.convertor.
SerializableToInputStream
org.castor.cpa.persistence.convertor.
ShortToBigDecimal
org.castor.cpa.persistence.convertor.
ShortToBoolean
org.castor.cpa.persistence.convertor.
ShortToByte
org.castor.cpa.persistence.convertor.
ShortToInteger
org.castor.cpa.persistence.convertor.
ShortToLong
org.castor.cpa.persistence.convertor.
SqlDateToCastorDate
org.castor.cpa.persistence.convertor.
SqlDateToDate
org.castor.cpa.persistence.convertor.
SqlTimestampToDate
org.castor.cpa.persistence.convertor.
SqlTimeToDate
org.castor.cpa.persistence.convertor.
StringToBigDecimal
org.castor.cpa.persistence.convertor.
StringToByteArray
org.castor.cpa.persistence.convertor.
StringToCastorDuration
org.castor.cpa.persistence.convertor.
StringToCastorTime
org.castor.cpa.persistence.convertor.
StringToCharacter
org.castor.cpa.persistence.convertor.
StringToCharArray
org.castor.cpa.persistence.convertor.
StringToDouble
org.castor.cpa.persistence.convertor.
StringToFloat
org.castor.cpa.persistence.convertor.
StringToInteger
org.castor.cpa.persistence.convertor.
StringToLong
org.castor.cpa.persistence.convertor.
StringToShort
org.castor.cpa.persistence.convertor.
StringToSqlClob
org.castor.cpa.persistence.convertor.
BooleanToBigDecimal
org.castor.cpa.persistence.convertor.
BooleanToInteger
org.castor.cpa.persistence.convertor.
BooleanToShort
org.castor.cpa.persistence.convertor.
BooleanToString
org.castor.cpa.persistence.convertor.
LongToCastorTime
org.castor.cpa.persistence.convertor.
StringToBoolean
org.castor.transactionmanager.
AtomikosTransactionManagerFactory
(implements org.castor.transactionmanager.
TransactionManagerFactory
)
org.castor.core.annotationprocessing.
BaseAnnotationProcessingService
(implements org.castor.core.annotationprocessing.
AnnotationProcessingService
)
org.castor.core.annotationprocessing.
BaseTargetAwareAnnotationProcessingService
(implements org.castor.core.annotationprocessing.
TargetAwareAnnotationProcessingService
)
org.castor.jdo.jpa.info.
JPAClassAnnotationProcessingService
org.castor.jdo.jpa.info.
JPAFieldAnnotationProcessingService
org.castor.cpa.persistence.sql.driver.
BaseFactory
(implements org.exolab.castor.persist.spi.
PersistenceFactory
)
org.castor.cpa.persistence.sql.driver.
GenericFactory
org.castor.cpa.persistence.sql.driver.
DB2Factory
org.castor.cpa.persistence.sql.driver.
DerbyFactory
org.castor.cpa.persistence.sql.driver.
HsqlFactory
org.castor.cpa.persistence.sql.driver.
InformixFactory
org.castor.cpa.persistence.sql.driver.
InstantDBFactory
org.castor.cpa.persistence.sql.driver.
InterbaseFactory
org.castor.cpa.persistence.sql.driver.
MySQLFactory
org.castor.cpa.persistence.sql.driver.
OracleFactory
org.castor.cpa.persistence.sql.driver.
PointbaseFactory
org.castor.cpa.persistence.sql.driver.
PostgreSQLFactory
org.castor.cpa.persistence.sql.driver.
ProgressFactory
org.castor.cpa.persistence.sql.driver.
SapDbFactory
org.castor.cpa.persistence.sql.driver.
SQLServerFactory
org.castor.cpa.persistence.sql.driver.
SybaseFactory
org.castor.jdo.jpa.processors.
BaseJPAAnnotationProcessor
(implements org.castor.core.annotationprocessing.
TargetAwareAnnotationProcessor
)
org.castor.jdo.jpa.processors.fieldprocessors.
JPABasicProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAColumnProcessor
org.castor.jdo.jpa.processors.classprocessors.
JPAEntityProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAIdProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAJoinColumnProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAJoinTableProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAManyToManyProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAManyToOneProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAOneToManyProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPAOneToOneProcessor
org.castor.jdo.jpa.processors.classprocessors.
JPATableProcessor
org.castor.jdo.jpa.processors.fieldprocessors.
JPATransientProcessor
org.castor.core.nature.
BaseNature
org.exolab.castor.jdo.engine.nature.
ClassDescriptorJDONature
org.castor.cpa.util.classresolution.nature.
ClassLoaderNature
org.exolab.castor.jdo.engine.nature.
FieldDescriptorJDONature
org.castor.jdo.jpa.natures.
JPAClassNature
org.castor.jdo.jpa.natures.
JPAFieldNature
org.castor.cpa.util.classresolution.nature.
MappingLoaderNature
org.castor.cpa.util.classresolution.nature.
PackageBasedCDRResolutionNature
org.castor.cpa.util.classresolution.command.
BaseResolutionCommand
(implements org.castor.cpa.util.classresolution.command.
ClassDescriptorResolutionCommand
)
org.castor.cpa.util.classresolution.command.
ClassResolutionByAnnotations
org.castor.cpa.util.classresolution.command.
ClassResolutionByCDR
org.castor.cpa.util.classresolution.command.
ClassResolutionByFile
org.castor.cpa.util.classresolution.command.
ClassResolutionByMappingLoader
org.castor.persist.cache.
CacheEntry
(implements java.io.
Serializable
)
org.castor.cache.
CacheFactoryRegistry
org.exolab.castor.jdo.
CacheManager
org.castor.cpa.persistence.sql.connection.
CallableStatementProxy
(implements java.lang.reflect.
InvocationHandler
)
org.castor.jdo.jpa.info.
ClassInfo
(implements org.castor.core.nature.
PropertyHolder
)
org.castor.jdo.jpa.info.
ClassInfoBuilder
org.castor.jdo.util.
ClassLoadingUtils
org.exolab.castor.persist.
ClassMolder
org.exolab.castor.persist.
ClassMolderHelper
org.exolab.castor.jdo.engine.
ClobImpl
(implements java.sql.
Clob
)
org.castor.persist.proxy.
CollectionProxy
org.exolab.castor.persist.spi.
Complex
org.castor.cpa.persistence.sql.connection.
ConnectionProxy
(implements java.lang.reflect.
InvocationHandler
)
org.castor.cpa.persistence.sql.connection.
ConnectionProxyFactory
org.castor.jdo.engine.
CounterRef
org.castor.jdo.conf.
Database
(implements java.io.
Serializable
)
org.castor.jdo.conf.
DatabaseChoice
(implements java.io.
Serializable
)
org.castor.jdo.engine.
DatabaseContext
org.castor.jdo.engine.
DatabaseRegistry
org.castor.jdo.conf.
DataSource
(implements java.io.
Serializable
)
org.castor.cpa.persistence.sql.connection.
DataSourceConnectionFactory
(implements org.castor.cpa.persistence.sql.connection.
ConnectionFactory
)
org.exolab.castor.persist.
DatingService
org.exolab.castor.jdo.
DbMetaInfo
org.castor.cache.
DebuggingCacheProxy
(implements org.castor.cache.
Cache
)
org.castor.jdo.conf.
Driver
(implements java.io.
Serializable
)
org.castor.cpa.persistence.sql.connection.
DriverConnectionFactory
(implements org.castor.cpa.persistence.sql.connection.
ConnectionFactory
)
org.castor.cpa.query.object.condition.
Equal
(implements org.castor.cpa.query.object.condition.
ComparisonOperator
)
org.castor.cache.hashbelt.container.
FastIteratingContainer
(implements org.castor.cache.hashbelt.container.
Container
)
org.castor.jdo.jpa.info.
FieldInfo
(implements org.castor.core.nature.
PropertyHolder
)
org.exolab.castor.persist.
FieldMolder
org.exolab.castor.persist.
FieldMolder.CollectionInfo
org.castor.cpa.query.object.condition.
GreaterEqual
(implements org.castor.cpa.query.object.condition.
ComparisonOperator
)
org.castor.cpa.query.object.condition.
GreaterThan
(implements org.castor.cpa.query.object.condition.
ComparisonOperator
)
org.castor.cpa.persistence.sql.keygen.
HighLowKeyGeneratorFactory
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactory
)
org.castor.cpa.persistence.sql.keygen.
HighLowValueHandler
<T>
org.exolab.castor.persist.spi.
Identity
(implements java.io.
Serializable
)
org.castor.cpa.persistence.sql.keygen.
IdentityKeyGeneratorFactory
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactory
)
org.castor.jdo.jpa.info.
InfoToDescriptorConverter
org.castor.cpa.persistence.sql.driver.
JDBCQueryExpression
(implements org.exolab.castor.persist.spi.
QueryExpression
)
org.castor.cpa.persistence.sql.driver.
DB2QueryExpression
org.castor.cpa.persistence.sql.driver.
DerbyQueryExpression
org.castor.cpa.persistence.sql.driver.
HsqlQueryExpression
org.castor.cpa.persistence.sql.driver.
InformixQueryExpression
org.castor.cpa.persistence.sql.driver.
InstantDBQueryExpression
org.castor.cpa.persistence.sql.driver.
InterbaseQueryExpression
org.castor.cpa.persistence.sql.driver.
MySQLQueryExpression
org.castor.cpa.persistence.sql.driver.
OracleQueryExpression
org.castor.cpa.persistence.sql.driver.
PointbaseQueryExpression
org.castor.cpa.persistence.sql.driver.
PostgreSQLQueryExpression
org.castor.cpa.persistence.sql.driver.
ProgressQueryExpression
org.castor.cpa.persistence.sql.driver.
SapDbQueryExpression
org.castor.cpa.persistence.sql.driver.
SQLServerQueryExpression
org.castor.cpa.persistence.sql.driver.
SybaseQueryExpression
org.exolab.castor.jdo.
JDO
(implements org.exolab.castor.jdo.
DataObjects
, javax.naming.spi.
ObjectFactory
, javax.naming.
Referenceable
, java.io.
Serializable
)
org.exolab.castor.jdo.engine.
JDOCallback
(implements org.exolab.castor.persist.spi.
CallbackInterceptor
)
org.castor.cpa.util.
JDOClassDescriptorResolverImpl
(implements org.castor.cpa.util.
JDOClassDescriptorResolver
)
org.castor.jdo.conf.
JdoConf
(implements java.io.
Serializable
)
org.castor.jdo.util.
JDOConfAdapter
org.castor.jdo.util.
JDOConfFactory
org.exolab.castor.jdo.
JDOManager
(implements org.exolab.castor.jdo.
DataObjects
, javax.naming.spi.
ObjectFactory
, javax.naming.
Referenceable
, java.io.
Serializable
)
org.castor.jdo.util.
JDOUtils
org.castor.jdo.conf.
Jndi
(implements java.io.
Serializable
)
org.castor.cpa.persistence.sql.connection.
JNDIConnectionFactory
(implements org.castor.cpa.persistence.sql.connection.
ConnectionFactory
)
org.castor.transactionmanager.
JNDIENCTransactionManagerFactory
(implements org.castor.transactionmanager.
TransactionManagerFactory
)
org.castor.transactionmanager.
JOTMTransactionManagerFactory
(implements org.castor.transactionmanager.
TransactionManagerFactory
)
org.exolab.castor.jdo.engine.
KeyGeneratorDescriptor
org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactoryRegistry
org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandlerBigDecimal
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandler
<T>)
org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandlerInteger
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandler
<T>)
org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandlerLong
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandler
<T>)
org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandlerString
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandler
<T>)
org.castor.cpa.query.object.condition.
LessEqual
(implements org.castor.cpa.query.object.condition.
ComparisonOperator
)
org.castor.cpa.query.object.condition.
LessThan
(implements org.castor.cpa.query.object.condition.
ComparisonOperator
)
org.exolab.castor.jdo.oql.
Lexer
org.castor.transactionmanager.
LocalTransactionManager
(implements javax.transaction.
TransactionManager
)
org.castor.transactionmanager.
LocalTransactionManagerFactory
(implements org.castor.transactionmanager.
TransactionManagerFactory
)
org.exolab.castor.persist.
LockEngine
org.castor.persist.resolver.
ManyRelationResolver
(implements org.castor.persist.resolver.
ResolverStrategy
)
org.castor.persist.resolver.
ManyToManyRelationResolver
org.castor.persist.resolver.
OneToManyRelationResolver
org.castor.jdo.conf.
Mapping
(implements java.io.
Serializable
)
org.castor.cpa.persistence.sql.keygen.
MaxKeyGeneratorFactory
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactory
)
org.castor.cpa.persistence.sql.keygen.
NoKeyGeneratorFactory
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactory
)
org.castor.cpa.query.object.condition.
NotEqual
(implements org.castor.cpa.query.object.condition.
ComparisonOperator
)
org.exolab.castor.persist.
ObjectLock
(implements org.exolab.castor.persist.
DepositBox
)
org.castor.persist.
ObjectTracker
org.exolab.castor.persist.
OID
(implements java.io.
Serializable
)
org.exolab.castor.jdo.engine.
OQLQueryImpl
(implements org.exolab.castor.jdo.
OQLQuery
, org.exolab.castor.jdo.
Query
)
org.castor.cpa.query.object.
OrderImpl.Item
org.castor.cache.distributed.
OsCacheFactory
(implements org.castor.cache.
CacheFactory
)
org.exolab.castor.persist.
OutputLogInterceptor
(implements org.exolab.castor.persist.spi.
LogInterceptor
)
org.castor.jdo.conf.
Param
(implements java.io.
Serializable
)
org.exolab.castor.jdo.oql.
ParamInfo
org.exolab.castor.jdo.oql.
Parser
org.exolab.castor.jdo.oql.
ParseTreeNode
org.exolab.castor.jdo.oql.
ParseTreeWalker
org.castor.persist.resolver.
PersistanceCapableRelationResolver
(implements org.castor.persist.resolver.
ResolverStrategy
)
org.exolab.castor.persist.
PersistenceEngineFactory
org.exolab.castor.persist.
PersistenceFactoryRegistry
org.exolab.castor.persist.
PersistenceInfoGroup
org.castor.cpa.persistence.sql.connection.
PreparedStatementProxy
(implements java.lang.reflect.
InvocationHandler
)
org.castor.persist.resolver.
PrimitiveResolver
(implements org.castor.persist.resolver.
ResolverStrategy
)
org.castor.persist.
ProposedEntity
org.exolab.castor.gui.
QueryAnalyser
org.castor.cpa.persistence.sql.query.
QueryConstants
org.castor.cpa.persistence.sql.query.
QueryContext
org.castor.cpa.query.
QueryFactory
org.exolab.castor.gui.
QueryHistory
(implements java.io.
Serializable
)
org.castor.cpa.persistence.sql.query.
QueryObject
org.castor.cpa.persistence.sql.query.
Assignment
org.castor.cpa.persistence.sql.query.condition.
Condition
org.castor.cpa.persistence.sql.query.condition.
Compare
org.castor.cpa.persistence.sql.query.condition.
CompoundCondition
org.castor.cpa.persistence.sql.query.condition.
AndCondition
org.castor.cpa.persistence.sql.query.condition.
OrCondition
org.castor.cpa.persistence.sql.query.condition.
Predicate
org.castor.cpa.persistence.sql.query.condition.
IsNullPredicate
org.castor.cpa.persistence.sql.query.
Delete
org.castor.cpa.persistence.sql.query.expression.
Expression
org.castor.cpa.persistence.sql.query.expression.
Column
org.castor.cpa.persistence.sql.query.expression.
Function
org.castor.cpa.persistence.sql.query.expression.
NextVal
org.castor.cpa.persistence.sql.query.expression.
Parameter
org.castor.cpa.persistence.sql.query.
Insert
org.castor.cpa.persistence.sql.query.
Qualifier
org.castor.cpa.persistence.sql.query.
Table
org.castor.cpa.persistence.sql.query.
Select
org.castor.cpa.persistence.sql.query.
Update
org.exolab.castor.persist.
QueryResults
org.castor.jdo.jpa.processors.
ReflectionsHelper
org.castor.persist.proxy.
RelationCollection
(implements java.util.
Collection
<E>, org.exolab.castor.persist.
Lazy
, org.exolab.castor.persist.
TxSynchronizable
)
org.castor.persist.resolver.
ResolverFactory
org.castor.cpa.persistence.sql.keygen.
SequenceKeyGeneratorFactory
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactory
)
org.castor.persist.resolver.
SerializableResolver
(implements org.castor.persist.resolver.
ResolverStrategy
)
org.exolab.castor.jdo.engine.
SimpleQueryExecutor
org.exolab.castor.jdo.engine.
SimpleQueryExecutor.SimpleQueryResults
(implements org.exolab.castor.jdo.
QueryResults
)
org.castor.persist.proxy.
SingleProxy
(implements net.sf.cglib.proxy.MethodInterceptor, java.io.
Serializable
)
org.exolab.castor.jdo.engine.
SqlBindParser
org.exolab.castor.jdo.engine.
SQLColumnInfo
org.exolab.castor.jdo.engine.
SQLEngine
(implements org.exolab.castor.persist.spi.
Persistence
)
org.exolab.castor.jdo.engine.
SQLFieldInfo
org.exolab.castor.jdo.engine.
SQLHelper
org.exolab.castor.jdo.engine.
SQLQuery
(implements org.exolab.castor.persist.spi.
PersistenceQuery
)
org.exolab.castor.persist.
SQLRelationLoader
org.castor.cpa.persistence.sql.engine.
SQLStatementDelete
org.castor.cpa.persistence.sql.engine.
SQLStatementInsert
org.castor.cpa.persistence.sql.engine.
SQLStatementInsertCheck
org.exolab.castor.jdo.engine.
SQLStatementLoad
org.exolab.castor.jdo.engine.
SQLStatementQuery
org.castor.cpa.persistence.sql.engine.
SQLStatementUpdate
org.castor.cpa.persistence.sql.engine.
SQLStatementUpdateCheck
org.castor.jdo.engine.
SQLTypeInfos
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.castor.cache.
CacheAcquireException
org.exolab.castor.core.exceptions.
CastorException
org.exolab.castor.jdo.
PersistenceException
org.exolab.castor.jdo.
ClassNotPersistenceCapableException
org.exolab.castor.jdo.
ConnectionFailedException
org.exolab.castor.jdo.
DatabaseNotFoundException
org.exolab.castor.jdo.
DuplicateIdentityException
org.exolab.castor.jdo.
FatalPersistenceException
org.exolab.castor.jdo.
LockNotGrantedException
org.exolab.castor.persist.
ObjectDeletedWaitingForLockException
org.exolab.castor.jdo.
ObjectNotFoundException
org.exolab.castor.jdo.
ObjectNotPersistentException
org.exolab.castor.jdo.
ObjectDeletedException
org.exolab.castor.jdo.
QueryException
org.exolab.castor.jdo.oql.
InvalidCharException
org.exolab.castor.jdo.oql.
OQLSyntaxException
org.exolab.castor.jdo.oql.
SyntaxNotSupportedException
org.exolab.castor.jdo.
TransactionAbortedException
org.exolab.castor.jdo.
ObjectModifiedException
org.exolab.castor.jdo.
TransactionNotInProgressException
java.lang.
RuntimeException
org.exolab.castor.jdo.
DataObjectAccessException
org.castor.transactionmanager.
TransactionManagerAcquireException
org.exolab.castor.jdo.oql.
Token
org.exolab.castor.jdo.oql.
TokenType
org.castor.jdo.conf.
TransactionDemarcation
(implements java.io.
Serializable
)
org.castor.jdo.conf.
TransactionManager
(implements java.io.
Serializable
)
org.castor.transactionmanager.
TransactionManagerFactoryRegistry
org.castor.transactionmanager.
TransactionManagerRegistry
org.exolab.castor.jdo.engine.
TxDatabaseMap
(implements java.io.
Serializable
)
org.castor.cpa.persistence.convertor.
TypeConvertorRegistry
org.castor.persist.
UpdateFlags
org.castor.persist.
UpdateAndRemovedFlags
org.castor.cpa.persistence.sql.keygen.
UUIDKeyGeneratorFactory
(implements org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactory
)
org.exolab.castor.xml.
Validator
(implements org.exolab.castor.xml.validators.
ClassValidator
)
org.exolab.castor.xml.util.
XMLClassDescriptorImpl
(implements org.exolab.castor.xml.
XMLClassDescriptor
)
org.castor.jdo.conf.descriptors.
DatabaseChoiceDescriptor
org.castor.jdo.conf.descriptors.
DatabaseDescriptor
org.castor.jdo.conf.descriptors.
DataSourceDescriptor
org.castor.jdo.conf.descriptors.
DriverDescriptor
org.castor.jdo.conf.descriptors.
JdoConfDescriptor
org.castor.jdo.conf.descriptors.
JndiDescriptor
org.castor.jdo.conf.descriptors.
MappingDescriptor
org.castor.jdo.conf.descriptors.
ParamDescriptor
org.castor.jdo.conf.descriptors.
TransactionDemarcationDescriptor
org.castor.jdo.conf.descriptors.
TransactionManagerDescriptor
org.castor.cache.hashbelt.container.
WeakReferenceContainer
(implements org.castor.cache.hashbelt.container.
Container
)
org.exolab.castor.persist.
XAResourceImpl
(implements javax.transaction.xa.
XAResource
)
Interface Hierarchy
org.castor.cache.
CacheFactory
org.exolab.castor.persist.spi.
CallbackInterceptor
org.exolab.castor.xml.
ClassDescriptorResolver
org.castor.cpa.util.
JDOClassDescriptorResolver
java.lang.
Cloneable
org.castor.cpa.persistence.convertor.
TypeConvertor
(also extends org.exolab.castor.mapping.
TypeConvertor
)
org.castor.cpa.query.object.condition.
ComparisonOperator
org.castor.cpa.persistence.sql.connection.
ConnectionFactory
org.exolab.castor.jdo.
Database
org.exolab.castor.persist.
DepositBox
java.util.
Enumeration
<E>
org.exolab.castor.jdo.
QueryResults
org.exolab.castor.persist.spi.
InstanceFactory
org.exolab.castor.jdo.engine.
JDBCSyntax
org.castor.cpa.persistence.sql.keygen.
KeyGenerator
org.castor.cpa.persistence.sql.keygen.
KeyGeneratorFactory
org.castor.cpa.persistence.sql.keygen.
KeyGeneratorTypeHandler
<T>
org.exolab.castor.persist.
Lazy
org.exolab.castor.persist.spi.
LogInterceptor
java.util.
Map
<K,V>
org.castor.cache.
Cache
org.castor.cache.hashbelt.container.
Container
org.castor.core.nature.
NatureExtendable
org.castor.cpa.util.classresolution.command.
ClassDescriptorResolutionCommand
org.castor.core.nature.
PropertyHolder
org.castor.cpa.util.classresolution.command.
ClassDescriptorResolutionCommand
org.exolab.castor.persist.spi.
Persistence
org.exolab.castor.persist.spi.
PersistenceFactory
org.exolab.castor.persist.spi.
PersistenceQuery
org.exolab.castor.jdo.
Persistent
org.exolab.castor.jdo.
Query
org.exolab.castor.jdo.
OQLQuery
org.exolab.castor.persist.spi.
QueryExpression
org.castor.cpa.query.
QueryObject
org.castor.cpa.query.
Condition
org.castor.cpa.query.
InCondition
org.castor.cpa.query.
Expression
org.castor.cpa.query.
Field
org.castor.cpa.query.
Projection
org.castor.cpa.query.
Schema
org.castor.cpa.query.
Function
org.castor.cpa.query.
Literal
org.castor.cpa.query.
Parameter
org.castor.cpa.query.
Projection
org.castor.cpa.query.
Schema
org.castor.cpa.query.
Field
org.castor.cpa.query.
Projection
org.castor.cpa.query.
Schema
org.castor.cpa.query.
Function
org.castor.cpa.query.
InCondition
org.castor.cpa.query.
Literal
org.castor.cpa.query.
Order
org.castor.cpa.query.
Parameter
org.castor.cpa.query.
Projection
org.castor.cpa.query.
Schema
org.castor.cpa.query.
SelectQuery
org.castor.cache.hashbelt.reaper.
Reaper
javax.naming.
Referenceable
org.exolab.castor.jdo.
DataObjects
(also extends java.io.
Serializable
)
org.castor.persist.resolver.
ResolverStrategy
java.io.
Serializable
org.exolab.castor.jdo.
DataObjects
(also extends javax.naming.
Referenceable
)
org.castor.persist.proxy.
LazyCGLIB
org.exolab.castor.jdo.
TimeStampable
org.castor.persist.
TransactionContext
org.castor.transactionmanager.
TransactionManagerFactory
org.exolab.castor.persist.
TxSynchronizable
org.exolab.castor.mapping.
TypeConvertor
org.castor.cpa.persistence.convertor.
TypeConvertor
(also extends java.lang.
Cloneable
)
org.exolab.castor.persist.
XAResourceSource
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.castor.cpa.persistence.sql.query.condition.
CompareOperator
org.castor.cpa.query.
TrimSpecification
org.castor.cpa.query.
TemporalType
org.castor.cpa.query.
OrderDirection
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.