com.jpattern.orm.persistor.version
Class LongVersionMath

java.lang.Object
  extended by com.jpattern.orm.persistor.version.LongVersionMath
All Implemented Interfaces:
VersionMath<Long>

public class LongVersionMath
extends Object
implements VersionMath<Long>


Constructor Summary
LongVersionMath()
           
 
Method Summary
 Long increase(boolean firstVersionNumber, Long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongVersionMath

public LongVersionMath()
Method Detail

increase

public Long increase(boolean firstVersionNumber,
                     Long value)
Specified by:
increase in interface VersionMath<Long>


Copyright © 2013. All Rights Reserved.