Results 1 to 3 of 3
Thread: Hibernate table not found
- 05-02-2007, 03:42 AM #1
Hibernate table not found
I have a table and a mapping file in hibernate, and yet I am getting table not found when I try to query the table. Could this happen if the table I am querying has a constraint to another table? I am not using it and don't really want to make an object and mapping, etc for no reason.
thx.
- 05-02-2007, 03:44 AM #2
Member
- Join Date
- Apr 2007
- Location
- Indiana
- Posts
- 83
- Rep Power
- 0
The short answer is yes.
If you do not want to use the table that is in the constraint then do not map whatever field has the constraint in the table you are using. Obviously you do not need it, right?
p
- 05-06-2007, 07:44 AM #3
Senior Member
- Join Date
- Mar 2007
- Posts
- 134
- Rep Power
- 0
Similar Threads
-
struts No Collection Found
By orchid in forum Web FrameworksReplies: 3Last Post: 02-18-2010, 05:37 PM -
could not be found in the registry
By alam99 in forum EclipseReplies: 0Last Post: 01-08-2008, 08:21 AM -
404 Not Found
By mary in forum Java ServletReplies: 5Last Post: 11-07-2007, 10:15 AM -
ConnectException not found
By tamayo in forum New To JavaReplies: 1Last Post: 07-23-2007, 08:23 AM -
org.hibernate.ejb.Version <clinit> INFO: Hibernate EntityManager 3.2.0.CR1
By Heather in forum JDBCReplies: 2Last Post: 06-30-2007, 03:01 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks