Class NoSqlImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<NoSqlMetadata>
-
- org.eclipse.persistence.internal.jpa.config.nosql.NoSqlImpl
-
- All Implemented Interfaces:
NoSql
public class NoSqlImpl extends MetadataImpl<NoSqlMetadata> implements NoSql
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 NoSqlImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoSqlsetDataFormat(java.lang.String dataFormat)NoSqlsetDataType(java.lang.String dataType)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setDataFormat
public NoSql setDataFormat(java.lang.String dataFormat)
- Specified by:
setDataFormatin interfaceNoSql
-
setDataType
public NoSql setDataType(java.lang.String dataType)
- Specified by:
setDataTypein interfaceNoSql
-
-