Interface GeneratedValue
-
- All Known Implementing Classes:
GeneratedValueImpl
public interface GeneratedValueJPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneratedValuesetGenerator(java.lang.String generator)GeneratedValuesetStrategy(java.lang.String strategy)
-
-
-
Method Detail
-
setGenerator
GeneratedValue setGenerator(java.lang.String generator)
-
setStrategy
GeneratedValue setStrategy(java.lang.String strategy)
-
-