@@ -24,7 +24,9 @@ import lombok.experimental.Accessors;
*/
<#if entityLombokModel>
@Data
+<#if superEntityClass??>
@EqualsAndHashCode(callSuper = true)
+</#if>
@Accessors(chain = true)
</#if>
<#if table.convert>
@@ -22,7 +22,9 @@ import lombok.experimental.Accessors;
#if(${entityLombokModel})
+#if(${superEntityClass})
+#end
#end
#if(${table.convert})