Serialized Form


Package org.tynamo.blob

Class org.tynamo.blob.TynamoBlobImpl extends Object implements Serializable

serialVersionUID: 283361091832362230L

Serialized Fields

fileName

String fileName

filePath

String filePath

contentType

String contentType

bytes

byte[] bytes

Package org.tynamo.descriptor

Class org.tynamo.descriptor.CollectionDescriptor extends TynamoPropertyDescriptorImpl implements Serializable

Serialized Fields

elementType

Class<T> elementType

childRelationship

boolean childRelationship

inverseProperty

String inverseProperty

oneToMany

boolean oneToMany

addExpression

String addExpression

removeExpression

String removeExpression

swapExpression

String swapExpression

allowRemove

boolean allowRemove

Class org.tynamo.descriptor.EmbeddedDescriptor extends TynamoClassDescriptorImpl implements Serializable

Serialized Fields

index

int index

readOnly

boolean readOnly

identifier

boolean identifier

generated

boolean generated

name

String name

required

boolean required

length

int length

large

boolean large

format

String format

searchable

boolean searchable

summary

boolean summary

richText

boolean richText

beanType

Class<T> beanType

Class org.tynamo.descriptor.IdentifierDescriptorImpl extends TynamoPropertyDescriptorImpl implements Serializable

Serialized Fields

generated

boolean generated

Class org.tynamo.descriptor.ObjectReferenceDescriptor extends TynamoPropertyDescriptorImpl implements Serializable

Serialized Fields

actualType

Class<T> actualType

Class org.tynamo.descriptor.TynamoClassDescriptorImpl extends TynamoDescriptor implements Serializable

Serialized Fields

propertyDescriptors

List<E> propertyDescriptors

methodDescriptors

List<E> methodDescriptors

child

boolean child

hasCyclicRelationships

boolean hasCyclicRelationships

allowRemove

boolean allowRemove

allowSave

boolean allowSave

Class org.tynamo.descriptor.TynamoDescriptor extends Object implements Serializable

Serialized Fields

type

Class<T> type

hidden

boolean hidden

extensions

Map<K,V> extensions

Class org.tynamo.descriptor.TynamoMethodDescriptorImpl extends TynamoDescriptor implements Serializable

Serialized Fields

name

String name

beanType

Class<T> beanType

argumentTypes

Class<T>[] argumentTypes

Class org.tynamo.descriptor.TynamoPropertyDescriptorImpl extends TynamoDescriptor implements Serializable

Serialized Fields

beanType

Class<T> beanType

name

String name

searchable

boolean searchable

required

boolean required

readOnly

boolean readOnly

index

int index

length

int length

large

boolean large

format

String format

summary

boolean summary

richText

boolean richText

Package org.tynamo.descriptor.annotation

Class org.tynamo.descriptor.annotation.ExpressionExtension extends Object implements Serializable

Serialized Fields

expression

String expression
Ognl expression that evaluated gets a list of possible values to use with the current property, cannot be null.


context

Map<K,V> context
Map of variables to put into the available namespace (scope) for OGNL expressions.

Class org.tynamo.descriptor.annotation.InitialValueDescriptorExtension extends ExpressionExtension implements Serializable

Class org.tynamo.descriptor.annotation.PossibleValuesDescriptorExtension extends ExpressionExtension implements Serializable


Package org.tynamo.descriptor.extension

Class org.tynamo.descriptor.extension.BlobDescriptorExtension extends Object implements Serializable

Serialized Fields

blobType

org.tynamo.descriptor.extension.BlobDescriptorExtension.BlobType blobType

fileName

String fileName

contentType

String contentType

contentDisposition

BlobDescriptorExtension.ContentDisposition contentDisposition

renderType

BlobDescriptorExtension.RenderType renderType

Class org.tynamo.descriptor.extension.EnumReferenceDescriptor extends Object implements Serializable

Serialized Fields

actualType

Class<T> actualType

Package org.tynamo.exception

Class org.tynamo.exception.EmptyModelException extends TynamoRuntimeException implements Serializable

Class org.tynamo.exception.PersistenceException extends RuntimeException implements Serializable

Class org.tynamo.exception.TynamoRuntimeException extends RuntimeException implements Serializable

Serialized Fields

entityType

Class<T> entityType

Class org.tynamo.exception.ValidationException extends PersistenceException implements Serializable

Serialized Fields

descriptor

TynamoPropertyDescriptor descriptor

message

String message



Copyright © 2004-2009. All Rights Reserved.