Uses of Interface
org.eclipse.jpt.core.resource.orm.XmlUniqueConstraint

Packages that use XmlUniqueConstraint
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
 

Uses of XmlUniqueConstraint in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlUniqueConstraint
 OrmUniqueConstraint JpaFactory.buildOrmUniqueConstraint(OrmJpaContextNode parent, UniqueConstraint.Owner owner, XmlUniqueConstraint xmlUniqueConstraint)
           
 

Uses of XmlUniqueConstraint in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlUniqueConstraint
 void OrmUniqueConstraint.update(XmlUniqueConstraint uniqueConstraint)
           
 

Uses of XmlUniqueConstraint in org.eclipse.jpt.core.resource.orm
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlUniqueConstraint
 class XmlUniqueConstraintImpl
          A representation of the model object 'Unique Constraint'.
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlUniqueConstraint
 org.eclipse.emf.common.util.EList<XmlUniqueConstraint> AbstractXmlBaseTable.getUniqueConstraints()
          Returns the value of the 'Unique Constraints' containment reference list.
 org.eclipse.emf.common.util.EList<XmlUniqueConstraint> XmlBaseTable.getUniqueConstraints()
          Returns the value of the 'Unique Constraints' containment reference list.
 org.eclipse.emf.common.util.EList<XmlUniqueConstraint> XmlTableGenerator.getUniqueConstraints()
          Returns the value of the 'Unique Constraints' containment reference list.
 org.eclipse.emf.common.util.EList<XmlUniqueConstraint> XmlTableGeneratorImpl.getUniqueConstraints()
          Returns the value of the 'Unique Constraints' containment reference list.