Add public factory method to SubselectExpression.

This allows using Select instances as Expression where this isn't yet anticipated.

Closes #1831
This commit is contained in:
Jens Schauder
2024-07-09 13:30:44 +02:00
parent 11384ab91f
commit effc162d6f

View File

@@ -92,6 +92,7 @@ import org.springframework.util.Assert;
* @author Kurt Niemi
* @author Mark Paluch
* @author Evgenii Koba
* @author Jens Schauder
* @since 3.2
*/
public class LiquibaseChangeSetWriter {