Skip to content

Commit

Permalink
HHH-17377 - Migrate to JPA 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Nov 17, 2023
1 parent c9ca9a3 commit 98853f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @author Vlad Mihalcea
*/
final class EmbeddableCallback extends AbstractCallback {
public class EmbeddableCallback extends AbstractCallback {

public static class Definition implements CallbackDefinition {
private final Getter embeddableGetter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @author Kabir Khan
* @author Steve Ebersole
*/
final class EntityCallback extends AbstractCallback {
public class EntityCallback extends AbstractCallback {

public static class Definition implements CallbackDefinition {
private final Method callbackMethod;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Kabir Khan
* @author Steve Ebersole
*/
class ListenerCallback extends AbstractCallback {
public class ListenerCallback extends AbstractCallback {

public static class Definition implements CallbackDefinition {
private final Class<?> listenerClass;
Expand Down

0 comments on commit 98853f9

Please sign in to comment.