org.tkit.quarkus.jpa.test.ProjectDAO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tkit-quarkus-jpa-tests Show documentation
Show all versions of tkit-quarkus-jpa-tests Show documentation
Module that contains tkit-quarkus-jpa related tests
package org.tkit.quarkus.jpa.test;
import org.tkit.quarkus.jpa.daos.AbstractDAO;
import javax.enterprise.context.ApplicationScoped;
@ApplicationScoped
public class ProjectDAO extends AbstractDAO {
}