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

nosql.repositoryInterface.ftl Maven / Gradle / Ivy

package ${packageName};

import ${importEntity};
import br.com.anteros.nosql.persistence.session.repository.NoSQLRepository;

/**
*  Generated by Anteros Generator Maven Plugin at ${time}
**/

public interface ${resourceName} extends NoSQLRepository<${entityType}, String> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy