Search:

Type: Posts; User: Kassiuz

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,921

    Re: Generics and Reflection

    I was fearing that was the only way, since I wanted to create a simple DAO object (Using hibernateTemplates from spring) that would save,update,delete,getAll and getById procedure since so far I have...
  2. Replies
    3
    Views
    1,921

    Generics and Reflection

    i've been trying to create a generic who's type is defined at runtime but so far have failed, what I want to do is something like this


    public void define(object obj){
    Class c =...
Results 1 to 2 of 2