Uses of Interface
org.eclipse.persistence.jpa.config.VariableOneToOne
-
Packages that use VariableOneToOne Package Description org.eclipse.persistence.internal.jpa.config.classes org.eclipse.persistence.internal.jpa.config.mappings org.eclipse.persistence.jpa.config -
-
Uses of VariableOneToOne in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return VariableOneToOne Modifier and Type Method Description VariableOneToOneAbstractClassImpl. addVariableOneToOne() -
Uses of VariableOneToOne in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings that implement VariableOneToOne Modifier and Type Class Description classVariableOneToOneImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.mappings that return VariableOneToOne Modifier and Type Method Description VariableOneToOneVariableOneToOneImpl. setTargetInterface(String targetInterface) -
Uses of VariableOneToOne in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return VariableOneToOne Modifier and Type Method Description VariableOneToOneEmbeddable. addVariableOneToOne()VariableOneToOneEntity. addVariableOneToOne()VariableOneToOneMappedSuperclass. addVariableOneToOne()VariableOneToOneVariableOneToOne. setAccess(String access)VariableOneToOneVariableOneToOne. setFetch(String fetch)VariableOneToOneVariableOneToOne. setName(String name)VariableOneToOneVariableOneToOne. setNonCacheable(Boolean nonCacheable)VariableOneToOneVariableOneToOne. setOptional(Boolean optional)VariableOneToOneVariableOneToOne. setOrphanRemoval(Boolean orphanRemoval)VariableOneToOneVariableOneToOne. setPartitioned(String partitioned)VariableOneToOneVariableOneToOne. setPrivateOwned(Boolean privateOwned)VariableOneToOneVariableOneToOne. setTargetInterface(String targetInterface)
-