org.deegree.feature.persistence.sql.id
Class AutoIDGenerator

java.lang.Object
  extended by org.deegree.feature.persistence.sql.id.AutoIDGenerator
All Implemented Interfaces:
IDGenerator

public class AutoIDGenerator
extends Object
implements IDGenerator

IDGenerator that uses autoincrement columns / insert triggers to generate new ids.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: markus $

Constructor Summary
AutoIDGenerator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoIDGenerator

public AutoIDGenerator()


Copyright © 2011. All Rights Reserved.