- This topic has 25 replies, 5 voices, and was last updated 20 years, 10 months ago by
support-jeff.
-
AuthorPosts
-
August 18, 2004 at 12:28 am #212506
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?August 18, 2004 at 12:29 am #212507
support-jeffMemberBTW, fix for this will be in the next maintenance release. There are plans afoot to get this out soon.
August 18, 2004 at 12:21 pm #212630
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
August 18, 2004 at 5:28 pm #212681
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
August 18, 2004 at 6:49 pm #212685
Riyad KallaMembersnpe, got it thanks.
August 18, 2004 at 7:13 pm #212687
snpeMemberrkalla,
You skip my question : can I change hibernate templates in myeclipse ?regards
August 18, 2004 at 7:50 pm #212689
Riyad KallaMemberSee if what you are looking for is in the dir: <myeclipse install>\eclipse\plugins\com.genuitec.eclipse.hibernate_3.8.0\templates
August 19, 2004 at 9:39 am #212723
snpeMemberI know change template, but will I break license If I change
regards
August 19, 2004 at 10:04 am #212731
Riyad KallaMemberNo you won’t, we will still love you.
August 20, 2004 at 9:11 am #212853
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.
August 23, 2004 at 7:24 pm #213114
support-jeffMemberThis bug has been fixed in the upcoming 3.8.1 release.
-
AuthorPosts