com.harium.database.dao.OrmLiteBaseDAO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ormlite Show documentation
Show all versions of ormlite Show documentation
OrmLite module to Harium Database
package com.harium.database.dao;
import com.harium.database.model.BaseDAO;
import com.j256.ormlite.support.ConnectionSource;
public interface OrmLiteBaseDAO extends BaseDAO {
}