Uses of Class
org.apache.torque.templates.model.Unique
-
Packages that use Unique Package Description org.apache.torque.templates.model This package contains the typed model for the torque schema. -
-
Uses of Unique in org.apache.torque.templates.model
Fields in org.apache.torque.templates.model declared as Unique Modifier and Type Field Description Unique
UniqueColumn. parent
The unique constraint to which this unique column definition belongs.Fields in org.apache.torque.templates.model with type parameters of type Unique Modifier and Type Field Description List<Unique>
Table. uniqueList
The list of unique indices for this table.
-