1 Reply Latest reply on Jul 12, 2005 10:39 AM by ronaldmathies

    Fast Lane Reader / EJB3

    kostaboss

      Hi,
      i was wondering if there is a smart way to implement the "Fast Lane Reader"-Design paradigm on ejb3.
      Best would be a way, so that it uses the Datasource and Hibernate-Dialect that is set up already for the Entitymanager.

      I'm facing the problem of needing to get a List of all Objects of an Entity in the DBMS for Display Purposes. So using JDBC obviously makes more sense then creating Objects for each line, marshalling and demarschalling them.

      Any Help, Docu, wiki or tips on this ?