Class IntrospectedHibernateBytecodeProvider

  • All Implemented Interfaces:
    java.io.Serializable, org.hibernate.bytecode.spi.BytecodeProvider, org.hibernate.service.Service

    @Singleton
    @Internal
    public final class IntrospectedHibernateBytecodeProvider
    extends java.lang.Object
    implements org.hibernate.bytecode.spi.BytecodeProvider
    Compile-time proxies implementation of Hibernate's BytecodeProvider. Implementation provides custom implementation of ProxyFactoryFactory and disables bytecode enhancer.
    Since:
    3.3.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.bytecode.enhance.spi.Enhancer getEnhancer​(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext)  
      org.hibernate.bytecode.spi.ProxyFactoryFactory getProxyFactoryFactory()  
      org.hibernate.bytecode.spi.ReflectionOptimizer getReflectionOptimizer​(java.lang.Class clazz, java.lang.String[] getterNames, java.lang.String[] setterNames, java.lang.Class[] types)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.hibernate.bytecode.spi.BytecodeProvider

        resetCaches
    • Constructor Detail

      • IntrospectedHibernateBytecodeProvider

        public IntrospectedHibernateBytecodeProvider()
    • Method Detail

      • getProxyFactoryFactory

        public org.hibernate.bytecode.spi.ProxyFactoryFactory getProxyFactoryFactory()
        Specified by:
        getProxyFactoryFactory in interface org.hibernate.bytecode.spi.BytecodeProvider
      • getReflectionOptimizer

        public org.hibernate.bytecode.spi.ReflectionOptimizer getReflectionOptimizer​(java.lang.Class clazz,
                                                                                     java.lang.String[] getterNames,
                                                                                     java.lang.String[] setterNames,
                                                                                     java.lang.Class[] types)
        Specified by:
        getReflectionOptimizer in interface org.hibernate.bytecode.spi.BytecodeProvider
      • getEnhancer

        public org.hibernate.bytecode.enhance.spi.Enhancer getEnhancer​(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext)
        Specified by:
        getEnhancer in interface org.hibernate.bytecode.spi.BytecodeProvider