My DB is postgres, how can I contribute/replace de PostgresPkGenerator with my
own implementation to genera UUID's as PK's:
public class PcExpressPosUUIDPkGenerator extends PostgresPkGenerator {
public PcExpressPosUUIDPkGenerator(@Inject PostgresAdapter adapter) {
super(adapter);
}
I opened my project with Cayenne Modeler, and accept all.
It fails to migrate correctly inter-datamap references... referecens in same
datamap are ok.
The skeleton for the inter-datamap relationships are shown with empty targets
and details.
Thanks for your great tool.
Atte. Juan Manuel Díaz L