Class PropagateMetadataBuilderFactory

  • All Implemented Interfaces:
    org.hibernate.boot.spi.MetadataBuilderFactory

    public class PropagateMetadataBuilderFactory
    extends Object
    implements org.hibernate.boot.spi.MetadataBuilderFactory
    Modifies the standard MetadataBuilderImplementor to use customized AnnotationReader (PropagateAnnotationReader) instead of standard reader
    • Constructor Detail

      • PropagateMetadataBuilderFactory

        public PropagateMetadataBuilderFactory()
    • Method Detail

      • getMetadataBuilder

        public org.hibernate.boot.spi.MetadataBuilderImplementor getMetadataBuilder​(org.hibernate.boot.MetadataSources metadatasources,
                                                                                    org.hibernate.boot.spi.MetadataBuilderImplementor defaultBuilder)
        Specified by:
        getMetadataBuilder in interface org.hibernate.boot.spi.MetadataBuilderFactory