Class GeneratedValueImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<GeneratedValueMetadata>
-
- org.eclipse.persistence.internal.jpa.config.sequencing.GeneratedValueImpl
-
- All Implemented Interfaces:
GeneratedValue
public class GeneratedValueImpl extends MetadataImpl<GeneratedValueMetadata> implements GeneratedValue
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description GeneratedValueImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratedValuesetGenerator(java.lang.String generator)GeneratedValuesetStrategy(java.lang.String strategy)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setStrategy
public GeneratedValue setStrategy(java.lang.String strategy)
- Specified by:
setStrategyin interfaceGeneratedValue
-
setGenerator
public GeneratedValue setGenerator(java.lang.String generator)
- Specified by:
setGeneratorin interfaceGeneratedValue
-
-