Uses of Package
org.jboss.dna.connector.store.jpa.model.basic

Packages that use org.jboss.dna.connector.store.jpa.model.basic
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
 

Classes in org.jboss.dna.connector.store.jpa.model.basic used by org.jboss.dna.connector.store.jpa.model.basic
ChildEntity
          An entity representing the parent-child relationship between two nodes.
ChildId
          A unique identifier for a parent-child relationship.
LargeValueId
          A unique identifer for a large value, which is the 160-bit SHA-1 hash of this value, in hex form (40-bytes).
NodeId
          An identifier for a node, comprised of a single UUID, and embeddable in a persistent entity.
PropertiesEntity
          Represents the packed properties of a single node.
ReferenceEntity
          A record of a reference from one node to another.
ReferenceId
          An identifier for a reference, comprised of a single NodeId of the node containing the reference and a single NodeId of the node being referenced.
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.
 



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