hibernate annotations?Connection con=getSession.connection();String procedure = "{call 存储过程 }";CallableStatement cstmt = con.prepareCall(procedure);