com.mf.kennewick.doclet
Class OracleSubTask

java.lang.Object
  extended byTemplateSubTask
      extended bycom.mf.kennewick.doclet.KennewickSubTask
          extended bycom.mf.kennewick.doclet.DDLSubTask
              extended bycom.mf.kennewick.doclet.OracleSubTask

public class OracleSubTask
extends DDLSubTask

Author:
Jeffrey Payne
See Also:
Serialized Form

Field Summary
static java.lang.String CONSTRAINT_TEMPLATE_FILE
           
static java.lang.String DEFAULT_TEMPLATE_FILE
           
static java.lang.String DROP_TEMPLATE_FILE
           
static java.lang.String FILE_NAME_CONSTRAINTS
           
static java.lang.String FILE_NAME_DROP
           
static java.lang.String FILE_NAME_INTEGER
           
static java.lang.String FILE_NAME_UUID
           
 
Fields inherited from class com.mf.kennewick.doclet.DDLSubTask
ID_TYPE_INTEGER, ID_TYPE_UUID, sqlType
 
Fields inherited from class com.mf.kennewick.doclet.KennewickSubTask
beanSubstitution, DEFAULT_DOMAIN_CLASS, domainToken, interfaceSubstitution, mappingInterfaceSubstitution, utilSubstitution, valueObjectSubstitution
 
Constructor Summary
OracleSubTask()
           
 
Method Summary
protected  void engineStarted()
          Describe what the method does
protected  java.lang.String getConstraintTemplate()
           
protected  java.lang.String getCreateConstraintsFileName()
           
protected  java.lang.String getCreateIntegerFileName()
           
protected  java.lang.String getCreateUuidFileName()
           
protected  java.lang.String getDropFileName()
           
protected  java.lang.String getDropTemplate()
           
 
Methods inherited from class com.mf.kennewick.doclet.DDLSubTask
getIdType, getMappedDomainClasses, 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

DEFAULT_TEMPLATE_FILE

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

CONSTRAINT_TEMPLATE_FILE

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

DROP_TEMPLATE_FILE

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

FILE_NAME_UUID

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

FILE_NAME_INTEGER

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

FILE_NAME_CONSTRAINTS

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

FILE_NAME_DROP

public static final java.lang.String FILE_NAME_DROP
See Also:
Constant Field Values
Constructor Detail

OracleSubTask

public OracleSubTask()
Method Detail

getConstraintTemplate

protected java.lang.String getConstraintTemplate()
Specified by:
getConstraintTemplate in class DDLSubTask

getDropTemplate

protected java.lang.String getDropTemplate()
Specified by:
getDropTemplate in class DDLSubTask

getCreateConstraintsFileName

protected java.lang.String getCreateConstraintsFileName()
Specified by:
getCreateConstraintsFileName in class DDLSubTask

getCreateIntegerFileName

protected java.lang.String getCreateIntegerFileName()
Specified by:
getCreateIntegerFileName in class DDLSubTask

getCreateUuidFileName

protected java.lang.String getCreateUuidFileName()
Specified by:
getCreateUuidFileName in class DDLSubTask

getDropFileName

protected java.lang.String getDropFileName()
Specified by:
getDropFileName in class DDLSubTask

engineStarted

protected void engineStarted()
                      throws XDocletException
Describe what the method does

Throws:
XDocletException


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