mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
fix spelling of method name
This commit is contained in:
parent
715076f4d4
commit
79635dffce
@ -367,7 +367,7 @@ static Component fillEmbeddable(
|
|||||||
if ( baseClassElements != null
|
if ( baseClassElements != null
|
||||||
//useful to avoid breaking pre JPA 2 mappings
|
//useful to avoid breaking pre JPA 2 mappings
|
||||||
&& !hasAnnotationsOnIdClass( annotatedClass ) ) {
|
&& !hasAnnotationsOnIdClass( annotatedClass ) ) {
|
||||||
processIdClassElememts( propertyHolder, baseInferredData, classElements, baseClassElements );
|
processIdClassElements( propertyHolder, baseInferredData, classElements, baseClassElements );
|
||||||
}
|
}
|
||||||
for ( PropertyData propertyAnnotatedElement : classElements ) {
|
for ( PropertyData propertyAnnotatedElement : classElements ) {
|
||||||
processElementAnnotations(
|
processElementAnnotations(
|
||||||
@ -555,7 +555,7 @@ private static void processGeneratedId(MetadataBuildingContext context, Componen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void processIdClassElememts(
|
private static void processIdClassElements(
|
||||||
PropertyHolder propertyHolder,
|
PropertyHolder propertyHolder,
|
||||||
PropertyData baseInferredData,
|
PropertyData baseInferredData,
|
||||||
List<PropertyData> classElements,
|
List<PropertyData> classElements,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user