All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.transferwise.tasks.dao.ITwTaskTables Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks.dao;

/**
 * Resolves task table names according to DB naming convention.
 */
public interface ITwTaskTables {

  String getTaskTableIdentifier();

  String getUniqueTaskKeyTableIdentifier();

  String getTaskDataTableIdentifier();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy