Class ReactiveMetadataImplementor

  • All Implemented Interfaces:
    org.hibernate.boot.Metadata, org.hibernate.boot.spi.MetadataImplementor, org.hibernate.engine.spi.Mapping

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.query.named.NamedObjectRepository buildNamedQueryRepository​(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
      • 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, 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 Detail

      • ReactiveMetadataImplementor

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

      • buildNamedQueryRepository

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