com.jpattern.orm.persistor.version
Interface VersionManipulator<BEAN>

All Known Implementing Classes:
NullVersionManipulator, VersionManipulatorImpl

public interface VersionManipulator<BEAN>

Author:
cinafr

Method Summary
 boolean isVersionable()
           
 void updateVersion(BEAN bean, boolean firstVersionNumber)
           
 

Method Detail

isVersionable

boolean isVersionable()

updateVersion

void updateVersion(BEAN bean,
                   boolean firstVersionNumber)
                   throws IllegalArgumentException,
                          IllegalAccessException,
                          InvocationTargetException
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2013. All Rights Reserved.