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

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