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

com.mybatis.pj.mapper.UpdateBaseMapper Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package com.mybatis.pj.mapper;

import org.apache.ibatis.annotations.UpdateProvider;
import com.mybatis.pj.example.update.UpdateBaseExample;
import com.mybatis.pj.provider.MyUpdateProvider;
import tk.mybatis.mapper.annotation.RegisterMapper;

@RegisterMapper
public interface UpdateBaseMapper {
	
	@UpdateProvider(type=MyUpdateProvider.class,method="dynamicSQL")
	public int updateObject( UpdateBaseExample baseExample);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy