![JAR search and dependency download from the Maven repository](/logo.png)
com.mybatis.jpa.annotation.UpdateDefinition Maven / Gradle / Ivy
package com.mybatis.jpa.annotation;
import java.lang.annotation.*;
/**
* @author svili
**/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface UpdateDefinition {
boolean selective() default false;
String where();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy