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

cn.sylinx.hbatis.plugin.optlock.OptimisticLockInsert Maven / Gradle / Ivy

The newest version!
package cn.sylinx.hbatis.plugin.optlock;

public class OptimisticLockInsert extends OptimisticLockBase {

	private Number initVersionValue;

	public Number getInitVersionValue() {
		return initVersionValue;
	}

	public void setInitVersionValue(Number initVersionValue) {
		this.initVersionValue = initVersionValue;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy