I want to use the snowflake id generator created by twitter. to do this i have to configure the snowflake sequence in my sessioncustomizer with certain parameters (datacenterid, serverid, ...).

I allready figured out that there is no way for me to supply an actual customizer instance to eclipselink (like i can do with datasources).

Does anybody have a relatively clean workaround for this?

Laures