Subversion Repositories WebE

Rev

Rev 27 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27 Rev 33
Line 4... Line 4...
4
import java.util.List;
4
import java.util.List;
5
5
6
import org.hibernate.Session;
6
import org.hibernate.Session;
7
import org.hibernate.Transaction;
7
import org.hibernate.Transaction;
8
8
-
 
9
import ch.ffhs.webE.domain.User;
-
 
10
9
import com.googlecode.s2hibernate.struts2.plugin.annotations.SessionTarget;
11
import com.googlecode.s2hibernate.struts2.plugin.annotations.SessionTarget;
10
import com.googlecode.s2hibernate.struts2.plugin.annotations.TransactionTarget;
12
import com.googlecode.s2hibernate.struts2.plugin.annotations.TransactionTarget;
11
import ch.ffhs.webE.domain.*;
-
 
12
13
13
public class UserDAOImpl implements UserDAO
14
public class UserDAOImpl implements UserDAO
14
{
15
{
15
16
133
    }
132
    }
-
 
133
    return user;
-
 
134
  }
134
}
135
}
135
136