Uses of Package
org.ujorm.orm

Packages that use org.ujorm.orm
org.ujorm.core   
org.ujorm.implementation.orm   
org.ujorm.orm The ORM support. 
org.ujorm.orm.ao   
org.ujorm.orm.dialect   
org.ujorm.orm.impl   
org.ujorm.orm.metaModel   
org.ujorm.orm.utility   
 

Classes in org.ujorm.orm used by org.ujorm.core
OrmUjo
          The OrmUjo is a basic interface of the persistent object in the ORM support.
Query
          ORM query.
 

Classes in org.ujorm.orm used by org.ujorm.implementation.orm
ExtendedOrmUjo
          Extended ORM Ujo.
ForeignKey
          A Unique key of the entity OrmUjo
OrmUjo
          The OrmUjo is a basic interface of the persistent object in the ORM support.
Session
          The ORM session.
 

Classes in org.ujorm.orm used by org.ujorm.orm
AbstractMetaModel
          Abstract Metamodel
ColumnWrapper
          Wrapper for a MetaColumn
CriterionDecoder
          SQL Criterion Decoder.
DbProcedure
          Abstract database procedure.
DbType
          Supported Database Types
ExtendedOrmUjo
          Extended ORM Ujo.
ForeignKey
          A Unique key of the entity OrmUjo
ITypeService
          A type service for popular Java types and more.
JdbcStatement
          JdbcStatement
OrmHandler
          The basic class for an ORM support.
OrmUjo
          The OrmUjo is a basic interface of the persistent object in the ORM support.
Query
          ORM query.
SeqTableModel
          Class to describe a sequence table model for an internal sequence database support
Session
          The ORM session.
SqlDialect
          SQL dialect abstract class.
SqlParameters
          The class for a special User parameters in the Native Query.
TableWrapper
          Wrapper for a MetaTable
Transaction
          Transaction manager.
UjoSequencer
          The default sequence provider.
 

Classes in org.ujorm.orm used by org.ujorm.orm.ao
OrmUjo
          The OrmUjo is a basic interface of the persistent object in the ORM support.
 

Classes in org.ujorm.orm used by org.ujorm.orm.dialect
CriterionDecoder
          SQL Criterion Decoder.
OrmUjo
          The OrmUjo is a basic interface of the persistent object in the ORM support.
Query
          ORM query.
SqlDialect
          SQL dialect abstract class.
TableWrapper
          Wrapper for a MetaTable
UjoSequencer
          The default sequence provider.
 

Classes in org.ujorm.orm used by org.ujorm.orm.impl
ColumnWrapper
          Wrapper for a MetaColumn
TableWrapper
          Wrapper for a MetaTable
 

Classes in org.ujorm.orm used by org.ujorm.orm.metaModel
AbstractMetaModel
          Abstract Metamodel
ColumnWrapper
          Wrapper for a MetaColumn
DbType
          Supported Database Types
ITypeService
          A type service for popular Java types and more.
JdbcStatement
          JdbcStatement
OrmHandler
          The basic class for an ORM support.
OrmUjo
          The OrmUjo is a basic interface of the persistent object in the ORM support.
Session
          The ORM session.
SqlDialect
          SQL dialect abstract class.
TableWrapper
          Wrapper for a MetaTable
UjoSequencer
          The default sequence provider.
 

Classes in org.ujorm.orm used by org.ujorm.orm.utility
ExtendedOrmUjo
          Extended ORM Ujo.
OrmUjo
          The OrmUjo is a basic interface of the persistent object in the ORM support.
Query
          ORM query.
Session
          The ORM session.
 



Copyright © 2012. All Rights Reserved.