hibernate-mapping
Can not load the hbm file in hiberante
I am trying to do the Hibernate tutotial from JBoss web site. Basically it is a very simple application that adds an Event to the DB.[详细]
2023-02-18 17:02 分类:问答Hibernate mapping an interface as entity with multiple implementations
I have the following structure i would like to map in hibernate. class User implements iUser class VIPUser implements iUser[详细]
2023-02-17 09:35 分类:问答Hibernate component
I need to migrate some hibernate hbm files to JPA/Hibernate annotations. The existing relationship is as follows -[详细]
2023-02-16 21:01 分类:问答Hibernate Throws a SQLException When Distinctly Selecting only Two of Three Mapped Columns
I have a table, CityComplete, with columns \"USPSCITY\", \"STATE\" and \"ZIPCODE\" I have an existing SQLQuery that distinctly selects USPSCITY and STATE based on a fuzzy search.However, when I 开发者[详细]
2023-02-16 06:08 分类:问答Change POJO name while generating from hibernate
I\'d like to know how i can c开发者_C百科hange the name of my POJO when generating it using hibernate.[详细]
2023-02-16 02:40 分类:问答How to map 2 table to 1 entity class with hibernate annotation?
I am new to Hibernate. Now I have a problem. I have 2 tables (Timetable, and Timetable_backup) with similar structu开发者_Go百科re because the timetable_backup table is just back up version of timetab[详细]
2023-02-15 05:19 分类:问答hibernate - while updating NonUniqueObjectException with pessimistic lock "upgrade"
hibernate 3.6.0 final i have used pessimistic-lock LockOptions- because LockMode is not working i.e \"select ... for update\" \"for update\" is not generating in sql that\'s why.[详细]
2023-02-13 04:18 分类:问答How To Use Sequence In Hibernate As A Property In XML Mapping
How do I use a sequence in Hibernate XML mappings? The documentation mentions the <generator> e开发者_如何学JAVAlement. However, I want the sequence to be a column instead of an ID.I know when[详细]
2023-02-12 11:27 分类:问答how to map HBM files dynamically in hibernate?
Hibernate开发者_如何学Python mapping files are either declared: Programmatically when creating a Configuration[详细]
2023-02-11 15:24 分类:问答want to pop out some values from mysql database using hibernate
i have a table that is self joined to itself. i want that when i pop out this table using a self join query it will pop out data till it got null in the matching criteria,[详细]
2023-02-10 18:43 分类:问答