com.mf.kennewick.doclet
Class MySqlTagHandler

java.lang.Object
  extended byXDocletTagSupport
      extended bycom.mf.kennewick.doclet.KennewickTagHandler
          extended bycom.mf.kennewick.doclet.DDLTagHandler
              extended bycom.mf.kennewick.doclet.MySqlTagHandler

public class MySqlTagHandler
extends DDLTagHandler

Author:
Jeffrey Payne
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mf.kennewick.doclet.KennewickTagHandler
currentBrokerOperation, currentDependentRelation, currentFinder, currentProperty, currentRelation
 
Constructor Summary
MySqlTagHandler()
           
 
Method Summary
 java.lang.String currentObjectIdentifierType()
           
protected  java.lang.String getBlobType()
           
protected  java.lang.String getDoubleType()
           
protected  java.lang.String getFloatType()
           
protected  java.lang.String getIntegerType()
           
protected  java.lang.String getLongType()
           
protected  java.lang.String getStringType()
           
protected  java.lang.String getTimeStampType()
           
 
Methods inherited from class com.mf.kennewick.doclet.DDLTagHandler
childColumn, currentAssociatedObjectType, currentAssociationObjectIdentifierColumn, currentAssociationParentColumnName, currentAssociationParentTableName, currentAssociationTableName, currentColumnName, currentDomainClassName, currentFKColumn, currentFKTable, currentNullConstraint, currentObjectIdentifierColumn, currentPKColumn, currentPKTable, currentRelationName, currentTableName, currentType, deniedColumn, findPropertyGetter, forAllCurrentRelations, forAllImplicitRelations, forAllMappedDomainClasses, idColumn, ifPreserveOrdinality, integerType, isCurrentRelationPermissionMapping, ordinalColumn, parentColumn, stringType
 
Methods inherited from class com.mf.kennewick.doclet.KennewickTagHandler
currentBrokerExtensionClassName, currentBrokerOperationArgList, currentBrokerOperationArgNames, currentBrokerOperationMethod, currentBrokerOperationName, currentDependentFinderClassName, currentDependentFinderFKProperty, currentDependentFinderName, currentDependentFinderOrdinalProperty, currentFinderArgList, currentFinderArgNames, currentFinderExtensionMethod, currentFinderName, currentFinderReturnType, currentPersistentSuperClass, currentPropertyGetter, currentPropertyName, currentPropertySetter, currentRelationFinderName, currentRelationFKGetter, currentRelationFKSetter, currentRelationGetter, currentRelationMappingInterface, currentRelationOrdinalSetter, currentRelationPropertyName, currentRelationRelatedDomain, doesCurrentClassHavePersistentSuperClass, domainPackage, forAllBrokerOperations, forAllDependentRelations, forAllDirectOneToManyCompositionDomainRelations, forAllDirectOneToOneRelations, forAllFinders, forAllLazyLoadedOneToManyRelations, forAllLazyLoadedOneToOneRelations, forAllPersistentProperties, forAllPersistentPropertiesExceptObjectIdentifier, forAllRelations, getAllDependentRelations, getAllDirectOneToManyCompositionDomainRelations, getAllDirectOneToOneRelations, getAllLazyLoadedOneToManyRelations, getAllLazyLoadedOneToOneRelations, getAllPersistentProperties, getAllPersistentPropertiesExceptObjectIdentifier, getAllRelations, getObjectIdentifierProperty, getPersistentSuperClass, getSubTask, ifCurrentClassHasNoPersistentSuperClass, ifCurrentClassHasPersistentSuperClass, ifCurrentDependentRelationOrdinal, ifCurrentDomainNotSearchable, ifCurrentDomainSearchable, ifCurrentFinderIsAnExtension, ifCurrentFinderIsNotAnExtension, ifCurrentPropertyIsBoolean, ifCurrentPropertyIsIdentifier, ifCurrentPropertyIsPlain, ifCurrentRelationComposition, ifCurrentRelationDirectlyLinked, ifCurrentRelationIsAPermissionMapping, ifCurrentRelationIsNotAPermissionMapping, ifCurrentRelationOrdinal, ifCurrentRelationPassivelyLinked, ifIsBlobField, ifIsNotBlobField, ifNotPersistentAbstractBaseClass, ifNotPersistentBaseClass, ifPersistentAbstractBaseClass, ifPersistentBaseClass, isBlobField, isCurrentDependentRelationOrdinal, isCurrentDomainSearchable, isCurrentFinderExtensionBased, isCurrentRelationComposition, isCurrentRelationDirectlyLinked, isCurrentRelationOrdinal, isCurrentRelationPassivelyLinked, isImplicitAssociation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlTagHandler

public MySqlTagHandler()
Method Detail

getBlobType

protected java.lang.String getBlobType()
Specified by:
getBlobType in class DDLTagHandler

currentObjectIdentifierType

public java.lang.String currentObjectIdentifierType()
                                             throws XDocletException
Specified by:
currentObjectIdentifierType in class DDLTagHandler
Throws:
XDocletException

getDoubleType

protected java.lang.String getDoubleType()
Specified by:
getDoubleType in class DDLTagHandler

getFloatType

protected java.lang.String getFloatType()
Specified by:
getFloatType in class DDLTagHandler

getIntegerType

protected java.lang.String getIntegerType()
Specified by:
getIntegerType in class DDLTagHandler

getLongType

protected java.lang.String getLongType()
Specified by:
getLongType in class DDLTagHandler

getStringType

protected java.lang.String getStringType()
Specified by:
getStringType in class DDLTagHandler

getTimeStampType

protected java.lang.String getTimeStampType()
Specified by:
getTimeStampType in class DDLTagHandler


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