File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed 
hibernate-core/src/main/java/org/hibernate/boot/model/internal Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -998,7 +998,6 @@ static Component createEmbeddable(
998998		if  ( propertyHolder .isComponent () ) {
999999			final  ComponentPropertyHolder  componentPropertyHolder  = (ComponentPropertyHolder ) propertyHolder ;
10001000			component .setParentAggregateColumn ( componentPropertyHolder .getAggregateColumn () );
1001- 
10021001		}
10031002		applyColumnNamingPattern ( component , inferredData  );
10041003		return  component ;
@@ -1007,7 +1006,6 @@ static Component createEmbeddable(
10071006	private  static  Table  resolveTable (
10081007			PropertyHolder  propertyHolder ,
10091008			PropertyData  inferredData ) {
1010- 
10111009		for  ( FieldDetails  fieldDetails  : inferredData .getPropertyType ().determineRawClass ().getFields () ) {
10121010			if  ( fieldDetails .hasDirectAnnotationUsage ( Column .class  ) ) {
10131011				final  String  tableName  = fieldDetails .getDirectAnnotationUsage ( Column .class  ).table ();
@@ -1019,7 +1017,6 @@ private static Table resolveTable(
10191017				}
10201018			}
10211019		}
1022- 
10231020		return  propertyHolder .getTable ();
10241021	}
10251022
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments