|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujoframework.extensions.AbstractUjo
org.ujoframework.implementation.quick.QuickUjo
org.ujoframework.implementation.quick.QuickUjoMid<UJO>
org.ujoframework.orm.DbProcedure<UJO>
public abstract class DbProcedure<UJO extends DbProcedure>
Abstract database procedure.
| Field Summary | |
|---|---|
protected MetaProcedure |
metaProcedure
|
| Constructor Summary | |
|---|---|
DbProcedure()
|
|
| Method Summary | ||
|---|---|---|
|
call(Session session)
Call the procedure and return a value of the first Property. |
|
|
call(Session session,
UjoProperty<UJO,T> result)
Call the procedure and return a type-safe value of the required Property |
|
DbProcedure |
clear()
Clear all parameters |
|
MetaProcedure |
metaProcedure()
Returns MetaModel of the procedure |
|
protected static
|
newRelation(java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
protected static
|
newRelation(java.lang.String name,
java.lang.Class<ITEM> type)
A PropertyIterator Factory creates an new property and assign a next index. |
|
| Methods inherited from class org.ujoframework.implementation.quick.QuickUjoMid |
|---|
get, getText, set, setText |
| Methods inherited from class org.ujoframework.implementation.quick.QuickUjo |
|---|
newListProperty, newListProperty, newProperty, newProperty, newProperty, newProperty, newProperty, newProperty, readValue, writeValue |
| Methods inherited from class org.ujoframework.extensions.AbstractUjo |
|---|
clone, equals, init, init, readAuthorization, readProperties, readUjoManager, readValueString, toString, writeValueString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ujoframework.Ujo |
|---|
readAuthorization, readProperties, readValue, writeValue |
| Field Detail |
|---|
protected MetaProcedure metaProcedure
| Constructor Detail |
|---|
public DbProcedure()
| Method Detail |
|---|
public DbProcedure clear()
public <T> T call(Session session,
UjoProperty<UJO,T> result)
public <T> T call(Session session)
call(org.ujoframework.orm.Session, org.ujoframework.UjoProperty).
call(org.ujoframework.orm.Session, org.ujoframework.UjoProperty)public MetaProcedure metaProcedure()
protected static <UJO extends OrmTable,ITEM extends OrmTable> RelationToMany<UJO,ITEM> newRelation(java.lang.String name,
java.lang.Class<ITEM> type)
protected static <UJO extends OrmTable,ITEM extends OrmTable> RelationToMany<UJO,ITEM> newRelation(java.lang.Class<ITEM> type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||