Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.ujoframework
,
org.ujoframework.core
,
org.ujoframework.core.annot
,
org.ujoframework.criterion
,
org.ujoframework.extensions
,
org.ujoframework.hibernateSupport
,
org.ujoframework.implementation.array
,
org.ujoframework.implementation.bean
,
org.ujoframework.implementation.factory
,
org.ujoframework.implementation.field
,
org.ujoframework.implementation.map
,
org.ujoframework.implementation.mapImpl
,
org.ujoframework.implementation.orm
,
org.ujoframework.implementation.quick
,
org.ujoframework.implementation.registrar
,
org.ujoframework.listener
,
org.ujoframework.orm
,
org.ujoframework.orm.annot
,
org.ujoframework.orm.ao
,
org.ujoframework.orm.dialect
,
org.ujoframework.orm.metaModel
,
org.ujoframework.orm.sample
,
org.ujoframework.swing
Class Hierarchy
java.lang.Object
javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel)
org.ujoframework.swing.
UjoTableModel
<ROW>
org.ujoframework.swing.
SingleUjoTabModel
org.ujoframework.extensions.
AbstractUjo
(implements org.ujoframework.
Ujo
, org.ujoframework.extensions.
UjoCloneable
, org.ujoframework.extensions.
UjoTextable
)
org.ujoframework.extensions.
AbstractUjoExt
<UJO_IMPL> (implements org.ujoframework.extensions.
UjoExt
<UJO_IMPL>)
org.ujoframework.implementation.array.
ArrayUjoExt
<UJO>
org.ujoframework.implementation.bean.
BeanUjoExt
<UJO>
org.ujoframework.implementation.field.
FieldUjoExt
<UJO>
org.ujoframework.implementation.map.
MapUjoExt
<UJO>
org.ujoframework.implementation.registrar.
RegistrarUjoExt
<UJO> (implements org.ujoframework.listener.
EventRegistrar
<UJO>)
org.ujoframework.swing.
UjoPropertyRow
org.ujoframework.implementation.array.
ArrayUjo
org.ujoframework.implementation.bean.
BeanUjo
org.ujoframework.implementation.factory.
FactoryUjo
org.ujoframework.implementation.factory.
FactoryUjoExt
<UJO_IMPL>
org.ujoframework.implementation.field.
FieldUjo
org.ujoframework.implementation.mapImpl.
MapImplUjo
(implements java.util.Map<K,V>)
org.ujoframework.implementation.mapImpl.
MapImplUjoMiddle
<UJO_IMPL> (implements org.ujoframework.extensions.
UjoMiddle
<UJO_IMPL>)
org.ujoframework.implementation.map.
MapUjo
org.ujoframework.implementation.registrar.
RegistrarUjo
<UJO> (implements org.ujoframework.listener.
EventRegistrar
<UJO>)
org.ujoframework.implementation.quick.
QuickUjo
org.ujoframework.orm.
AbstractMetaModel
org.ujoframework.orm.metaModel.
MetaDatabase
org.ujoframework.orm.metaModel.
MetaParams
org.ujoframework.orm.metaModel.
MetaPKey
org.ujoframework.orm.metaModel.
MetaRelation2Many
org.ujoframework.orm.metaModel.
MetaColumn
org.ujoframework.orm.metaModel.
MetaRoot
org.ujoframework.orm.metaModel.
MetaTable
org.ujoframework.orm.metaModel.
MetaView
org.ujoframework.implementation.orm.
OrmTable
<UJO_IMPL> (implements org.ujoframework.orm.
OrmUjo
)
org.ujoframework.orm.sample.
Database
org.ujoframework.orm.sample.
Item
org.ujoframework.orm.sample.
Order
org.ujoframework.orm.sample.
ViewOrder
org.ujoframework.implementation.quick.
QuickUjoMid
<UJO_IMPL> (implements org.ujoframework.extensions.
UjoMiddle
<UJO_IMPL>)
org.ujoframework.core.
BeanManager
<UJO,VALUE>
org.ujoframework.orm.ao.
CacheKey
org.ujoframework.criterion.
CriteriaTool
<UJO>
org.ujoframework.criterion.
Criterion
<UJO>
org.ujoframework.criterion.
BinaryCriterion
<UJO>
org.ujoframework.criterion.
ValueCriterion
<UJO>
org.ujoframework.orm.
CriterionDecoder
java.util.EventObject (implements java.io.Serializable)
java.beans.PropertyChangeEvent
org.ujoframework.listener.
UjoPropertyChangeEvent
org.ujoframework.orm.
JdbcStatement
org.ujoframework.orm.
OrmHandler
org.ujoframework.extensions.
PathProperty
<UJO,VALUE> (implements org.ujoframework.
UjoProperty
<UJO,VALUE>)
org.ujoframework.extensions.
SortingProperty
<UJO,VALUE>
org.ujoframework.extensions.
Property
<UJO,VALUE> (implements org.ujoframework.
UjoProperty
<UJO,VALUE>)
org.ujoframework.implementation.bean.
BeanProperty
<UJO,VALUE> (implements org.ujoframework.extensions.
ValueAgent
<UJO,VALUE>)
org.ujoframework.implementation.factory.
FactoryProperty
<UJO,VALUE> (implements org.ujoframework.extensions.
ValueAgent
<UJO,VALUE>)
org.ujoframework.implementation.field.
FieldProperty
<UJO,VALUE> (implements org.ujoframework.extensions.
ValueAgent
<UJO,VALUE>)
org.ujoframework.extensions.
ListProperty
<UJO,ITEM> (implements org.ujoframework.extensions.
ListUjoProperty
<UJO,ITEM>)
org.ujoframework.implementation.bean.
BeanPropertyList
<UJO,ITEM> (implements org.ujoframework.extensions.
ListUjoProperty
<UJO,ITEM>, org.ujoframework.extensions.
ValueAgent
<UJO,VALUE>)
org.ujoframework.implementation.field.
FieldPropertyList
<UJO,ITEM> (implements org.ujoframework.extensions.
ListUjoProperty
<UJO,ITEM>, org.ujoframework.extensions.
ValueAgent
<UJO,VALUE>)
org.ujoframework.implementation.orm.
RelationToMany
<UJO,ITEM>
org.ujoframework.extensions.
PropertyModifier
org.ujoframework.orm.
Query
<UJO>
org.ujoframework.orm.sample.
SampleORM
org.ujoframework.orm.
Session
org.ujoframework.orm.
SqlDialect
org.ujoframework.orm.dialect.
DerbyDialect
org.ujoframework.orm.dialect.
FirebirdDialect
org.ujoframework.orm.dialect.
H2Dialect
org.ujoframework.orm.dialect.
HsqldbDialect
org.ujoframework.orm.dialect.
MySqlDialect
org.ujoframework.orm.dialect.
PostgreSqlDialect
org.ujoframework.orm.dialect.
OracleDialect
org.ujoframework.orm.
TypeBook
org.ujoframework.core.
UjoActionImpl
(implements org.ujoframework.extensions.
UjoAction
)
org.ujoframework.core.
UjoCoder
org.ujoframework.core.
UjoComparator
(implements java.util.Comparator<T>)
org.ujoframework.core.
UjoIterator
<T> (implements java.lang.Iterable<T>, java.util.Iterator<E>)
org.ujoframework.hibernateSupport.
UjoLazyPropertyAccessor
(implements org.hibernate.property.PropertyAccessor)
org.ujoframework.hibernateSupport.
UjoLazyPropertyGetter
(implements org.hibernate.property.Getter)
org.ujoframework.core.
UjoManager
(implements java.util.Comparator<T>)
org.ujoframework.hibernateSupport.
UjoPropertyAccessor
(implements org.hibernate.property.PropertyAccessor)
org.ujoframework.hibernateSupport.
UjoPropertyGetter
(implements org.hibernate.property.Getter)
org.ujoframework.listener.
UjoPropertyChangeSupport
org.ujoframework.core.
UjoPropertyListImpl
(implements org.ujoframework.
UjoPropertyList
)
org.ujoframework.hibernateSupport.
UjoPropertySetter
(implements org.hibernate.property.Setter)
org.ujoframework.orm.
UjoSequencer
org.ujoframework.core.
UjoService
<UJO>
org.ujoframework.core.
UjoManagerCSV
<UJO>
org.ujoframework.core.
UjoManagerRBundle
<UJO>
org.ujoframework.core.
UjoManagerXML
org.ujoframework.orm.
UniqueKey
Interface Hierarchy
org.ujoframework.criterion.
AbstractOperator
org.ujoframework.listener.
EventRegistrar
<UJO>
java.lang.CharSequence
org.ujoframework.extensions.
ListUjoProperty
<UJO,ITEM>
org.ujoframework.
UjoProperty
<UJO,VALUE>
org.ujoframework.extensions.
ListUjoProperty
<UJO,ITEM>
java.lang.Iterable<T>
org.ujoframework.
UjoPropertyList
org.ujoframework.
Ujo
org.ujoframework.orm.
OrmUjo
org.ujoframework.extensions.
UjoExt
<UJO_IMPL>
org.ujoframework.extensions.
UjoMiddle
<UJO_IMPL>
org.ujoframework.extensions.
UjoExt
<UJO_IMPL>
org.ujoframework.extensions.
UjoTextable
org.ujoframework.extensions.
UjoAction
org.ujoframework.extensions.
UjoCloneable
org.ujoframework.listener.
UjoPropertyChangeListener
org.ujoframework.extensions.
ValueAgent
<UJO,VALUE>
org.ujoframework.extensions.
ValueTextable
Annotation Type Hierarchy
org.ujoframework.core.annot.
XmlElementBody
(implements java.lang.annotation.Annotation)
org.ujoframework.core.annot.
XmlAttribute
(implements java.lang.annotation.Annotation)
org.ujoframework.core.annot.
Transient
(implements java.lang.annotation.Annotation)
org.ujoframework.orm.annot.
View
(implements java.lang.annotation.Annotation)
org.ujoframework.orm.annot.
Table
(implements java.lang.annotation.Annotation)
org.ujoframework.orm.annot.
Db
(implements java.lang.annotation.Annotation)
org.ujoframework.orm.annot.
Column
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.ujoframework.criterion.
Operator
(implements org.ujoframework.criterion.
AbstractOperator
)
org.ujoframework.criterion.
BinaryOperator
(implements org.ujoframework.criterion.
AbstractOperator
)
org.ujoframework.orm.
DbType
org.ujoframework.orm.ao.
Orm2ddlPolicy
org.ujoframework.orm.ao.
CachePolicy
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009. All Rights Reserved.