Class PanacheHibernateResourceProcessor

java.lang.Object
io.quarkus.hibernate.panache.deployment.PanacheHibernateResourceProcessor

public final class PanacheHibernateResourceProcessor extends Object
  • Field Details

    • DOTNAME_PANACHE_REPOSITORY_QUERIES

      static final org.jboss.jandex.DotName DOTNAME_PANACHE_REPOSITORY_QUERIES
    • DOTNAME_PANACHE_MANAGED_BLOCKING_ENTITY

      static final org.jboss.jandex.DotName DOTNAME_PANACHE_MANAGED_BLOCKING_ENTITY
    • DOTNAME_PANACHE_MANAGED_REACTIVE_ENTITY

      static final org.jboss.jandex.DotName DOTNAME_PANACHE_MANAGED_REACTIVE_ENTITY
    • DOTNAME_PANACHE_STATELESS_BLOCKING_ENTITY

      static final org.jboss.jandex.DotName DOTNAME_PANACHE_STATELESS_BLOCKING_ENTITY
    • DOTNAME_PANACHE_STATELESS_REACTIVE_ENTITY

      static final org.jboss.jandex.DotName DOTNAME_PANACHE_STATELESS_REACTIVE_ENTITY
    • DOTNAME_PANACHE_ENTITY_MARKER

      static final org.jboss.jandex.DotName DOTNAME_PANACHE_ENTITY_MARKER
  • Constructor Details

    • PanacheHibernateResourceProcessor

      public PanacheHibernateResourceProcessor()
  • Method Details

    • featureBuildItem

      io.quarkus.deployment.builditem.FeatureBuildItem featureBuildItem()
    • produceModel

      void produceModel(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.hibernate.orm.deployment.spi.AdditionalJpaModelBuildItem> models)
    • ensureBeanLookupAvailable

      io.quarkus.arc.deployment.UnremovableBeanBuildItem ensureBeanLookupAvailable()
    • collectEntityClasses

      void collectEntityClasses(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.deployment.annotations.BuildProducer<PanacheEntityClassBuildItem> entityClasses)
    • build

      void build(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers, List<PanacheEntityClassBuildItem> entityClasses, Optional<io.quarkus.hibernate.orm.deployment.JpaModelPersistenceUnitMappingBuildItem> jpaModelPersistenceUnitMapping, List<io.quarkus.hibernate.orm.deployment.PersistenceUnitDescriptorBuildItem> descriptors, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizerBuildItem> methodCustomizersBuildItems, io.quarkus.deployment.annotations.BuildProducer<EntityToPersistenceUnitBuildItem> entityToPersistenceUnit)
    • recordEntityToPersistenceUnit

      void recordEntityToPersistenceUnit(Optional<io.quarkus.hibernate.orm.deployment.JpaModelPersistenceUnitMappingBuildItem> jpaModelPersistenceUnitMapping, List<EntityToPersistenceUnitBuildItem> items, io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.hibernate.panache.runtime.PanacheHibernateRecorder recorder, io.quarkus.deployment.Capabilities capabilities) throws ClassNotFoundException
      Throws:
      ClassNotFoundException
    • makePanache2ReposUnremovable

      void makePanache2ReposUnremovable(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.UnremovableBeanBuildItem> unremovableBeanBuildItems) throws ClassNotFoundException
      Throws:
      ClassNotFoundException
    • validate

      io.quarkus.arc.deployment.ValidationPhaseBuildItem.ValidationErrorBuildItem validate(io.quarkus.arc.deployment.ValidationPhaseBuildItem validationPhase, io.quarkus.deployment.builditem.CombinedIndexBuildItem index) throws io.quarkus.builder.BuildException
      Throws:
      io.quarkus.builder.BuildException