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

com.jpattern.orm.annotation.version.VersionInfo Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.annotation.version;

import com.jpattern.orm.query.LockMode;

/**
 * Info related to the use of the {@link com.jpattern.orm.annotation.Version} annotation
 * @author cinafr
 *
 */
public interface VersionInfo {

	LockMode getLockMode();

	boolean isVersionable();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy