5
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 6 years ago by Arnaud Thimel
Arnaud Thimel (b9eb71c3) at 06 Feb 09:13
Posted over 6 years ago by Arnaud Thimel
Closes #662
Posted over 6 years ago by Arnaud Thimel
Closes #662
Posted over 6 years ago by Arnaud Thimel
Applied, thanks @tchemit
Posted over 6 years ago by Tony Chemit
Posted over 6 years ago by Arnaud Thimel
@tchemit : I granted you with the Developer role. You should now be able to submit some MRs ;)
Posted over 6 years ago by Benjamin Poussin
fixes #14
Posted over 6 years ago by Benjamin Poussin
fixes #14
Posted over 6 years ago by Tony Chemit
Posted over 6 years ago by Tony Chemit
Apply this patch please, thanks. Index: topia-templates/src/main/java/org/nuiton/topia/templates/EntityHibernateMappingGenerator.java =================================================================== --- ... [More] topia-templates/src/main/java/org/nuiton/topia/templates/EntityHibernateMappingGenerator.java (revision c571bc236c08546f070157c9bdf2c58831f935ae) +++ topia-templates/src/main/java/org/nuiton/topia/templates/EntityHibernateMappingGenerator.java (date 1543391191000) @@ -338,8 +338,8 @@ // add database-object to create and drop index - String schema = classContext.getSchema(); - boolean withSchema = classContext.isUseSchema(); + String schema = topiaHibernateTagValues.getDbSchemaNameTagValue(attribute.getClassifier(), aPackage, model); + boolean withSchema = schema != null; String tableName; String propertyName; // On many to many relation, the index is already generated by the other table [Less]