Uses of Interface
org.eclipse.persistence.jpa.config.Inheritance
-
Packages that use Inheritance Package Description org.eclipse.persistence.internal.jpa.config.classes org.eclipse.persistence.internal.jpa.config.inheritance org.eclipse.persistence.jpa.config -
-
Uses of Inheritance in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return Inheritance Modifier and Type Method Description InheritanceEntityImpl. setInheritance() -
Uses of Inheritance in org.eclipse.persistence.internal.jpa.config.inheritance
Classes in org.eclipse.persistence.internal.jpa.config.inheritance that implement Inheritance Modifier and Type Class Description classInheritanceImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.inheritance that return Inheritance Modifier and Type Method Description InheritanceInheritanceImpl. setStrategy(String strategy) -
Uses of Inheritance in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return Inheritance Modifier and Type Method Description InheritanceEntity. setInheritance()InheritanceInheritance. setStrategy(String strategy)
-