Package org.lsc.service

This package contains the Jdbc general and per synchronization services.

See:
          Description

Interface Summary
DataSchemaProvider This class represents the data schema, that is a list of element name and their Java types In this class, elements may be either directory attributes or SQL request columns or any single format data subtype returned by the data source
ISrcService Interface used by source services.
 

Class Summary
AbstractJdbcService Generic JDBC iBatis Service Manage retrieving of list and object according t Can be override by a specific implementation in the final class if needed : Get a look at org.lsc.service.StructureJdbcService class
IBatisDataSchemaProvider This class provides the data schema by reading the request schema via iBatis
JndiDataSchemaProvider This class provides the data schema by reading the directory schema
SimpleJdbcSrcService  
 

Package org.lsc.service Description

This package contains the Jdbc general and per synchronization services.

In order to construct POJO, data must be taken, formatted and rewritten in the database. This package contains all the needed stuff and also iBatis ORM engine calls



Copyright © 2005-2010 LSC project. All Rights Reserved.