Package javax.rad.persist

Contains classes and interfaces needed for java persistence.

See:
          Description

Interface Summary
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, ...
 

Class Summary
ColumnMetaData A ColumnMetaData is a description of the data type and other attributes of a table storage column.
MetaData The MetaData is a description of all columns as ColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
 

Enum Summary
MetaData.Feature Supported features.
 

Exception Summary
DataSourceException The DataSourceException is used to throw storage depending Exception's.
 

Package javax.rad.persist Description

Contains classes and interfaces needed for java persistence.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.