Hi,
i have a cmp bean "Minfo" and get my results in my client this way:
Every time i call a get-Function, JBoss make a database query, like this:
Executing SQL: SELECT filename, extension, disk, size, id3title, id3artist, id3length, id3bitrate FROM minfo WHERE (id=?)
is it possible to get the information for all get-functions with one sql-call for each bean? is it possible to configure my bean or jboss for this behavior?
i have a performance problem if i call a lot of get-Methods.
Thanks a lot!