Class MsSQLReflections

java.lang.Object
io.quarkus.jdbc.mssql.deployment.MsSQLReflections

public final class MsSQLReflections extends Object
Registers the com.microsoft.sqlserver.jdbc.SQLServerDriver so that it can be loaded by reflection, as commonly expected.
Author:
Sanne Grinovero <sanne@hibernate.org>
  • Constructor Details

    • MsSQLReflections

      public MsSQLReflections()
  • Method Details

    • build

      void build(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass)