org.codehaus.modello.generator.database.model
Class UniqueColumn

java.lang.Object
  extended byorg.codehaus.modello.generator.database.model.IndexColumn
      extended byorg.codehaus.modello.generator.database.model.UniqueColumn

public class UniqueColumn
extends IndexColumn

Provides compatibility with Torque-style xml with separate <index> and <unique> tags, but adds no functionality. All indexes are treated the same by the Table.

Version:
$Revision: 149 $
Author:
John Marshall

Field Summary
 
Fields inherited from class org.codehaus.modello.generator.database.model.IndexColumn
 
Constructor Summary
UniqueColumn()
           
 
Methods inherited from class org.codehaus.modello.generator.database.model.IndexColumn
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueColumn

public UniqueColumn()