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

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

package com.mybatis.jpa.definition.adaptor;

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

import java.lang.annotation.Annotation;

/**
 * @author svili
 **/
public interface AnnotationAdaptable {

    AnnotationProperty context(Annotation annotation);

    SqlTemplate sqlTemplate(Annotation annotation);

    SqlCommandType sqlCommandType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy