com.beasys.commerce.ebusiness.catalog.sql

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

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.

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.