Skip to content

Commit

Permalink
[JPA] Les imports d'un domaine ne sont pas reportés dans les reposito…
Browse files Browse the repository at this point in the history
…ries

Hot fix
  • Loading branch information
gideruette committed Jun 10, 2024
1 parent d6cd843 commit 944fd82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TopModel.Generator.Jpa/JpaDaoGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ protected override void HandleClass(string fileName, Class classe, string tag)
if (classe.PrimaryKey.Count() > 1)
{
pk = $"{classe.NamePascal}.{classe.NamePascal}Id";
fw.AddImport($"{classe.GetImport(Config, tag)}Id");
}
else
{
Expand Down

0 comments on commit 944fd82

Please sign in to comment.