[jboss-jira] [JBoss JIRA] (AS7-2419) Provide management use cases and operations of the JPA subsystem
Scott Marlow (Issue Comment Edited) (JIRA)
jira-events at lists.jboss.org
Tue Nov 8 18:48:45 EST 2011
[ https://issues.jboss.org/browse/AS7-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641215#comment-12641215 ]
Scott Marlow edited comment on AS7-2419 at 11/8/11 6:48 PM:
------------------------------------------------------------
Example of evicting all second level cache entries for deployed application 2lc.jar that has a persistence unit named TEST_PU (note that the address includes the fully application scoped persistence unit name which is 2lc.jar#TEST_PU):
cd /deployment=2lc.jar/subsystem=jpa/hibernate-persistence-unit=2lc.jar#TEST_PU
:evict-all()
{
"outcome" => "success",
"result" => undefined
}
Note the above was changed, it was previously :evictall(), but evict-all() is more consistent with other commands.
was (Author: smarlow):
Example of evicting all second level cache entries for deployed application 2lc.jar that has a persistence unit named TEST_PU (note that the address includes the fully application scoped persistence unit name which is 2lc.jar#TEST_PU):
cd /deployment=2lc.jar/subsystem=jpa/hibernate-persistence-unit=2lc.jar#TEST_PU
:evictall()
{
"outcome" => "success",
"result" => undefined
}
> Provide management use cases and operations of the JPA subsystem
> -----------------------------------------------------------------
>
> Key: AS7-2419
> URL: https://issues.jboss.org/browse/AS7-2419
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Console, Domain Management
> Reporter: Heiko Braun
> Assignee: Heiko Braun
> Fix For: 7.1.0.CR1
>
> Attachments: entity2lc.txt, hibernate_jpa_statistics_supportinAS7.txt
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list