congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
JPAExtension.getResourceDescriptionResolver
Code IndexAdd Tabnine to your IDE (free)

How to use
getResourceDescriptionResolver
method
in
org.jboss.as.jpa.subsystem.JPAExtension

Best Java code snippets using org.jboss.as.jpa.subsystem.JPAExtension.getResourceDescriptionResolver (Showing top 4 results out of 315)

origin: org.jboss.eap/wildfly-jpa

private JPADefinition(boolean feature) {
  super(new Parameters(PathElement.pathElement(ModelDescriptionConstants.SUBSYSTEM, JPAExtension.SUBSYSTEM_NAME),
      JPAExtension.getResourceDescriptionResolver())
      .setAddHandler(JPASubSystemAdd.INSTANCE)
      .setRemoveHandler(ReloadRequiredRemoveStepHandler.INSTANCE)
      .setFeature(feature));
}
origin: org.wildfly/wildfly-jpa

private static Parameters getParameters(boolean feature) {
  Parameters result = new Parameters(PathElement.pathElement(ModelDescriptionConstants.SUBSYSTEM, JPAExtension.SUBSYSTEM_NAME),
      JPAExtension.getResourceDescriptionResolver())
      .setFeature(feature);
  if (feature) {
    result = result.setCapabilities(JPA_CAPABILITY);
  }
  // TODO WFLY-11173 add/remove handlers don't make sense on the deployment resource
  result = result.setAddHandler(JPASubSystemAdd.INSTANCE).setRemoveHandler(ReloadRequiredRemoveStepHandler.INSTANCE);
  return result;
}
origin: org.wildfly/wildfly-jpa

private ResourceDescriptionResolver fallback = JPAExtension.getResourceDescriptionResolver();
origin: org.jboss.eap/wildfly-jpa

private ResourceDescriptionResolver fallback = JPAExtension.getResourceDescriptionResolver();
org.jboss.as.jpa.subsystemJPAExtensiongetResourceDescriptionResolver

Popular methods of JPAExtension

    Popular in Java

    • Start an intent from android
    • getApplicationContext (Context)
    • getSupportFragmentManager (FragmentActivity)
    • getSystemService (Context)
    • Container (java.awt)
      A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
    • BufferedReader (java.io)
      Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
    • BigDecimal (java.math)
      An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
    • HashSet (java.util)
      HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
    • Hashtable (java.util)
      A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
    • AtomicInteger (java.util.concurrent.atomic)
      An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
    • Top 25 Plugins for Webstorm
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now