You need to replace the moduleId property in the PropertyEntity and PropertyEntityId with the module property
moduleId
PropertyEntity
PropertyEntityId
module
@Id @ManyToOne @JoinColumn(name = "module_id") private ModuleEntity module;
See example 164 in Hibernate ORM User Guide.