Package org.eclipse.persistence.config
Interface SessionCustomizer
-
- All Known Subinterfaces:
SessionCustomizer
- All Known Implementing Classes:
DynamicHelper.SessionCustomizer
public interface SessionCustomizer
PUBLIC: This interface is to allow extra customization on an EclipseLink Session
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(Session session)
-
-
-
Method Detail
-
customize
void customize(Session session) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-