Package com.querydsl.sql
Class SQLTemplatesRegistry
java.lang.Object
com.querydsl.sql.SQLTemplatesRegistry
SQLTemplatesRegistry is a registry for SQLTemplates instances-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a SQLTemplates.Builder instance that matches best the SQL engine of the given database metadataGet the SQLTemplates instance that matches best the SQL engine of the given database metadata
-
Constructor Details
-
SQLTemplatesRegistry
public SQLTemplatesRegistry()
-
-
Method Details
-
getTemplates
Get the SQLTemplates instance that matches best the SQL engine of the given database metadata- Parameters:
md- database metadata- Returns:
- templates
- Throws:
SQLException
-
getBuilder
Get a SQLTemplates.Builder instance that matches best the SQL engine of the given database metadata- Parameters:
md- database metadata- Returns:
- templates
- Throws:
SQLException
-