org.jboss.ejb.plugins.keygenerator.hilo
Class HiLoKeyGenerator
java.lang.Object
org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGenerator
- All Implemented Interfaces:
- KeyGenerator
public class HiLoKeyGenerator
- extends Object
- implements KeyGenerator
- Version:
- $Revision: 1.3.6.1 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiLoKeyGenerator
public HiLoKeyGenerator(DataSource ds,
String tableName,
String sequenceColumn,
String sequenceName,
String idColumnName,
long blockSize,
TransactionManager tm)
generateKey
public Object generateKey()
- Specified by:
generateKey
in interface KeyGenerator
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.