• 大小: 1.5MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-02
  • 语言: 其他
  • 标签: Spring  Bootmybatis  

资源简介

Spring Boot 集成mybatis,Spring Boot和mybatis整合的开发

资源截图

代码片段和文件信息

/*
 *  Copyright 2008 The Apache Software Foundation
 *
 *  Licensed under the Apache License Version 2.0 (the “License“);
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing software
 *  distributed under the License is distributed on an “AS IS“ BASIS
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
package org.mybatis.generator.api;

import java.util.Properties;

import org.mybatis.generator.api.dom.java.CompilationUnit;
import org.mybatis.generator.api.dom.java.Field;
import org.mybatis.generator.api.dom.java.InnerClass;
import org.mybatis.generator.api.dom.java.InnerEnum;
import org.mybatis.generator.api.dom.java.Method;
import org.mybatis.generator.api.dom.xml.xmlElement;

/**
 * Implementations of this interface are used to generate comments for the
 * various artifacts.
 * 
 * @author Jeff Butler
 */
public interface CommentGenerator {

    /**
     * Adds properties for this instance from any properties configured in the
     * CommentGenerator configuration.
     * 
     * This method will be called before any of the other methods.
     * 
     * @param properties
     *            All properties from the configuration
     */
    void addConfigurationProperties(Properties properties);

    /**
     * This method should add a Javadoc comment to the specified field. The
     * field is related to the specified table and is used to hold the value of
     * the specified column.
     * 


     * 
     * Important: This method should add a the nonstandard JavaDoc tag
     * “@mbggenerated“ to the comment. Without this tag the Eclipse based Java
     * merge feature will fail.
     * 
     * @param field
     * @param introspectedTable
     * @param introspectedColumn
     */
    public void addFieldComment(Field field
            IntrospectedTable introspectedTable
            IntrospectedColumn introspectedColumn);

    public void addFieldComment(Field field IntrospectedTable introspectedTable);

    public void addClassComment(InnerClass innerClass
            IntrospectedTable introspectedTable);

    public void addClassComment(InnerClass innerClass
            IntrospectedTable introspectedTable boolean markAsDoNotDelete);

    public void addEnumComment(InnerEnum innerEnum
            IntrospectedTable introspectedTable);

    public void addGetterComment(Method method
            IntrospectedTable introspectedTable
            IntrospectedColumn introspectedColumn);

    public void addSetterComment(Method method
            IntrospectedTable introspectedTable
            IntrospectedColumn introspectedColumn);

    p


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-11-08 11:03  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\
     目录           0  2016-11-08 11:04  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\
     目录           0  2016-11-08 11:03  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\
     目录           0  2016-10-12 15:28  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\branches\
     文件           6  2016-10-27 11:56  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\COMMIT_EDITMSG
     文件         284  2016-10-12 16:21  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\config
     文件          23  2016-10-12 15:28  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\HEAD
     目录           0  2016-10-12 15:28  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\hooks\
     文件       40248  2016-10-27 11:56  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\index
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\
     文件         877  2016-10-27 11:56  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\HEAD
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\refs\
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\refs\heads\
     文件         877  2016-10-27 11:56  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\refs\heads\master
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\refs\remotes\
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\refs\remotes\origin\
     文件         429  2016-10-27 11:56  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\logs\refs\remotes\origin\master
     目录           0  2016-11-08 11:03  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\00\
     文件        1035  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\00\0a5fa3a2f58364fe3550e63e8cc564631a16ba
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\01\
     文件        1089  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\01\202354e59991f8a9cfbe5f20eb8d137a451d2e
     文件        1259  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\01\91f687b5b1006aa25fba49663e0dce6c1c0105
     文件        1025  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\01\b7af33f10a986e3fc049811ff7ed0ae96f8287
     文件        1060  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\01\ffa9d9705cd84f700767c9fa55ee70730998eb
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\04\
     文件        2170  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\04\8e1b8d5d3e67783987a8d8c0b19fad7253ae1f
     文件        1287  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\04\c321734a1b9010bb2ea592b09dd8b7b41c5a19
     目录           0  2016-11-08 11:02  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\07\
     文件         530  2016-10-12 15:29  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\07\5d0a5dc6222c9b07a9676588266edd5af6e186
     文件          79  2016-10-12 16:21  龙果学院--Spring Boot基础教程28-Spring Boot集成mybatis\roncoo-mybatis-generator\.git\objects\07\5dce43fd6c86dcc2313c65237fdfb49e601238
............此处省略887个文件信息

评论

共有 条评论