|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniqueConstraintAnnotation | |
---|---|
org.eclipse.jpt.core.context.java | |
org.eclipse.jpt.core.resource.java |
Uses of UniqueConstraintAnnotation in org.eclipse.jpt.core.context.java |
---|
Methods in org.eclipse.jpt.core.context.java with parameters of type UniqueConstraintAnnotation | |
---|---|
void |
JavaUniqueConstraint.initialize(UniqueConstraintAnnotation uniqueConstraintAnnotation)
|
void |
JavaUniqueConstraint.update(UniqueConstraintAnnotation uniqueConstraintAnnotation)
|
Uses of UniqueConstraintAnnotation in org.eclipse.jpt.core.resource.java |
---|
Subinterfaces of UniqueConstraintAnnotation in org.eclipse.jpt.core.resource.java | |
---|---|
interface |
NestableUniqueConstraint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
Methods in org.eclipse.jpt.core.resource.java that return UniqueConstraintAnnotation | |
---|---|
UniqueConstraintAnnotation |
TableAnnotation.addUniqueConstraint(int index)
|
UniqueConstraintAnnotation |
TableGeneratorAnnotation.addUniqueConstraint(int index)
|
UniqueConstraintAnnotation |
TableAnnotation.uniqueConstraintAt(int index)
|
UniqueConstraintAnnotation |
TableGeneratorAnnotation.uniqueConstraintAt(int index)
|
Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type UniqueConstraintAnnotation | |
---|---|
java.util.ListIterator<UniqueConstraintAnnotation> |
TableAnnotation.uniqueConstraints()
|
java.util.ListIterator<UniqueConstraintAnnotation> |
TableGeneratorAnnotation.uniqueConstraints()
|
Methods in org.eclipse.jpt.core.resource.java with parameters of type UniqueConstraintAnnotation | |
---|---|
int |
TableAnnotation.indexOfUniqueConstraint(UniqueConstraintAnnotation uniqueConstraint)
|
int |
TableGeneratorAnnotation.indexOfUniqueConstraint(UniqueConstraintAnnotation uniqueConstraint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |