I've tried to use JPANestedset which seems great and perfectly respond to my need but Play! model uses long ID and NodeInfo int ID..... I'm not a Java GURU and I don't know workaround to inherit from Play model & implement NodeInfo in the same time ...
But, is an int ID enough ? Should not a long better suitable for this need ?
PS: great work & many thanks
PSPS: sorry for my english :-(
The solution might be to have the NodeInfo interface to not enforce the id field, instead relying on the JPA API to derive information about the id field—by no means a bad thing.
I've tried to use JPANestedset which seems great and perfectly respond to my need but Play! model uses long ID and NodeInfo int ID..... I'm not a Java GURU and I don't know workaround to inherit from Play model & implement NodeInfo in the same time ...
But, is an int ID enough ? Should not a long better suitable for this need ?
PS: great work & many thanks PSPS: sorry for my english :-(