Skip to content

Spring Dynamic Commons provides SQL Directives and Utils for other Spring Dynamic libraries

License

Notifications You must be signed in to change notification settings

joutvhu/spring-dynamic-commons

Repository files navigation

Spring Dynamic Commons

Spring Dynamic Commons provides SQL Directives and Utils for other Spring Dynamic libraries. The Spring Dynamic libraries will be classified into two types, Spring Dynamic Data and Dynamic Query Template Provider.

Spring Dynamic Data

Spring Dynamic Data provides @DynamicQuery annotation, so you can write dynamic query. Each Spring Dynamic Data library is an extension to the corresponding Spring Data package.

To use it, you need to choose a Dynamic Query Template Provider to combine with Spring Dynamic Data.

Dynamic Query Template Provider

Each Dynamic Query Template Provider will give you a different way of writing dynamic query templates.

You can also create your own Dynamic Query Template Provider based on a template engine.