com.mf.kennewick.doclet
Class DDLSubTask

java.lang.Object
  extended byTemplateSubTask
      extended bycom.mf.kennewick.doclet.KennewickSubTask
          extended bycom.mf.kennewick.doclet.DDLSubTask
Direct Known Subclasses:
MySqlSubTask, OracleSubTask, PostgresSubTask, SQLServerSubTask

public abstract class DDLSubTask
extends KennewickSubTask

Author:
Jeffrey Payne
See Also:
Serialized Form

Field Summary
static java.lang.String ID_TYPE_INTEGER
           
static java.lang.String ID_TYPE_UUID
           
protected  java.lang.String sqlType
           
 
Fields inherited from class com.mf.kennewick.doclet.KennewickSubTask
beanSubstitution, DEFAULT_DOMAIN_CLASS, domainToken, interfaceSubstitution, mappingInterfaceSubstitution, utilSubstitution, valueObjectSubstitution
 
Constructor Summary
DDLSubTask()
           
 
Method Summary
protected abstract  java.lang.String getConstraintTemplate()
           
protected abstract  java.lang.String getCreateConstraintsFileName()
           
protected abstract  java.lang.String getCreateIntegerFileName()
           
protected abstract  java.lang.String getCreateUuidFileName()
           
protected abstract  java.lang.String getDropFileName()
           
protected abstract  java.lang.String getDropTemplate()
           
 java.lang.String getIdType()
           
 java.util.Collection getMappedDomainClasses()
           
protected  void startProcessForAll()
           
 
Methods inherited from class com.mf.kennewick.doclet.KennewickSubTask
getBaseType, getBeanSubstitution, getDomainToken, getInterfaceSubstitution, getMappingInterfacePackage, getMappingInterfaceSubstitution, getUtilSubstitution, getValueObjectSubstitution, isPersistentAbstractBaseClass, isPersistentBaseClass, log, mangleCurrentPackage, manglePackage, matchesGenerationRules, setBaseType, setBeanSubstitution, setDomainToken, setInterfaceSubstitution, setMappingInterfaceSubstitution, setUtilSubstitution, setValueObjectSubstitution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_TYPE_UUID

public static final java.lang.String ID_TYPE_UUID
See Also:
Constant Field Values

ID_TYPE_INTEGER

public static final java.lang.String ID_TYPE_INTEGER
See Also:
Constant Field Values

sqlType

protected java.lang.String sqlType
Constructor Detail

DDLSubTask

public DDLSubTask()
Method Detail

getCreateUuidFileName

protected abstract java.lang.String getCreateUuidFileName()

getCreateIntegerFileName

protected abstract java.lang.String getCreateIntegerFileName()

getDropFileName

protected abstract java.lang.String getDropFileName()

getCreateConstraintsFileName

protected abstract java.lang.String getCreateConstraintsFileName()

getConstraintTemplate

protected abstract java.lang.String getConstraintTemplate()

getDropTemplate

protected abstract java.lang.String getDropTemplate()

getIdType

public java.lang.String getIdType()
Returns:
Returns the idType.

startProcessForAll

protected void startProcessForAll()
                           throws XDocletException
Throws:
XDocletException

getMappedDomainClasses

public java.util.Collection getMappedDomainClasses()


Copyright © 2004 Media Fortress, LLC, LLC. Licensed for commercial use under the Apache 2.0 License.