com.jpattern.orm.persistor.version
Interface VersionMath<P>

Type Parameters:
P - the type of the property to increase
All Known Implementing Classes:
BigDecimalVersionMath, IntegerVersionMath, LongVersionMath, NullVersionMath

public interface VersionMath<P>

Author:
ufo

Method Summary
 P increase(boolean firstVersionNumber, P value)
           
 

Method Detail

increase

P increase(boolean firstVersionNumber,
           P value)


Copyright © 2013. All Rights Reserved.