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

io.katharsis.jpa.mapping.JpaMapping Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.katharsis.jpa.mapping;

public interface JpaMapping {

	public Class getEntityClass();

	public Class getDtoClass();

	public JpaMapper getMapper();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy