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

io.github.holmofy.data.jdbc.JdbcSupport Maven / Gradle / Ivy

The newest version!
package io.github.holmofy.data.jdbc;

import org.springframework.data.jdbc.core.JdbcAggregateOperations;
import org.springframework.jdbc.core.JdbcOperations;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations;

public interface JdbcSupport {

    JdbcOperations jdbcTemplate();

    NamedParameterJdbcOperations namedJdbcTemplate();

    JdbcAggregateOperations aggregateTemplate();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy