© 2005 BEA Systems, Inc.

Package com.beasys.commerce.ebusiness.catalog.sql

This package contains the classes that provide a database persistence model for the Product Catalog.

See:
          Description

Interface Summary
CatalogSqlManager The CatalogSqlManager interface defines the API catalog services use to read and write catalog information to a SQL compliant database.
 

Class Summary
CatalogSqlManagerFactory Factory for CatalogSqlManager instances.
JdbcCatalogFactory This class provides static methods to insulate the JDBC catalog developer from the underlying database schema.
JdbcSqlManager The JdbcSqlManager class implements the CatalogSqlManager interface using JDBC compliant SQL.
OracleSqlManager The OracleSqlManager class implements the CatalogSqlManager interface using Oracle compliant SQL.
 

Package com.beasys.commerce.ebusiness.catalog.sql Description

This package contains the classes that provide a database persistence model for the Product Catalog. Industry standard JDBC and SQL are used to ensure compatability with a wide range of databases.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved