当前页面:
在线文档首页 >
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. |
getNextValue
public long getNextValue()
- Retrieve the next value from the underlying source.
- Returns:
- The next value.