[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3491) Ability to register own BytecodeProvider

Nikita Koksharov (JIRA) noreply at atlassian.com
Tue Sep 23 05:39:06 EDT 2008


Ability to register own BytecodeProvider
----------------------------------------

                 Key: HHH-3491
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3491
             Project: Hibernate Core
          Issue Type: Improvement
    Affects Versions: 3.3.1
            Reporter: Nikita Koksharov


Currently there are two implementations of BytecodeProvider it's javassist and cglib, and selection of both is hardcoded in library. 

We need to implement own ReflectionOptimizer, so we need to implement own BytecodeProvider to do this. But current implementation is not allow to register own BytecodeProvider implementations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list