org.apache.ibatis.abator.config
Class SqlMapGeneratorConfiguration
java.lang.Object
org.apache.ibatis.abator.config.PropertyHolder
org.apache.ibatis.abator.config.TypedPropertyHolder
org.apache.ibatis.abator.config.SqlMapGeneratorConfiguration
- public class SqlMapGeneratorConfiguration
- extends TypedPropertyHolder
- Author:
- Jeff Butler
Method Summary |
java.lang.String |
getTargetPackage()
|
java.lang.String |
getTargetProject()
|
void |
setTargetPackage(java.lang.String targetPackage)
|
void |
setTargetProject(java.lang.String targetProject)
|
void |
setType(java.lang.String type)
This method is protected because subclasses should override it and allow
using special values (like "DEFAULT", or the alias names for the different
DAO generator types). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlMapGeneratorConfiguration
public SqlMapGeneratorConfiguration()
getTargetProject
public java.lang.String getTargetProject()
setTargetProject
public void setTargetProject(java.lang.String targetProject)
getTargetPackage
public java.lang.String getTargetPackage()
setTargetPackage
public void setTargetPackage(java.lang.String targetPackage)
setType
public void setType(java.lang.String type)
- Description copied from class:
TypedPropertyHolder
- This method is protected because subclasses should override it and allow
using special values (like "DEFAULT", or the alias names for the different
DAO generator types).
- Overrides:
setType
in class TypedPropertyHolder
- Parameters:
type
-