|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| org.ujoframework.implementation.orm | |
| org.ujoframework.orm | The ORM support. |
| org.ujoframework.orm.metaModel | |
| 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 TODO: getDefaultSession from a map by key. |
Session |
Query.getSession()
Session |
Session |
OrmHandler.getSession()
Get Session TODO: getDefaultSession from a map by key. |
Session |
OrmUjo.readSession()
Read an ORM session |
| Methods in org.ujoframework.orm with parameters of type Session | |
|---|---|
long |
UjoSequencer.nextValue(Session session)
Returns the next sequence value by a synchronized method. |
void |
OrmUjo.writeSession(Session session)
Write an ORM session |
| Constructors in org.ujoframework.orm with parameters of type Session | |
|---|---|
Query(java.lang.Class<UJO> tableClass,
Criterion<UJO> criterion,
Session session)
Create new ORM query. |
|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||