|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ORMNodeState | |
org.apache.jackrabbit.core.state.orm | |
org.apache.jackrabbit.core.state.orm.hibernate | |
org.apache.jackrabbit.core.state.orm.ojb |
Uses of ORMNodeState in org.apache.jackrabbit.core.state.orm |
Methods in org.apache.jackrabbit.core.state.orm that return ORMNodeState | |
ORMNodeState |
ORMNodeParent.getNode()
|
ORMNodeState |
ORMChildNodeEntry.getParent()
|
ORMNodeState |
ORMPropertyEntry.getParent()
|
ORMNodeState |
ORMNodeMixinType.getNode()
|
Methods in org.apache.jackrabbit.core.state.orm with parameters of type ORMNodeState | |
void |
ORMNodeParent.setNode(ORMNodeState node)
|
void |
ORMChildNodeEntry.setParent(ORMNodeState parent)
|
void |
ORMPropertyEntry.setParent(ORMNodeState parent)
|
void |
ORMNodeMixinType.setNode(ORMNodeState node)
|
Constructors in org.apache.jackrabbit.core.state.orm with parameters of type ORMNodeState | |
ORMNodeParent(ORMNodeState node,
String nodeUUID,
String parentUUID)
|
|
ORMChildNodeEntry(ORMNodeState parent,
NodeState.ChildNodeEntry childNodeEntry,
String parentUUID,
int childrenIndex)
|
|
ORMPropertyEntry(ORMNodeState parent,
QName propertyName,
String parentUUID)
|
|
ORMNodeMixinType(ORMNodeState node,
String nodeUUID,
String mixinTypeName)
|
Uses of ORMNodeState in org.apache.jackrabbit.core.state.orm.hibernate |
Subclasses of ORMNodeState in org.apache.jackrabbit.core.state.orm.hibernate | |
class |
HibernateNodeState
Hibernate-specific node state class. |
Uses of ORMNodeState in org.apache.jackrabbit.core.state.orm.ojb |
Subclasses of ORMNodeState in org.apache.jackrabbit.core.state.orm.ojb | |
class |
OJBNodeState
OJB specific node state. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |