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.utility
,
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
(implements java.lang.Iterable<T>)
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> (implements java.io.Serializable)
org.ujoframework.implementation.bean.
BeanUjoExt
<UJO>
org.ujoframework.implementation.field.
FieldUjoExt
<UJO>
org.ujoframework.implementation.map.
MapUjoExt
<UJO> (implements java.io.Serializable)
org.ujoframework.implementation.registrar.
RegistrarUjoExt
<UJO> (implements org.ujoframework.listener.
EventRegistrar
<UJO>)
org.ujoframework.swing.
UjoPropertyRow
org.ujoframework.implementation.array.
ArrayUjo
(implements java.io.Serializable)
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>, java.io.Serializable)
org.ujoframework.implementation.mapImpl.
MapImplUjoMiddle
<UJO_IMPL> (implements java.io.Serializable, org.ujoframework.extensions.
UjoMiddle
<UJO_IMPL>)
org.ujoframework.implementation.map.
MapUjo
(implements java.io.Serializable)
org.ujoframework.implementation.registrar.
RegistrarUjo
<UJO> (implements org.ujoframework.listener.
EventRegistrar
<UJO>)
org.ujoframework.implementation.quick.
QuickUjo
(implements java.io.Serializable)
org.ujoframework.orm.
AbstractMetaModel
org.ujoframework.orm.metaModel.
MetaDatabase
org.ujoframework.orm.metaModel.
MetaIndex
org.ujoframework.orm.metaModel.
MetaParams
org.ujoframework.orm.metaModel.
MetaPKey
org.ujoframework.orm.metaModel.
MetaProcedure
org.ujoframework.orm.metaModel.
MetaRelation2Many
org.ujoframework.orm.metaModel.
MetaColumn
org.ujoframework.orm.metaModel.
MetaRoot
org.ujoframework.orm.metaModel.
MetaSelect
org.ujoframework.orm.metaModel.
MetaTable
org.ujoframework.implementation.orm.
OrmTable
<UJO_IMPL> (implements org.ujoframework.orm.
ExtendedOrmUjo
<UJO_IMPL>)
org.ujoframework.implementation.quick.
QuickUjoMid
<UJO_IMPL> (implements org.ujoframework.extensions.
UjoMiddle
<UJO_IMPL>)
org.ujoframework.orm.
DbProcedure
<UJO>
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.
ForeignKey
(implements org.ujoframework.core.
NoCheck
, java.io.Serializable)
org.ujoframework.orm.
JdbcStatement
org.ujoframework.orm.
OrmHandler
org.ujoframework.orm.utility.
OrmTools
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.implementation.orm.
RelationToOne
<UJO,VALUE>
org.ujoframework.extensions.
PropertyModifier
org.ujoframework.orm.
Query
<UJO> (implements java.lang.Iterable<T>)
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
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.ujoframework.orm.ao.
UjoStatement
(implements java.sql.PreparedStatement)
org.ujoframework.orm.
TypeService
org.ujoframework.core.
UjoActionImpl
(implements org.ujoframework.
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.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
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.core.
NoCheck
org.ujoframework.
Ujo
org.ujoframework.orm.
ExtendedOrmUjo
<UJO_IMPL>
org.ujoframework.orm.
OrmUjo
org.ujoframework.orm.
ExtendedOrmUjo
<UJO_IMPL>
org.ujoframework.extensions.
UjoExt
<UJO_IMPL>
org.ujoframework.extensions.
UjoMiddle
<UJO_IMPL>
org.ujoframework.extensions.
UjoExt
<UJO_IMPL>
org.ujoframework.extensions.
UjoTextable
org.ujoframework.
UjoAction
org.ujoframework.extensions.
UjoCloneable
org.ujoframework.listener.
UjoPropertyChangeListener
org.ujoframework.extensions.
ValueAgent
<UJO,VALUE>
org.ujoframework.extensions.
ValueTextable
org.ujoframework.extensions.
ValueExportable
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.
Procedure
(implements java.lang.annotation.Annotation)
org.ujoframework.orm.annot.
Parameter
(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.
CheckReport
org.ujoframework.orm.ao.
CachePolicy
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.