Package org.modeshape.connector.store.jpa.model.simple

The classes that define the "simple" storage model for the JPA connector.

See:
          Description


Class Summary
LargeValueEntity A single property value that is too large to be stored on the individual node, and which will be shared among all properties that have the same value.
NodeEntity An entity a node and its properties.
SimpleJpaConnection The repository connection to JPA repository sources that use the simple model.
SimpleJpaRepository Implementation of MapRepository for the Simple JPA connector model.
SimpleJpaTransaction A MapRepositoryTransaction that wraps an EntityTransaction.
SimpleModel Database model that stores each node (transparently) and its properties (opaquely) in a single row.
SimpleRequestProcessor Extension of the MapRequestProcessor that provides a SimpleRequestProcessor.process(ReadBranchRequest) implementation optimized for the simple JPA model.
SubgraphNodeEntity Represents a single node that appears in a subgraph.
SubgraphQuery Represents a temporary working area for a query that efficiently retrieves the nodes in a subgraph.
SubgraphQueryEntity Represents a temporary working area for a query that retrieves the nodes in a subgraph.
 

Package org.modeshape.connector.store.jpa.model.simple Description

The classes that define the "simple" storage model for the JPA connector.



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.