File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
hibernate-core/src/main/java/org/hibernate/mapping Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -737,12 +737,13 @@ private JavaType<?> determineReflectedJavaType() {
737737 }
738738 }
739739
740- private java .lang .reflect .Type impliedJavaType (TypeConfiguration typeConfiguration ) {
740+ @ Incubating
741+ public java .lang .reflect .Type impliedJavaType (TypeConfiguration typeConfiguration ) {
741742 if ( resolvedJavaType != null ) {
742743 return resolvedJavaType ;
743744 }
744745 else if ( implicitJavaTypeAccess != null ) {
745- return implicitJavaTypeAccess .apply (typeConfiguration );
746+ return implicitJavaTypeAccess .apply ( typeConfiguration );
746747 }
747748 else if ( ownerName != null && propertyName != null ) {
748749 return reflectedPropertyType ( ownerName , propertyName , classLoaderService () );
You can’t perform that action at this time.
0 commit comments