org.lsc.persistence
Class DaoConfig

java.lang.Object
  extended by org.lsc.persistence.DaoConfig

public final class DaoConfig
extends Object

This class is used to interface IBatis Direct Access Object engine.

Author:
Sebastien Bahloul <seb@lsc-project.org>, Thomas Chemineau <thomas@lsc-project.org>, Jonathan Clarke <jonathan@phillipoux.net>

Field Summary
static String IBATIS_SQLMAP_CONFIGURATION_FILE
          The localization of the iBatis configuration file.
static String IBATIS_SQLMAP_CONFIGURATION_FILENAME
          The base name of the iBatis configuration file
static String IBATIS_SQLMAP_FILES_DIRNAME
          iBatis sqlMap configuration file directory for sqlMap files
 
Method Summary
static com.ibatis.sqlmap.client.SqlMapClient getSqlMapClient()
          Return the SQLMap object who manage data access.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IBATIS_SQLMAP_CONFIGURATION_FILENAME

public static final String IBATIS_SQLMAP_CONFIGURATION_FILENAME
The base name of the iBatis configuration file

See Also:
Constant Field Values

IBATIS_SQLMAP_CONFIGURATION_FILE

public static final String IBATIS_SQLMAP_CONFIGURATION_FILE
The localization of the iBatis configuration file.

See Also:
Constant Field Values

IBATIS_SQLMAP_FILES_DIRNAME

public static final String IBATIS_SQLMAP_FILES_DIRNAME
iBatis sqlMap configuration file directory for sqlMap files

See Also:
Constant Field Values
Method Detail

getSqlMapClient

public static com.ibatis.sqlmap.client.SqlMapClient getSqlMapClient()
Return the SQLMap object who manage data access.

Returns:
the data accessor manager


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