Del API de Hibernate:
Cita: public Object get(Class clazz,Serializable id) throws HibernateException
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance. (If the instance, or a proxy for the instance, is already associated with the session, return that instance or proxy.)
En cristiano, lo que pasas (debes pasar) en ese método es la clase que esperas recibir y una instancia
de la clase clave primaria. No es eso lo que estás pasando
.
S!