File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed 
hibernate-core/src/main/java/org/hibernate/boot/model/internal 
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/components Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ static Component fillEmbeddable(
455455		if  ( LOG .isDebugEnabled () ) {
456456			LOG .debug ( "Binding component with path: "  + subpath  );
457457		}
458- 		final  ComponentPropertyHolder  subholder  = buildPropertyHolder (
458+ 		final  PropertyHolder  subholder  = buildPropertyHolder (
459459				component ,
460460				subpath ,
461461				inferredData ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public static PropertyHolder buildPropertyHolder(
4747	 * 
4848	 * @return PropertyHolder 
4949	 */ 
50- 	public  static  ComponentPropertyHolder  buildPropertyHolder (
50+ 	public  static  PropertyHolder  buildPropertyHolder (
5151			Component  component ,
5252			String  path ,
5353			PropertyData  inferredData ,
Original file line number Diff line number Diff line change 88import  jakarta .persistence .AttributeOverrides ;
99import  jakarta .persistence .Column ;
1010import  jakarta .persistence .Embeddable ;
11+ 
1112import  org .hibernate .envers .Audited ;
1213import  org .hibernate .envers .NotAudited ;
1314
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments