Enhydra 3.1 API

com.lutris.appserver.server.sql
Interface ObjectIdAllocator

All Known Implementing Classes:
StandardObjectIdAllocator

public interface ObjectIdAllocator

Defines the object id allocator. An object id allocator is an integral part of a logical database implementation. It manages the allocation of unique object ids.

Since:
LBS1.8
Version:
$Revision: 1.10.12.1 $

Method Summary
 ObjectId allocate()
          Allocate a new and unique object id.
 

Method Detail

allocate

public ObjectId allocate()
Allocate a new and unique object id.

Enhydra 3.1 API