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

javax.persistence.LockModeType Maven / Gradle / Ivy

The newest version!
package javax.persistence;

public enum LockModeType  {
    READ,
    WRITE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy