We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aa1bb commit 7116fc1Copy full SHA for 7116fc1
src/main/java/org/springframework/data/jpa/mapping/JpaPersistentPropertyImpl.java
@@ -124,7 +124,7 @@ public Class<?> getActualType() {
124
: super.getActualType();
125
}
126
127
- /*
+ /*
128
* (non-Javadoc)
129
* @see org.springframework.data.mapping.PersistentProperty#getPersistentEntityTypes()
130
*/
@@ -208,7 +208,7 @@ public boolean isWritable() {
208
return updateable && super.isWritable();
209
210
211
212
213
* @see org.springframework.data.jpa.mapping.JpaPersistentProperty#isEmbeddable()
214
0 commit comments