Uses of Class
org.apache.openejb.jee.jpa.AttributeOverride

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  java.util.List<AttributeOverride> Entity.attributeOverride
           
protected  java.util.List<AttributeOverride> EmbeddedId.attributeOverride
           
protected  java.util.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
 java.util.List<AttributeOverride> Entity.getAttributeOverride()
          Gets the value of the attributeOverride property.
 java.util.List<AttributeOverride> EmbeddedId.getAttributeOverride()
          Gets the value of the attributeOverride property.
 java.util.List<AttributeOverride> Embedded.getAttributeOverride()
          Gets the value of the attributeOverride property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.