Class PostgreSQLJDBCReflections

java.lang.Object
io.quarkus.jdbc.postgresql.deployment.PostgreSQLJDBCReflections

public final class PostgreSQLJDBCReflections extends Object
Registers the org.postgresql.Driver so that it can be loaded by reflection, as commonly expected.
Author:
Sanne Grinovero <sanne@hibernate.org>
  • Constructor Details

    • PostgreSQLJDBCReflections

      public PostgreSQLJDBCReflections()
  • Method Details

    • build

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