Interface DataService
-
public interface DataService
JPA scripting API implementation.- Author:
- Guy Pelletier
- Since:
- EclipseLink 2.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
PersistenceUnit
getUnit()
-
-
-
Method Detail
-
getUnit
PersistenceUnit getUnit()
-
getName
java.lang.String getName()
-
-