Module org.eclipse.persistence.core
Interface CoreLogin<PLATFORM extends CorePlatform>
-
- All Known Implementing Classes:
DatabaseLogin,DatasourceLogin,EISLogin,XMLLogin
public interface CoreLogin<PLATFORM extends CorePlatform>INTERNAL A abstraction of login capturing behavior common to all persistence types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PLATFORMgetDatasourcePlatform()
-
-
-
Method Detail
-
getDatasourcePlatform
PLATFORM getDatasourcePlatform()
-
-