# querydsl-sql-spring-support **Repository Path**: apexes/querydsl-sql-spring-support ## Basic Information - **Project Name**: querydsl-sql-spring-support - **Description**: Support connection is not transactional when used in spring, spring manages and releases resources. - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-07 - **Last Updated**: 2023-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # querydsl-sql-spring-support Support connection is not transactional when used in spring, spring manages and releases resources. ## Getting it To add the library as a local, per-project dependency use [Maven](http://maven.apache.org)! Simply add a dependency on to your project's `pom.xml` file such as: ```xml ... net.apexes.querydsl querydsl-sql-spring-support 1.0.0 ... ``` ## Usage example ```java Configuration configuration = new Configuration(PostgreSQLTemplates.builder().build()); DataSource dataSource = createDataSource(); // create DataSource SQLQueryFactory factory = new SpringSQLQueryFactory(configuration, dataSource); ``` # License Licensed under an [Apache 2.0 license](LICENSE).