Uses of Class
org.axiondb.constraints.UniqueConstraint

Packages that use UniqueConstraint
org.axiondb.constraints Constraint implementations. 
 

Uses of UniqueConstraint in org.axiondb.constraints
 

Subclasses of UniqueConstraint in org.axiondb.constraints
 class PrimaryKeyConstraint
          A PRIMARY KEY constraint, which is violated whenever any of my Selectables are null or my collection of Selectables is not unique.