Class OracleNativeImage

java.lang.Object
io.quarkus.jdbc.oracle.deployment.OracleNativeImage

public final class OracleNativeImage extends Object
Author:
Sanne Grinovero <sanne@hibernate.org>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    reflection(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass)
    Registers the oracle.jdbc.driver.OracleDriver so that it can be loaded by reflection, as commonly expected.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OracleNativeImage

      public OracleNativeImage()
  • Method Details

    • reflection

      void reflection(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass)
      Registers the oracle.jdbc.driver.OracleDriver so that it can be loaded by reflection, as commonly expected.