You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Ян Программист <we...@gmail.com> on 2010/05/12 16:40:41 UTC

Enhancement checks

How to externally check (in binary mode) if some classes are enhanced byte
PCEnhancer? John

Re: Enhancement checks

Posted by Ян Программист <we...@gmail.com>.
OK. I will check that. John

2010/5/12 Rick Curtis <cu...@gmail.com>

> Not sure what you mean by "(in binary mode)", but classes that have been
> enhanced will implement org.apache.openjpa.enhance.PersistenceCapable.
>
> 2010/5/12 Ян Программист <we...@gmail.com>
>
> > How to externally check (in binary mode) if some classes are enhanced
> byte
> > PCEnhancer? John
> >
>
>
>
> --
> Thanks,
> Rick
>

Re: Enhancement checks

Posted by Rick Curtis <cu...@gmail.com>.
Not sure what you mean by "(in binary mode)", but classes that have been
enhanced will implement org.apache.openjpa.enhance.PersistenceCapable.

2010/5/12 Ян Программист <we...@gmail.com>

> How to externally check (in binary mode) if some classes are enhanced byte
> PCEnhancer? John
>



-- 
Thanks,
Rick

Re: Enhancement checks

Posted by Pinaki Poddar <pp...@apache.org>.
> How to externally check (in binary mode) if some classes are enhanced byte
PCEnhancer?

Disassemble them with javap. Check if the type implements a
....openjpa.enhance.PersistenceCapable interface.

-----
Pinaki 
-- 
View this message in context: http://openjpa.208410.n2.nabble.com/Enhancement-checks-tp5041409p5041798.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.