ch.elca.el4j.services.persistence.generic.primarykey
Interface PrimaryKeyGenerator

All Superinterfaces:
Serializable
All Known Implementing Classes:
UuidPrimaryKeyGenerator

public interface PrimaryKeyGenerator
extends Serializable

An object PrimaryKeyGenerator is an object able to generate unique keys that can be used as primary keys for database storage.

Author:
Martin Zeltner (MZE)
File-location:
PrimaryKeyGenerator
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Method Summary
 String getPrimaryKey()
          Method to get a generated primary key.
 

Method Detail

getPrimaryKey

String getPrimaryKey()
Method to get a generated primary key.

Returns:
Returns generated primary key.


Copyright © 2005-2011 ELCA. All Rights Reserved.