|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrimaryKeyIncrementer
The Interface PrimaryKeyIncrementer.
Nested Class Summary | |
---|---|
static class |
PrimaryKeyIncrementer.KeyType
The Enum KeyType. |
Method Summary | |
---|---|
void |
destroy()
Destroy. |
int |
getKeyLength()
Gets the key length. |
PrimaryKeyIncrementer.KeyType |
getKeyType()
Gets the key type. |
java.lang.String |
getName()
Gets the name. |
void |
initialize()
Initialize. |
java.lang.String |
nextKey()
Next key. |
java.lang.String |
stringValue(java.lang.Object key)
String value. |
boolean |
supportsDatabases(DatabaseType databaseType)
Supports databases. |
java.lang.Object |
valueOf(java.lang.String key)
Value of. |
Method Detail |
---|
java.lang.String nextKey()
java.lang.Object valueOf(java.lang.String key)
key
- the key
PrimaryKeyIncrementer.KeyType getKeyType()
java.lang.String stringValue(java.lang.Object key)
key
- the key
int getKeyLength()
java.lang.String getName()
void initialize()
void destroy()
boolean supportsDatabases(DatabaseType databaseType)
databaseType
- the database type
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |