Example usage for org.apache.ibatis.annotations Mapper interface-usage

List of usage examples for org.apache.ibatis.annotations Mapper interface-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.annotations Mapper interface-usage.

Usage

From source file com.github.abel533.mapper.CachedCountryMapper.java

/**
 * Created by liuzh on 2014/11/19.
 */
@CacheNamespace
public interface CachedCountryMapper extends Mapper<Country>, HsqldbMapper<Country> {
}

From source file com.whatlookingfor.sample.mapper.CityMapper.java

/**
 * @author liuzh_3nofxnp
 * @since 2016-01-22 22:17
 */
@MyBatisDao
public interface CityMapper extends Mapper {