Skip to content

Commit a704341

Browse files
committed
add a comment to mark internal constructor called by quarkus
Signed-off-by: Gavin King <gavin@hibernate.org>
1 parent 3d640c0 commit a704341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public class MetadataImpl implements MetadataImplementor, Serializable {
109109
private final Map<String, SqmFunctionDescriptor> sqlFunctionMap;
110110
private final Database database;
111111

112+
// note that this "internal" constructor is called by the Quarkus extension!
112113
public MetadataImpl(
113114
UUID uuid,
114115
MetadataBuildingOptions metadataBuildingOptions,

0 commit comments

Comments
 (0)