Serialized Form


Package org.apache.jackrabbit.core.state.orm

Class org.apache.jackrabbit.core.state.orm.ORMBlobValue extends Object implements Serializable

Serialized Fields

dbId

Integer dbId

parentUUID

String parentUUID

propertyName

String propertyName

index

Integer index

size

Long size

blobValue

byte[] blobValue

Class org.apache.jackrabbit.core.state.orm.ORMChildNodeEntry extends Object implements Serializable

Serialized Fields

uuid

String uuid

parentUUID

String parentUUID

name

String name

sameNameIndex

Integer sameNameIndex

dbId

Integer dbId

parent

ORMNodeState parent

childrenIndex

Integer childrenIndex

Class org.apache.jackrabbit.core.state.orm.ORMNodeMixinType extends Object implements Serializable

Serialized Fields

nodeUUID

String nodeUUID

mixinTypeName

String mixinTypeName

dbId

Integer dbId

node

ORMNodeState node

Class org.apache.jackrabbit.core.state.orm.ORMNodeParent extends Object implements Serializable

Serialized Fields

nodeUUID

String nodeUUID

parentUUID

String parentUUID

dbId

Integer dbId

node

ORMNodeState node

Class org.apache.jackrabbit.core.state.orm.ORMNodeReference extends Object implements Serializable

Serialized Fields

targetId

String targetId

propertyParentUUID

String propertyParentUUID

propertyName

String propertyName

dbId

Integer dbId

Class org.apache.jackrabbit.core.state.orm.ORMNodeState extends Object implements Serializable

Serialized Fields

uuid

String uuid

parentUUID

String parentUUID

nodeTypeName

String nodeTypeName

definitionId

String definitionId

Class org.apache.jackrabbit.core.state.orm.ORMPropertyEntry extends Object implements Serializable

Serialized Fields

parentUUID

String parentUUID

name

String name

dbId

Integer dbId

parent

ORMNodeState parent

Class org.apache.jackrabbit.core.state.orm.ORMPropertyState extends Object implements Serializable

Serialized Fields

values

String values

type

Integer type

definitionId

String definitionId

multiValued

Boolean multiValued

itemId

String itemId

name

String name

parentUUID

String parentUUID


Package org.apache.jackrabbit.core.state.orm.hibernate

Class org.apache.jackrabbit.core.state.orm.hibernate.HibernateNodeState extends ORMNodeState implements Serializable

Serialized Fields

listChildNodeEntries

List listChildNodeEntries

setParentUUIDs

Set setParentUUIDs

setMixinTypeNames

Set setMixinTypeNames

setPropertyEntries

Set setPropertyEntries


Package org.apache.jackrabbit.core.state.orm.ojb

Class org.apache.jackrabbit.core.state.orm.ojb.OJBNodeState extends ORMNodeState implements Serializable

Serialized Fields

awareChildNodeEntries

List awareChildNodeEntries

awarePropertyEntries

List awarePropertyEntries

awareMixinTypeNames

List awareMixinTypeNames

awareParentUUIDs

List awareParentUUIDs

Class org.apache.jackrabbit.core.state.orm.ojb.ValuesToStringFieldConversion extends Object implements Serializable

Serialized Fields

type

int type



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.