Uses of Class
org.ujoframework.orm.Session

Packages that use Session
org.ujoframework.implementation.orm   
org.ujoframework.orm The ORM support. 
org.ujoframework.orm.metaModel   
org.ujoframework.orm.utility   
 

Uses of Session in org.ujoframework.implementation.orm
 

Methods in org.ujoframework.implementation.orm that return Session
 Session OrmTable.readSession()
          Read a session
 

Methods in org.ujoframework.implementation.orm with parameters of type Session
 void OrmTable.writeSession(Session session)
          Write a session
 

Uses of Session in org.ujoframework.orm
 

Methods in org.ujoframework.orm that return Session
 Session OrmHandler.createSession()
          Create new session
 Session Query.getSession()
          Session
 Session OrmHandler.getSession()
          Get a default Session of the OrmHandler.
static Session Session.newClosedSession(OrmHandler handler)
          Create the closed session
 Session OrmUjo.readSession()
          Read an ORM session, session is an transient property.
 

Methods in org.ujoframework.orm with parameters of type Session
<T> T
DbProcedure.call(Session session)
          Call the procedure and return a value of the first Property.
<T> T
DbProcedure.call(Session session, UjoProperty<UJO,T> result)
          Call the procedure and return a type-safe value of the required Property
 long UjoSequencer.nextValue(Session session)
          Returns the next sequence value by a synchronized method.
 Query<UJO> Query.setSession(Session session)
          An open session must be assigned before executing a database request.
 void OrmUjo.writeSession(Session session)
          Write an ORM session
 

Constructors in org.ujoframework.orm with parameters of type Session
Query(MetaTable table, Criterion<UJO> criterion, Session session)
          Create new ORM query.
 

Uses of Session in org.ujoframework.orm.metaModel
 

Methods in org.ujoframework.orm.metaModel that return Session
 Session MetaDatabase.getDefaultSession()
          Returns a default handler session.
 

Methods in org.ujoframework.orm.metaModel with parameters of type Session
 void MetaTable.assignPrimaryKey(OrmUjo bo, Session session)
          Assign a PK from framework
 boolean MetaPKey.assignPrimaryKey(OrmUjo bo, Session session)
          Assign a PK from framework in case the PK generator is type of MEMO_SEQUENCE.
 void MetaDatabase.create(Session session)
          Create DB
 

Uses of Session in org.ujoframework.orm.utility
 

Methods in org.ujoframework.orm.utility with parameters of type Session
 boolean OrmTools.reload(OrmUjo ujo, Session session)
          Reload values of the persistent object.
 



Copyright © 2010. All Rights Reserved.