com.ontimize.jee.webclient.remoteconfiguration.IRemoteConfigurationDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontimize-jee-webclient-addons Show documentation
Show all versions of ontimize-jee-webclient-addons Show documentation
Ontimize EE (WebClient Addons module)
The newest version!
package com.ontimize.jee.webclient.remoteconfiguration;
import com.ontimize.jee.server.dao.IOntimizeDaoSupport;
/**
* DAO interface for injection purposes
*/
public interface IRemoteConfigurationDao extends IOntimizeDaoSupport {
public static final String DEFAULT_COLUMN_USER = "USER_";
public static final String DEFAULT_COLUMN_APP = "APP_UUID";
public static final String DEFAULT_COLUMN_CONFIG = "CONFIGURATION";
}