Serialized Form
-
Package org.tentackle.ns
-
Exception Class org.tentackle.ns.NumberSourceEmptyException
class NumberSourceEmptyException extends NumberSourceException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.ns.NumberSourceException
class NumberSourceException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.ns.pdo
-
Package org.tentackle.pdo
-
Class org.tentackle.pdo.DefaultDomainContext
class DefaultDomainContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
Just in case we serialize via JOS.- Throws:
ObjectStreamException- to fulfill the signature only- See Also:
-
-
Serialized Fields
-
names
String[] names
The context name chain.
Array is faster to serialize/deserialize than List. -
nonRootContext
DefaultDomainContext nonRootContext
the non-root context. -
rootClassId
int rootClassId
Class-ID of the root entity.
Necessary in remote sessions. -
rootId
long rootId
ID of the root entity.
Necessary in remote sessions.
-
-
Exception Class org.tentackle.pdo.DomainException
class DomainException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
identifiable
org.tentackle.misc.Identifiable identifiable
-
-
Class org.tentackle.pdo.DummyPersistentOperation
class DummyPersistentOperation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
context
DomainContext context
-
operation
T extends Operation<T> operation
-
-
Exception Class org.tentackle.pdo.LockException
class LockException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
contextName
String contextName
-
tokenLockInfo
TokenLockInfo tokenLockInfo
-
-
Exception Class org.tentackle.pdo.NotInvokedInBuddyDelegateException
class NotInvokedInBuddyDelegateException extends org.tentackle.common.TentackleRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.tentackle.pdo.PdoCacheException
class PdoCacheException extends PdoRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tentackle.pdo.PdoInvocationHandler
class PdoInvocationHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clazz
Class<T extends PersistentDomainObject<T>> clazz
-
domainMixin
org.tentackle.reflect.Mixin<T extends PersistentDomainObject<T>, DomainObject<T extends PersistentDomainObject<T>>> domainMixin
-
persistenceMixin
org.tentackle.reflect.Mixin<T extends PersistentDomainObject<T>, PersistentObject<T extends PersistentDomainObject<T>>> persistenceMixin
-
-
Exception Class org.tentackle.pdo.PdoRuntimeException
class PdoRuntimeException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.security
-
Exception Class org.tentackle.security.SecurityException
class SecurityException extends PersistenceException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tentackle.security.pdo