Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 Hibernate 与 Axis2 一起使用,以便我可以使用 hibernate 从我的数据库中获取数据并在我的 web 服务中使用该日期。如何在axis2中加载休眠配置。如果有人对此有任何信息,请分享。谢谢。
步骤 1. 像往常一样创建一个 Web 服务类和方法 2. 使用所有参数创建方法(Hibernate 映射类属性。).. 在方法内部创建映射类的对象并将所有设置器和表单放在那里调用休眠添加、删除、更新(CRUD) 3.创建服务...
注意:不能在方法中传递对象...因为 Soap 是使用原型传递属性而不是对象的 Xml。