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

serialVersionUID: 1L

Serialized Fields

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

richText

boolean richText

propertyType

Class<T> propertyType

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

searchable

boolean searchable

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

Serialized Fields

beanType

Class<T> beanType

nonVisual

boolean nonVisual

extensions

Map<K,V> extensions

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

Serialized Fields

name

String name

returnType

Class<T> returnType

argumentTypes

Class<T>[] argumentTypes

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

Serialized Fields

propertyType

Class<T> propertyType

name

String name

searchable

boolean searchable

required

boolean required

isTransient

boolean isTransient

readOnly

boolean readOnly

length

int length

large

boolean large

format

String format

richText

boolean richText

Package org.tynamo.descriptor.extension

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

Serialized Fields

reorderMap

Map<K,V> reorderMap

includeMap

Map<K,V> includeMap

excludeMap

Map<K,V> excludeMap

applyDefaultExclusions

boolean applyDefaultExclusions

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

ContentDisposition contentDisposition

renderType

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.TynamoRuntimeException extends RuntimeException implements Serializable

Serialized Fields

entityType

Class<T> entityType



Copyright © 2004-2012. All Rights Reserved.