Uses of Interface
org.eclipse.persistence.jpa.config.GeneratedValue
-
Packages that use GeneratedValue Package Description org.eclipse.persistence.internal.jpa.config.mappings org.eclipse.persistence.internal.jpa.config.sequencing org.eclipse.persistence.jpa.config -
-
Uses of GeneratedValue in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return GeneratedValue Modifier and Type Method Description GeneratedValueAbstractBasicMappingImpl. setGeneratedValue() -
Uses of GeneratedValue in org.eclipse.persistence.internal.jpa.config.sequencing
Classes in org.eclipse.persistence.internal.jpa.config.sequencing that implement GeneratedValue Modifier and Type Class Description classGeneratedValueImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.sequencing that return GeneratedValue Modifier and Type Method Description GeneratedValueGeneratedValueImpl. setGenerator(String generator)GeneratedValueGeneratedValueImpl. setStrategy(String strategy) -
Uses of GeneratedValue in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return GeneratedValue Modifier and Type Method Description GeneratedValueBasic. setGeneratedValue()GeneratedValueId. setGeneratedValue()GeneratedValueGeneratedValue. setGenerator(String generator)GeneratedValueGeneratedValue. setStrategy(String strategy)
-