public class MetadataRefreshCommand extends Command
Purpose: A Command implementation used to signal JPA EntityManagerFactory to refresh its metadata.
Constructor and Description |
---|
MetadataRefreshCommand(java.util.Map properties) |
Modifier and Type | Method and Description |
---|---|
void |
executeWithSession(AbstractSession session)
INTERNAL:
If the CommandProcessor is a EclipseLink session then this method will
get executed.
|
getServiceId, isInternalCommand, setServiceId
public void executeWithSession(AbstractSession session)
Command
executeWithSession
in class Command
session
- The session that can be used to execute the command on.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference