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

com.bixuebihui.test.view.business.MyTestViewManager Maven / Gradle / Ivy

There is a newer version: 1.15.9
Show newest version
package com.bixuebihui.test.view.business;

/*
 *  MyTestViewManager
 *
 * 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-2021
 * email: [email protected]
 */


import io.r2dbc.spi.ConnectionFactory;
import com.bixuebihui.test.view.dal.MyTestViewList;

import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Repository;

import javax.annotation.processing.Generated;

@Generated("com.github.yujiaao:tablegen")
@Repository
public class MyTestViewManager  extends MyTestViewList
{
    
    /**
     * @param ds datasource for injecting
     */
    public MyTestViewManager(@Qualifier("test") ConnectionFactory ds)
    {
        super(ds);
    }

    // please write your code here!

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy