org.hibernate.id.enhanced

Interface AccessCallback

public interface AccessCallback

Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
Author:
Steve Ebersole

Method Summary

long
getNextValue()
Retrieve the next value from the underlying source.

Method Details

getNextValue

public long getNextValue()
Retrieve the next value from the underlying source.
Returns:
The next value.