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

com.example.es.business.ContentsManager Maven / Gradle / Ivy

There is a newer version: 1.15.9.2
Show newest version
package com.example.es.business;

/*
 *  ChejiahaoContentsManager
 *
 * 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-2022
 * email: [email protected]
 */


import com.example.es.dal.ContentsList;

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

import javax.annotation.processing.Generated;

import java.util.Map;

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

    /**
     * the ds map must contain host/url, index_name, username and password for ElasticSearch/HTTP connection
     */
    protected ContentsManager(@Qualifier("contentEs") Map ds)
    {
       super(ds);
    }

    // please write your code here!

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy