|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeOverride | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of AttributeOverride in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa with type parameters of type AttributeOverride | |
---|---|
protected List<AttributeOverride> |
Entity.attributeOverride
|
protected List<AttributeOverride> |
EmbeddedId.attributeOverride
|
protected List<AttributeOverride> |
Embedded.attributeOverride
|
Methods in org.apache.openejb.jee.jpa that return AttributeOverride | |
---|---|
AttributeOverride |
ObjectFactory.createAttributeOverride()
Create an instance of AttributeOverride |
Methods in org.apache.openejb.jee.jpa that return types with arguments of type AttributeOverride | |
---|---|
List<AttributeOverride> |
Entity.getAttributeOverride()
Gets the value of the attributeOverride property. |
List<AttributeOverride> |
EmbeddedId.getAttributeOverride()
Gets the value of the attributeOverride property. |
List<AttributeOverride> |
Embedded.getAttributeOverride()
Gets the value of the attributeOverride property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |