
com.denghb.eorm.EormException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eorm-spring Show documentation
Show all versions of eorm-spring Show documentation
A easy based on the Spring JdbcTemplate JDBC ORM
package com.denghb.eorm;
public class EormException extends RuntimeException {
public EormException() {
super("unintended");
}
public EormException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy