Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession

Packages that use SQLSession
org.nuxeo.ecm.core.storage.sql.coremodel   
 

Uses of SQLSession in org.nuxeo.ecm.core.storage.sql.coremodel
 

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type SQLSession
SQLCollectionProperty(SQLSession session, CollectionProperty property, ListType type, boolean readonly)
          Creates a SQLCollectionProperty to wrap a CollectionProperty.
SQLComplexListProperty(Node node, ListType type, String name, SQLSession session, boolean readonly)
          Creates a SQLComplexListProperty to wrap a collection of Nodes.
SQLComplexProperty(Node node, ComplexType type, SQLSession session, boolean readonly)
          Creates a SQLComplexProperty to wrap a Node.
SQLContentProperty(Node node, ComplexType type, SQLSession session, boolean readonly)
           
SQLQueryResult(SQLSession session, PartialList<Serializable> pl, Boolean orderByPath, long limit, long offset)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.