Menu

#9 EJB awareness - Home interface impl

open
5
2003-04-16
2003-04-15
No

it seems that methods, eg finders on the Home interface
are not tracked.

Discussion

  • Jesper Kamstrup Linnet

    Logged In: YES
    user_id=87661

    Nope, that's correct. The reason is that these methods don't
    exist in the implementation class (at least for CMP's).
    Quite frankly, I can't remember how the situation is for
    BMP's but as I recall, the methods exist but under a
    different name (i.e. ejbFindByXXX instead of findByXXX in
    the home interface). The problem is the same for the create
    method (create --> ejbCreate).

    I currently don't do this since it would require an extra
    level of mapping which would require changes to the core
    part of the Implementors plugin (for normal Java classes
    such mappings are not necessary).

    I'll take it into consideration.

     
  • Jesper Kamstrup Linnet

    • assigned_to: nobody --> linnet
     

Log in to post a comment.