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

com.hframe.dao.HfpmPageCfgMapper Maven / Gradle / Ivy

The newest version!
package com.hframe.dao;

import com.hframe.domain.model.HfpmPageCfg;
import com.hframe.domain.model.HfpmPageCfg_Example;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;

@Repository
public interface HfpmPageCfgMapper {
    int countByExample(HfpmPageCfg_Example example);

    int deleteByExample(HfpmPageCfg_Example example);

    int deleteByPrimaryKey(Long hfpmPageCfgId);

    int insert(HfpmPageCfg record);

    int insertSelective(HfpmPageCfg record);

    List selectByExample(HfpmPageCfg_Example example);

    HfpmPageCfg selectByPrimaryKey(Long hfpmPageCfgId);

    int updateByExampleSelective(@Param("record") HfpmPageCfg record, @Param("example") HfpmPageCfg_Example example);

    int updateByExample(@Param("record") HfpmPageCfg record, @Param("example") HfpmPageCfg_Example example);

    int updateByPrimaryKeySelective(HfpmPageCfg record);

    int updateByPrimaryKey(HfpmPageCfg record);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy