Class ReactiveMetadataImplementor

java.lang.Object
org.hibernate.boot.spi.AbstractDelegatingMetadata
org.hibernate.reactive.boot.spi.ReactiveMetadataImplementor
All Implemented Interfaces:
org.hibernate.boot.Metadata, org.hibernate.boot.spi.MetadataImplementor, org.hibernate.type.MappingContext

public class ReactiveMetadataImplementor extends org.hibernate.boot.spi.AbstractDelegatingMetadata
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveMetadataImplementor(org.hibernate.boot.spi.MetadataImplementor delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.query.named.NamedObjectRepository
     

    Methods inherited from class org.hibernate.boot.spi.AbstractDelegatingMetadata

    buildSessionFactory, collectTableMappings, delegate, getCollectionBinding, getCollectionBindings, getContributors, getDatabase, getEntityBinding, getEntityBindings, getFetchProfile, getFetchProfiles, getFilterDefinition, getFilterDefinitions, getFunctionRegistry, getGenericComponent, getIdentifierGenerator, getIdentifierPropertyName, getIdentifierType, getImports, getMappedSuperclassMappingsCopy, getMetadataBuildingOptions, getNamedEntityGraph, getNamedEntityGraphs, getNamedHqlQueryMapping, getNamedNativeQueryMapping, getNamedProcedureCallMapping, getReferencedPropertyType, getResultSetMapping, getSessionFactoryBuilder, getSqlFunctionMap, getTypeConfiguration, getTypeDefinition, getUUID, initSessionFactory, orderColumns, resolveEmbeddableDiscriminatorType, validate, visitNamedHqlQueryDefinitions, visitNamedNativeQueryDefinitions, visitNamedProcedureCallDefinition, visitNamedResultSetMappingDefinition, visitRegisteredComponents

    Methods inherited from class java.lang.Object

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

    • ReactiveMetadataImplementor

      public ReactiveMetadataImplementor(org.hibernate.boot.spi.MetadataImplementor delegate)
  • Method Details

    • buildNamedQueryRepository

      public org.hibernate.query.named.NamedObjectRepository buildNamedQueryRepository()
      Specified by:
      buildNamedQueryRepository in interface org.hibernate.boot.spi.MetadataImplementor
      Overrides:
      buildNamedQueryRepository in class org.hibernate.boot.spi.AbstractDelegatingMetadata