Example usage for org.hibernate.cache.spi.access SoftLock interface-usage

List of usage examples for org.hibernate.cache.spi.access SoftLock interface-usage

Introduction

In this page you can find the example usage for org.hibernate.cache.spi.access SoftLock interface-usage.

Usage

From source file com.alachisoft.tayzgrid.integrations.hibernate.cache.srategy.util.Lock.java

public class Lock implements Serializable, Lockable, SoftLock {

    private long unlockTimestamp = -1L;
    private int multiplicity = 1;
    private boolean concurrentLock = false;
    private long timeout;

From source file com.hazelcast.hibernate.serialization.MarkerWrapper.java

/**
 * A wrapper class for ExpiryMarker for returning copy of marker object with
 * {@link org.hibernate.cache.spi.access.SoftLock} marker interface.
 */

public class MarkerWrapper implements SoftLock {