
com.blazebit.persistence.impl.plan.ModificationQueryPlan Maven / Gradle / Ivy
The newest version!
package com.blazebit.persistence.impl.plan;
/**
*
* @author Christian Beikov
* @since 1.2.0
*/
public interface ModificationQueryPlan {
public int executeUpdate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy