|
||||||||||
| 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<ViewOrder>
org.ujoframework.orm.sample.ViewOrder
public class ViewOrder
The column mapping to FROM view.
| Field Summary | |
|---|---|
static UjoProperty<ViewOrder,java.lang.Long> |
ID
Unique key |
static UjoProperty<ViewOrder,java.lang.Integer> |
ITEM_COUNT
ItemCount |
| Fields inherited from class org.ujoframework.implementation.quick.QuickUjo |
|---|
data |
| Constructor Summary | |
|---|---|
ViewOrder()
|
|
| 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 UjoProperty<ViewOrder,java.lang.Long> ID
public static final UjoProperty<ViewOrder,java.lang.Integer> ITEM_COUNT
| Constructor Detail |
|---|
public ViewOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||