Interface CoreLogin<PLATFORM extends CorePlatform>

All Known Subinterfaces:
Login<PLATFORM>, Login
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 Details

    • getDatasourcePlatform

      PLATFORM getDatasourcePlatform()