com.wizarius.orm.database.interfaces.DBEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wizarius-orm Show documentation
Show all versions of wizarius-orm Show documentation
Java orm for Postgres or Mysql with migration system and connection pool
package com.wizarius.orm.database.interfaces;
/**
* @author Vladyslav Shyshkin on 21.01.17.
*/
public interface DBEntity {
}