Package org.eclipse.persistence.dynamic
Class DynamicHelper.SessionCustomizer
- java.lang.Object
-
- org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
-
- All Implemented Interfaces:
SessionCustomizer
- Enclosing class:
- DynamicHelper
public static class DynamicHelper.SessionCustomizer extends java.lang.Object implements SessionCustomizer
A SessionCustomizer which configures all descriptors as dynamic entity types.
-
-
Constructor Summary
Constructors Constructor Description SessionCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customize(Session session)
-
-
-
Method Detail
-
customize
public void customize(Session session) throws java.lang.Exception
- Specified by:
customize
in interfaceSessionCustomizer
- Throws:
java.lang.Exception
-
-