
org.babyfish.jimmer.sql.runtime.ParameterIndex Maven / Gradle / Ivy
package org.babyfish.jimmer.sql.runtime;
public class ParameterIndex {
private int index;
public int get() {
return ++index;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy