Skip to content

Commit

Permalink
Tests from Hilla
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Dec 18, 2024
1 parent 2f7a5db commit fcaf974
Show file tree
Hide file tree
Showing 11 changed files with 1,302 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
*/
public class JpaFilterConverter {

private JpaFilterConverter() {
// Utilities only
}
/**
* Converts the given filter specification into a JPA filter specification
* for the specified entity class.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.vaadin.flow.spring.data;

import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class TestApplication {
}
Loading

0 comments on commit fcaf974

Please sign in to comment.