|
||||||||||
| 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.orm.OrmTable<Database>
org.ujoframework.orm.sample.Database
public class Database
An table mapping to a database (a sample of usage).
| Field Summary | |
|---|---|
static RelationToMany<Database,Item> |
ORDER_ITEMS
Items of the Customer order |
static RelationToMany<Database,Order> |
ORDERS
Customer order. |
static RelationToMany<Database,ViewOrder> |
VIEW_ORDERS
View to aggregate data. |
| Fields inherited from class org.ujoframework.implementation.quick.QuickUjo |
|---|
data |
| Constructor Summary | |
|---|---|
Database()
|
|
| Method Summary |
|---|
| Methods inherited from class org.ujoframework.implementation.orm.OrmTable |
|---|
get, newRelation, readAuthorization, readChangedProperties, readSession, readValue, set, writeSession, writeValue |
| Methods inherited from class org.ujoframework.implementation.quick.QuickUjo |
|---|
newListProperty, newProperty, newProperty, newProperty, newProperty, newProperty, newProperty |
| Methods inherited from class org.ujoframework.extensions.AbstractUjo |
|---|
clone, equals, init, init, 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 |
|---|
readProperties |
| Field Detail |
|---|
public static final RelationToMany<Database,Order> ORDERS
public static final RelationToMany<Database,Item> ORDER_ITEMS
public static final RelationToMany<Database,ViewOrder> VIEW_ORDERS
| Constructor Detail |
|---|
public Database()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||