Uses of Package
javax.rad.persist

Packages that use javax.rad.persist
com.sibvisions.rad.model.remote Contains model implementations for accessing remote data. 
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
com.sibvisions.rad.persist.event Contains all storage event classes and interfaces. 
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
javax.rad.model.condition Contains ICondition implementations for different SQL operators. 
javax.rad.persist Contains classes and interfaces needed for java persistence. 
 

Classes in javax.rad.persist used by com.sibvisions.rad.model.remote
MetaData
          The MetaData is a description of all columns as ColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
 

Classes in javax.rad.persist used by com.sibvisions.rad.persist
DataSourceException
          The DataSourceException is used to throw storage depending Exception's.
ICachedStorage
          The ICachedStorage extends the IStorage with meta data caching features.
IStorage
          The IStorage defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
MetaData
          The MetaData is a description of all columns as ColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
 

Classes in javax.rad.persist used by com.sibvisions.rad.persist.event
DataSourceException
          The DataSourceException is used to throw storage depending Exception's.
IStorage
          The IStorage defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
 

Classes in javax.rad.persist used by com.sibvisions.rad.persist.jdbc
ColumnMetaData
          A ColumnMetaData is a description of the data type and other attributes of a table storage column.
DataSourceException
          The DataSourceException is used to throw storage depending Exception's.
ICachedStorage
          The ICachedStorage extends the IStorage with meta data caching features.
IStorage
          The IStorage defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
MetaData
          The MetaData is a description of all columns as ColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
 

Classes in javax.rad.persist used by javax.rad.model.condition
ColumnMetaData
          A ColumnMetaData is a description of the data type and other attributes of a table storage column.
 

Classes in javax.rad.persist used by javax.rad.persist
ColumnMetaData
          A ColumnMetaData is a description of the data type and other attributes of a table storage column.
DataSourceException
          The DataSourceException is used to throw storage depending Exception's.
IStorage
          The IStorage defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
MetaData
          The MetaData is a description of all columns as ColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
MetaData.Feature
          Supported features.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.