English 中文(简体)
JPA HibernatemapException: 不明实体
原标题:JPA Hibernate MappingException: Unknown entity

我利用人民军和解放党创建了一个简单的《世界人权宣言》应用。

我有附加说明的JPAjavax.persistence.@entity annotation and hibernateposition file(hibernate.cfg.xml)

I do not use the JPA entity manager rather than using the Hibernate Native API (Session, Session Factory, HibernateUtil). I do not have hibernate mapping file and persistence.xml.

任何问题。

请提供帮助。

最佳回答

在你使用日本宇宙航行局说明时,你打算有制图文件。 但是,如果你使用普林3.1地方社区团体,那么你肯定会坚持下去。

问题回答

暂无回答




相关问题
Matrix to Represent a Triangle in Screen Space

So i have a set of four points in 3D Space. P1 [0, 0, 0] P2 [128, 0, 0] P3 [0, 128, 0] P4 [128, 128, 0] Which I m then projecting orthographically to the screen effectively giving me two ...

Using LINQ To SQL with multiple database tables

I have an employee class with as follows: public class Employee { public string FirstName { get; set; } public string LastName { get; set; } public string UserName { get; set; } ...

Mapping points from Euclician 2-space onto a Poincare disc

For some reason it seems that everyone writing webpages about Poincare discs is only concerned with how to represent lines and measure distances. I d like to morph a collection of 2D points (as ...

Fluent NHibernate, varbinary(max) and SQLite

I have a varbinary field in my sql server database that needs to be varbinary(max). I create my database with NHibernate and I use Fluent Nhibernate for my mappings. I also use SQLite for my unit ...

Javascript redirect

I am working with javascript and here is what I am trying to do: 1. Send a get request which looks like "http://localhost:8080/myapp/verify.htm?verifyId=Agkvhs" My requests reaches my verify.jsp in ...

热门标签