Bonjour

pourquoi HibernateSynchronizer me genere des fichiers hbm sans les champs de ma table ?
pour certaine table ca marche et pour d'autres (la pluspart) ca ne marche pas,

sur le poste d'un colab , ca marche sans probleme
est-ce un bug ?

j'utilise workshop de bea, avec derniere version d'hybernate synchronizer

zakir

pour info, ce topic existe deja sur plugin Central :
http://www.eclipseplugincentral.com/...ic-t-1387.html

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
	"-//Hibernate/Hibernate Mapping DTD//EN"
	"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
 
<hibernate-mapping package="com.fr.model">
	<class
		name="Contrat"
		table="CONTRAT"
	>
		<meta attribute="sync-DAO">false</meta>
 
 
 
	</class>	
</hibernate-mapping>