How to do batchreading of collections in EJB3

Hi!
I'm trying to migrate a small example from using ordinary toplink mapping in the mapping workbench to EJB3. There are some collections in that example that I want to be read as batch. (It's a check box called "Batch Reading" in the mapping workbench). Is it possible to do this in EJB3 and how? It would be very useful as it has proven to me to be a very effective way of limiting the number of roundtrips to the database.
Regards,
Bjorn Boe

Beautiful!
One other thing that I've noticed is the lack of support for configuring caching on the mappings. The closest I've come to documentation on this has been to configure bean instance pool timeout in the orion-ejb-jar.xml, which I hope was documentation on something else. Do you know if there are any plans on doing something there or other ways to get around this that won't involve using the mapping workbench for mappings?
Regards,
Bjorn Boe

Similar Messages

  • How can I exit a collection window and return to parent folder?

    I would "love" to have a place where I could ask the simple questions like this that come up and seem so simple to those who know, they don't mention the details I need like how to close a working collection window and move back to the parent folder of that collection.
    I've been stuck for two days (it happened before) in a window (library module) with a collection of 8 photos.  I cannot find any way to close that window or go back to the library collection of hundreds of photos from which it was chosen.  It's very frustrating to be stuck in this window, perhaps forever?
    How do I close these windows.  Isn't there a "back" button?
    I started in Photoshop 3, then 5, then 7, then stopped renewing due to difficulty learning PS until the Adobe CC became available with the many tutorials.  It was great learning how to make a collection, but the tutorials didn't mention how to get back to the main folder where the collection was chosen.  So again, I"m stuck at an even lower level of functioning than with photoshop alone.
    I had to copy a photo and open it separatly in Photoshop just to be able to work on it.  Yesterday I could "edit in Photoshop cc" with right click.  Today, it won't even do that.
    I suspect now two things are working to prevent me from working properly on my photos but have no clue how to fix this.

    In the library module, left-hand panel, there are different sections or tabs. Collections is one of those tabs near the bottom out that panel. If you scroll up in that panel you should see other sections, one of which is "Folders". If that isn't showing, then right-click on the Collections section heading and make sure there are checkmarks in the sections that you want to have displayed. To return to the folder you need to go to the folders section and find the folder in your list.
    Another way to return to a folder is to click in the area in this illustration:
    Doing so will present a list of folders that you have recently been inside of. You can click on one of those folders and return directly to it.

  • Hi, can anyone please tell me how to install the Nik collection into Adobe Photoshop CC 2014.2.1

    Hi, can anyone please tell me how to install the Nik collection into Adobe Photoshop CC 2014.2.1 ?

    Glad I could help. Thanks for letting me know I did.
    Gene

  • Adobe Photoshop Album 2.0. How can I transport my "collections" from my old to my new computer?

    Adobe Photoshop Album 2.0. How can I transport my "collections" from my old to my new computer?

    Wimineke,
    You may try posting over there:
    http://forums.adobe.com/community/ps_album_starter
    This forum is only ab0ut the forums.
    A full list of forums is there:
    http://forums.adobe.com/index.jspa

  • How do I put a collection in a readonly report on the fly

    How do I put a collection in a readonly report on the fly??
    Thanks, examples if you can please.

    Doug,
    You can simply create a report region and use that to display the records in the collection:
    SELECT
      c001,
      c002,
      c003,
    FROM
      apex_collections
    WHERE
      collection_name = 'YOUR_COLLECTION_NAME'Thanks,
    – Scott –
    http://spendolini.blogspot.com/
    http://sumnertech.com/

  • How best to use catalogs, collections etc

    I wonder if anyone can help out on a newbie question about how best to use catalogs, collections, etc
    Let's say I shoot an event A.  I take loads of photographs, which I import into Lightroom.  I choose some that I like and I flag them.  So far so good.
    Then I do the same for events B to Z.
    Now time passes and I would like to go back to all of the photographs from event C, and just select them for further processing.
    Is this what collections are for?  Should I be making "All Of Event C" into a collection, then in the future I can come back and just ask to show the photographs from a given collection?
    Many thanks,
    regards,
    /alan

    alan_potter had this to say:
    I wonder if anyone can help out on a newbie question about how best to use catalogs, collections, etc
    Let's say I shoot an event A.  I take loads of photographs, which I import into Lightroom.  I choose some that I like and I flag them.  So far so good.
    Then I do the same for events B to Z.
    Now time passes and I would like to go back to all of the photographs from event C, and just select them for further processing.
    Is this what collections are for? 
    You can do it that way.
    >Should I be making "All Of Event C" into a collection, then in the future I can come back and just ask to show the photographs from a given collection?
    That would work. Or you could include a specific job identifier into the
    metadata (I believe there's an IPTC field specifically for that), and
    then make a smart collection that isolates just that value of "Event C".
    If you use the same star ratings for all jobs - 1 is finished, 2 is
    further work needed, 3 is review, etc - you could further winnow it
    down. And that way, you don't have to worry about removing photos from
    one collection or another; the smart collection will automatically add
    or remove them from view, based on the criteria and the current values
    of the photos.
    With collection sets, you could have a set called "Event 1". And within
    this set could be the various collection criteria mentioned above.

  • How do I edite my collection description after it's already exported (in HTML)?

    Hello,
    I've been using Photoshop and Lightroom for a while not. Both are amazing, and I'm even now using Dreamweaver. Anyway...now, I'll get to my question:
    How do I edited my collection description after already having exported my Lightroom Gallery? For one, I noticed a spelling error in the title, and I also want to edit the description a little bit more without having to re-export it from LR again and having to Re-publish all again. (I manage to use the file codes to change a few other things using DW, but for the life in me I cannot figure out how to change the Description).
    I guess this is actually a coding question, not a question about LR itself, but I'm hoping some people who've used and tweaked LR galleries will understand my plight and help me. I would appreciate it very much.
    Oh, and if it makes any difference, I'm using The Turning Gate free gallery because it's HTML5. I wasn't sure if any of the other LR5 CC ones were HTML5, that's why.

    Two options.
    Export the gallery again but to your desktop. Find the Index page with the description on it and edit to the way you want. Dreamweaver will work fine but a text editor will suffice. Save the page and upload that page only- replacing the one online.
    Discard the exported gallery.
    Second option, download the offending page via FTP, edit it and replace on your site.

  • How to send nested object collection to PL/SQL Procedure as an Input param

    How to send nested object collection to PL/SQL Procedure as an Input parameter.
    The scenario is there is a parent mapping object containing a collection(java.sql.Array) of child objects.
    I need to send the parent object collection to PL/SQL procedure as a input parameter.
    public class parent{
    String attr1;
    String attr2;
    Child[] attr3;
    public class Child{
    String attr1;
    SubChild[] attr2;
    public class SubChild{
    String attr1;
    Urgent!!!
    Edited by: javiost on Apr 30, 2008 2:09 AM

    javiost wrote:
    How to send nested object collection to PL/SQL Procedure as an Input parameter.There are a few ways to do this, all of which likely depend on the particular database you're using.
    Urgent!!!Not to me...

  • How can we create a Collective search help

    Hi all sap experts,
    How can we create a Collective search help on field “OBJECT” which allows to search tables
    o   ARCH_OBJ
    o   TOJTB (Search help: H_TOJTB)
    on 2 tabs.
    Thanks,
    Basu

    Hi
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    Reward points for useful Answers
    Regards
    Anji

  • How can we create a Collective search help  plz tell me with steps

    How can we create a Collective search help  plz tell me with steps
    thanks,
    basu

    Hi
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    Reward points for useful Answers
    Regards
    Anji

  • How to call a stored procedure from EJB3/toplink essentials..?

    Hi,
    I want to call a stored procedure residing in the oracle 10 g Database from my application's data access layer, which is designed using EJB3/toplink essentials.
    I think this feature is not available right now in the EJB3 spec...any workaround with code if possible will be very help full...
    Thanks & Regards,
    Sarvesh

    This should help you....
    how to execute a stored procedure from ejb3.0 bean using entity manager

  • How to manipulate Informix's collection columns in JDBC ?

    Howdy,
    Please does anyone have any examples of how to use informix's collection columns via JDBC? (I'm specifically interested in list)
    IBM (the worlds third? largest computer company) has the worst website on the planet. It's near impossible to find anything, and when you do find "it", it's next to useless.
    Thanx all. Keith/

    http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.jdbc_pg.doc/jdbc125.htm

  • How i know what my collection in adobe ?..

    Hello !
    week ago i buy my first mac
    and the people give me some collection of adobe about 16 software.
    he say it's all the softwares adobe has..
    but theres no after effects that i really need.
    i search in the adobe site the collection of mine..
    i think it's the premium beacuse all the software in the premium i have (just not premier and after effects).
    how i know what my collection ? and how to download after effects if it's the premium collection ?
    thank, tom.

    Hi Helen,
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Software>Applications.
    Unless you mean the OS version, then the Apple Icon at top left>About this Mac will tell you.

  • How do I download Master Collection 5.5 to use on a brand new computer. Prod is register w/ adobe.

    How do I download Master Collection 5.5? I bought it a few years ago, its registed with Adobe, but i need to get it on a new computer I just bought.
    I'm traveling and won't be back home (where my discs are) for another week. Please help!

    http://prodesigntools.com/tag/ddl
    Mylenium

  • How to use LABVIEW to collect wireless network camera (with video server) video.

    How to use LABVIEW to collect wireless network camera (with video server) video.I would like to use LABVIEW for a wireless network camera (IP Camera comes with the video server module)the client program.Will the ability to achieve?If feasible, how to do, there are examples, thank you.

    I believe NI Vision is what you are looking for. 

Maybe you are looking for

  • Won't show up on mac and say "do not disconnect"

    Hi, I've had my 60 GB iPod for about a year now and suddenly now it won't show up on my desktop when I plug it in. The iPod screen says "do not disconnect" though, and after I just pull it out the message doesn't go away and I have to wait for the po

  • Acrobat 9.0 Scan From HP Color LaserJet 2840 Sheet Feeder

    Running Windows 7 32-bit on HP computer and HP Color LaserJet 2840 all-in-one. Attempting to scan from sheet feeder and getting pages clipped at bottom.   Windows Scanner program works correctly. The Acrobat 9.0 Pro scanner setup (WIA, not TWAIN) onl

  • Need Help Programmatically setting Page Size for printing to Adobe PDF

    We are upgrading from Adobe 5 to Adobe 9.  In Adobe 5, we set a few parameters in the __pdf.ini file to create a document with a specific Page Size.  For Example: [Acrobat PDFWriter] PDFFileName= bDocInfo=0 Orient=1 bExecViewer=0 cpmarginwhole=18 cpw

  • Watching flash animations on mac mini

    to anyone reading this, please bear in mind my computer literacy is kindergarten level. i've just bought a mac mini. i transferred some flash animations that i did on my old computer by using a jump drive. they wouldn't play, because it didn't have a

  • Extracting data from multiple tables based on somelogic on each tables

    Hai I need to extract data from some base tables. 1) first i need extract COMPANYCODE, PROFIT CENTER , PRODUCT from ZRLR custom Rl3-table. 2) Then i need extract MATERIALS based on above selected COMPANY CODE , PROFIT CENTER , PRODUCT from MKAL , CRH