org.codehaus.modello.generator.database.model

Class 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

Constructor Summary

UniqueColumn()

Method Summary

Methods inherited from class org.codehaus.modello.generator.database.model.IndexColumn

getName, setName

Constructor Details

UniqueColumn

public UniqueColumn()