站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

AccessCallback (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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 Detail

getNextValue

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

Returns:
The next value.