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

com.mybatis.jpa.definition.adaptor.AnnotationAdaptable Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package com.mybatis.jpa.definition.adaptor;

import com.mybatis.jpa.definition.property.AnnotationProperty;
import com.mybatis.jpa.definition.template.SqlTemplate;
import java.lang.annotation.Annotation;
import org.apache.ibatis.mapping.SqlCommandType;

/**
 * @author sway.li
 **/
public interface AnnotationAdaptable {

  AnnotationProperty context(Annotation annotation);

  SqlTemplate sqlTemplate(Annotation annotation);

  SqlCommandType sqlCommandType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy