Commit bcfe7db5 by Antti Tonkyra

fixfox

1 parent 76382d04
......@@ -19,7 +19,7 @@ public class GenericEntity extends EntityEquals implements ModelInterface<Intege
@Id
@Column(name = ID_COLUMN, nullable = false)
@ReturnInsert(returnOnly=true)
// @ReturnInsert(returnOnly=true)
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
......
......@@ -85,6 +85,7 @@
</h:column>
</h:dataTable>
</h:form>
</div>
</ui:define>
</ui:composition>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!