fix spelling of method name
This commit is contained in:
parent
715076f4d4
commit
79635dffce
|
@ -367,7 +367,7 @@ public class EmbeddableBinder {
|
|||
if ( baseClassElements != null
|
||||
//useful to avoid breaking pre JPA 2 mappings
|
||||
&& !hasAnnotationsOnIdClass( annotatedClass ) ) {
|
||||
processIdClassElememts( propertyHolder, baseInferredData, classElements, baseClassElements );
|
||||
processIdClassElements( propertyHolder, baseInferredData, classElements, baseClassElements );
|
||||
}
|
||||
for ( PropertyData propertyAnnotatedElement : classElements ) {
|
||||
processElementAnnotations(
|
||||
|
@ -555,7 +555,7 @@ public class EmbeddableBinder {
|
|||
}
|
||||
}
|
||||
|
||||
private static void processIdClassElememts(
|
||||
private static void processIdClassElements(
|
||||
PropertyHolder propertyHolder,
|
||||
PropertyData baseInferredData,
|
||||
List<PropertyData> classElements,
|
||||
|
|
Loading…
Reference in New Issue