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, setServiceIdpublic void executeWithSession(AbstractSession session)
CommandexecuteWithSession in class Commandsession - The session that can be used to execute the command on.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference