public abstract class AbstractJdbcDstService extends AbstractJdbcService implements IWritableService
Constructor and Description |
---|
AbstractJdbcDstService(String serviceName,
com.ibatis.sqlmap.client.SqlMapClient sqlMapClient,
String bean) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(LscModifications lm)
Apply lsc modifications.
|
abstract List<String> |
getRequestsNameForDelete() |
abstract List<String> |
getRequestsNameForInsert() |
abstract List<String> |
getRequestsNameForUpdate() |
List<String> |
getWriteDatasetIds() |
fillAttributesMap, getAttributesMap, getAttributesMap, getBean, getBean, getListPivots, getRequestNameForClean, getRequestNameForList, getRequestNameForNextId, getRequestNameForObject, getValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBean, getListPivots
public AbstractJdbcDstService(String serviceName, com.ibatis.sqlmap.client.SqlMapClient sqlMapClient, String bean) throws LscServiceConfigurationException
LscServiceConfigurationException
public boolean apply(LscModifications lm) throws LscServiceException
IWritableService
apply
in interface IWritableService
lm
- Modifications to apply in a LscModifications
object.LscServiceException
- thrown if an error is encounteredpublic List<String> getWriteDatasetIds()
getWriteDatasetIds
in interface IWritableService
Copyright © 2005-2024 LSC project. All Rights Reserved.