Uses of Class
org.apache.openejb.jee.jpa.AssociationOverride
-
Packages that use AssociationOverride Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AssociationOverride in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa with type parameters of type AssociationOverride Modifier and Type Field Description protected List<AssociationOverride>ElementCollection. associationOverrideprotected List<AssociationOverride>Embedded. associationOverrideprotected List<AssociationOverride>Entity. associationOverrideMethods in org.apache.openejb.jee.jpa that return AssociationOverride Modifier and Type Method Description AssociationOverrideObjectFactory. createAssociationOverride()Create an instance ofAssociationOverrideMethods in org.apache.openejb.jee.jpa that return types with arguments of type AssociationOverride Modifier and Type Method Description List<AssociationOverride>ElementCollection. getAssociationOverride()Gets the value of the associationOverride property.List<AssociationOverride>Embedded. getAssociationOverride()Gets the value of the associationOverride property.List<AssociationOverride>Entity. getAssociationOverride()Gets the value of the associationOverride property.
-