Interface DataService
-
public interface DataService
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
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()
-
-