- This topic has 25 replies, 5 voices, and was last updated 20 years, 4 months ago by support-jeff.
-
AuthorPosts
-
support-jeffMember(1) Cuz i be an igit – bug in code for handling config file update, if not checked created an empty set of mappings to process. D’oh!
(2) Right now, type conversions are pretty hard-coded. We have plans to make things more configurable via preference settings. Work for you as an enhancement? or are you looking for more of a per-mapping wizard setting thing?
support-jeffMemberBTW, fix for this will be in the next maintenance release. There are plans afoot to get this out soon.
snpeMemberJeff,
It is fine
Mu suggest – when I open hibernate wizard I get dialog with :
– table name (or list table name if I select more tables)
– base class and interfaces
– generator id
– other metadata from hibernate-mapping.dtd
– all column for selected class with types and I can change types (add not null, length etc attribute for property)
– all table’s exported and imported keys for potencial collections and that I can choose colection mappings and attribute for collection mappingsbtw. middlegen and hibernatesynchronizer are great, but they haven’t bugs and misfunctionality,too
Yet tow suggestions :
1. I don’t now internal for myeclispe expolorer (normal), but select table (first time) is lsower than sqlexplorer (more quicker from ibm database explorer)
2. Are You planned use JET compiler for code generate – it is better for code generation than velocity and there is JET editor in eclipse comunityregards
snpeMemberJeff,
I make middlegen screenshot like idea for your dialog
http://www.snpe.co.yu/middlegen.png
And it is minor problem :
heading for mapping file don’t same like XML catalog
You have“-//Hibernate/Hibernate Mapping DTD//EN”
and in XML catalog is
-//Hibernate/Hibernate Mapping DTD 2.0//EN
I can change mapping template, but I don’t know have I license for this
There isn’t catalog entry for hibernate-configuration (I add user entry for me)
regards
Riyad KallaMembersnpe, got it thanks.
snpeMemberrkalla,
You skip my question : can I change hibernate templates in myeclipse ?regards
Riyad KallaMemberSee if what you are looking for is in the dir: <myeclipse install>\eclipse\plugins\com.genuitec.eclipse.hibernate_3.8.0\templates
snpeMemberI know change template, but will I break license If I change
regards
Riyad KallaMemberNo you won’t, we will still love you.
peterwontnerMemberI am also seeing the same issue if I do not select “Update Configuration”. If I do select “Update Configuration” all of the files are generated, hbm.xml, AbstractX.java & X.java, but the generated mapping file does not have any id element defined even though the tables declare primary keys.
support-jeffMemberThis bug has been fixed in the upcoming 3.8.1 release.
-
AuthorPosts