Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SessionCustomizer instance via EMF property

Is there a technical reason why EclipseLink doesn't support passing a SessionCustomizer instance in via emf.create(...) properties? As it is today, SessionCustomizers are fairly static and I need to be able to create one at runtime such that it has some amount of state associated with it.

Would anyone be opposed to me adding support to EntityManagerSetupImpl so that the eclipselink.session.customizer property can accept a Stringified class name, or a SessionCustomizer instance?

Thanks,
Rick

Back to the top