0 Replies Latest reply on Apr 11, 2006 10:11 PM by nick.hynes

    Generic collection type binding

    nick.hynes

      Hi All,

      We're looking our data access layer, and I'm curious how JBoss/Hibernate intends to implement 9.1.22 of the EJB 3.0 spec?

      If the collection is defined using generics to specify the element type need not be specified.


      In particular, how can you determine the generic type of a collection at runtime? Or does EJB3.0 force you to do some form of precompile/annotation processing?