Uses of Class
org.apache.openejb.jee.jpa.AttributeOverride
-
Packages that use AttributeOverride Package Description 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 Modifier and Type Field Description protected List<AttributeOverride>ElementCollection. attributeOverrideprotected List<AttributeOverride>Embedded. attributeOverrideprotected List<AttributeOverride>EmbeddedId. attributeOverrideprotected List<AttributeOverride>Entity. attributeOverrideprotected List<AttributeOverride>ElementCollection. mapKeyAttributeOverrideprotected List<AttributeOverride>ManyToMany. mapKeyAttributeOverrideprotected List<AttributeOverride>OneToMany. mapKeyAttributeOverrideMethods in org.apache.openejb.jee.jpa that return AttributeOverride Modifier and Type Method Description AttributeOverrideObjectFactory. createAttributeOverride()Create an instance ofAttributeOverrideMethods in org.apache.openejb.jee.jpa that return types with arguments of type AttributeOverride Modifier and Type Method Description List<AttributeOverride>ElementCollection. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>Embedded. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>EmbeddedId. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>Entity. getAttributeOverride()Gets the value of the attributeOverride property.List<AttributeOverride>ElementCollection. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.List<AttributeOverride>ManyToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.List<AttributeOverride>OneToMany. getMapKeyAttributeOverride()Gets the value of the mapKeyAttributeOverride property.
-