All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bixuebihui.test.business.TestGenManager Maven / Gradle / Ivy

The newest version!
package com.bixuebihui.test.business;

/*
 *  TestGenManager
 *
 * Notice! Automatically generated file!
 * Do not edit the pojo and dal packages,use `maven tablegen:gen`!
 * Code Generator originally by J.A.Carter
 * Modified by Xing Wanxiang 2008-2023
 * email: [email protected]
 */


import javax.sql.DataSource;
import com.bixuebihui.test.dal.TestGenList;

import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Repository;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;

import javax.annotation.processing.Generated;

@Generated("com.github.yujiaao:tablegen")
@Repository
public class TestGenManager  extends TestGenList
{
    

    /**
    * @param ds datasource for injecting
    */
    public TestGenManager(@Qualifier("test") DataSource ds)
    {
        super(ds);
    }




    // please write your code here!

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy