You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-envers/src/main/java/org/springframework/data/envers/repository/config/EnableEnversRepositories.java
Copy file name to clipboardExpand all lines: spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/support/JpaPersistableEntityInformation.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
importorg.springframework.lang.Nullable;
23
23
24
24
/**
25
-
* Extension of {@link JpaMetamodelEntityInformation} that consideres methods of {@link Persistable} to lookup the id.
25
+
* Extension of {@link JpaMetamodelEntityInformation} that considers methods of {@link Persistable} to lookup the id.
26
26
*
27
27
* @author Oliver Gierke
28
28
* @author Christoph Strobl
@@ -53,4 +53,5 @@ public boolean isNew(T entity) {
0 commit comments