I have two JPA entities : VirtualLot and VirtualFiles. VirtualFiles extends VirtualInode. There is a ManyToMany relation betw
VirtualLot
VirtualFiles
VirtualInode
size is a reserved keyword like default or for in Java. Therefore either change your name for your variable in perhabs nodeSize or use the @Column(name = "nodeSize") Annotation with the name attribute to give a basic column a special name.
size
default
for
nodeSize
@Column(name = "nodeSize")
name