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

dev.krud.crudframework.jpa.annotation.JpaCrudEntity.kt Maven / Gradle / Ivy

package dev.krud.crudframework.jpa.annotation

import dev.krud.crudframework.crud.annotation.CrudEntity
import dev.krud.crudframework.jpa.dao.JpaDaoImpl

@CrudEntity(dao = JpaDaoImpl::class)
annotation class JpaCrudEntity




© 2015 - 2024 Weber Informatics LLC | Privacy Policy