Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2009-09-15 14:45:42 +0000
committerkmoore2009-09-15 14:45:42 +0000
commitc73d3b4f081c8243091f3bacd438b8de4acd95a1 (patch)
treeb02967b2c1d1823baabd92c028bff67dda9c669c /jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
parente79cd1d7d6800e39eed5b3429079bb3d1908ecc5 (diff)
downloadwebtools.dali-c73d3b4f081c8243091f3bacd438b8de4acd95a1.tar.gz
webtools.dali-c73d3b4f081c8243091f3bacd438b8de4acd95a1.tar.xz
webtools.dali-c73d3b4f081c8243091f3bacd438b8de4acd95a1.zip
bug #258491 - added association override support to 2.0 embedded mappings
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
index 0626e6c842..c5ae8a741f 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
@@ -21,7 +21,7 @@ import java.util.ListIterator;
* will almost certainly be broken (repeatedly) as the API evolves.
*/
public interface Entity
- extends TypeMapping, IdClassHolder, AttributeOverrideContainer.Owner
+ extends TypeMapping, IdClassHolder, AttributeOverrideContainer.Owner, AssociationOverrideContainer.Owner
{
// **************** name **************************************

Back to the top