Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class PersistenceContext.PathAndId

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.PersistenceContext.PathAndId
Enclosing class:
PersistenceContext

public static class PersistenceContext.PathAndId
extends Object


Field Summary
 Serializable id
           
 String path
           
 
Constructor Summary
PersistenceContext.PathAndId(String path, Serializable id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public final String path

id

public final Serializable id
Constructor Detail

PersistenceContext.PathAndId

public PersistenceContext.PathAndId(String path,
                                    Serializable id)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.