Class UuidGeneratorImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<UuidGeneratorMetadata>
-
- org.eclipse.persistence.internal.jpa.config.sequencing.UuidGeneratorImpl
-
- All Implemented Interfaces:
UuidGenerator
public class UuidGeneratorImpl extends MetadataImpl<UuidGeneratorMetadata> implements UuidGenerator
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 UuidGeneratorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UuidGeneratorsetName(java.lang.String name)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setName
public UuidGenerator setName(java.lang.String name)
- Specified by:
setNamein interfaceUuidGenerator
-
-