public interface

AccessCallback

org.hibernate.id.enhanced.AccessCallback

Class Overview

Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.

Summary

Public Methods
abstract IntegralDataTypeHolder getNextValue()
Retrieve the next value from the underlying source.

Public Methods

public abstract IntegralDataTypeHolder getNextValue ()

Retrieve the next value from the underlying source.

Returns
  • The next value.