com.jpattern.orm.persistor.version
Class NullVersionMath<P>

java.lang.Object
  extended by com.jpattern.orm.persistor.version.NullVersionMath<P>
Type Parameters:
P -
All Implemented Interfaces:
VersionMath<P>

public class NullVersionMath<P>
extends Object
implements VersionMath<P>

Author:
cinafr

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

Constructor Detail

NullVersionMath

public NullVersionMath()
Method Detail

increase

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


Copyright © 2013. All Rights Reserved.