Uses of Interface
org.apache.cxf.rs.security.oauth2.provider.JPAOAuthDataProvider.EntityManagerOperation
-
Packages that use JPAOAuthDataProvider.EntityManagerOperation Package Description org.apache.cxf.rs.security.oauth2.provider -
-
Uses of JPAOAuthDataProvider.EntityManagerOperation in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type JPAOAuthDataProvider.EntityManagerOperation Modifier and Type Method Description protected <T> TJPAOAuthDataProvider. execute(JPAOAuthDataProvider.EntityManagerOperation<T> operation)protected <T> TJPAOAuthDataProvider. executeInTransaction(JPAOAuthDataProvider.EntityManagerOperation<T> operation)
-