Class PersistenceServiceDAOGenerator

  • All Implemented Interfaces:
    IGenerator

    public class PersistenceServiceDAOGenerator
    extends AbstractGenerator
    implements IGenerator
    This generator generates the DAO for a Document, the daoexceptions, and the rowmapper.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • PersistenceServiceDAOGenerator

        public PersistenceServiceDAOGenerator()
    • Method Detail

      • getExceptionName

        public static final java.lang.String getExceptionName​(MetaDocument doc)

        getExceptionName.

        Parameters:
        doc - a MetaDocument object.
        Returns:
        a String object.
      • getNoItemExceptionName

        public static final java.lang.String getNoItemExceptionName​(MetaDocument doc)

        getNoItemExceptionName.

        Parameters:
        doc - a MetaDocument object.
        Returns:
        a String object.
      • getDAOName

        public static java.lang.String getDAOName​(MetaDocument doc)

        getDAOName.

        Parameters:
        doc - a MetaDocument object.
        Returns:
        a String object.
      • getRowMapperName

        public static java.lang.String getRowMapperName​(MetaDocument doc)

        getRowMapperName.

        Parameters:
        doc - a MetaDocument object.
        Returns:
        a String object.