congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
CacheDeploymentListener.getInternalDeploymentServiceBuilder
Code IndexAdd Tabnine to your IDE (free)

How to use
getInternalDeploymentServiceBuilder
method
in
org.jboss.as.jpa.processor.secondLevelCache.CacheDeploymentListener

Best Java code snippets using org.jboss.as.jpa.processor.secondLevelCache.CacheDeploymentListener.getInternalDeploymentServiceBuilder (Showing top 2 results out of 315)

origin: org.jboss.eap/wildfly-jpa

@Override
public void addCacheDependencies(Classification classification, Properties properties) {
  ServiceBuilder<?> builder = CacheDeploymentListener.getInternalDeploymentServiceBuilder();
  CapabilityServiceSupport support = CacheDeploymentListener.getInternalDeploymentCapablityServiceSupport();
  String container = properties.getProperty(CONTAINER);
  for (String cache : properties.getProperty(CACHES).split("\\s+")) {
    builder.addDependency(InfinispanCacheRequirement.CONFIGURATION.getServiceName(support, container, cache));
  }
}
origin: org.wildfly/wildfly-jpa

@Override
public void addCacheDependencies(Classification classification, Properties properties) {
  ServiceBuilder<?> builder = CacheDeploymentListener.getInternalDeploymentServiceBuilder();
  CapabilityServiceSupport support = CacheDeploymentListener.getInternalDeploymentCapablityServiceSupport();
  String container = properties.getProperty(CONTAINER);
  for (String cache : properties.getProperty(CACHES).split("\\s+")) {
    builder.requires(InfinispanCacheRequirement.CONFIGURATION.getServiceName(support, container, cache));
  }
}
org.jboss.as.jpa.processor.secondLevelCacheCacheDeploymentListenergetInternalDeploymentServiceBuilder

Popular methods of CacheDeploymentListener

  • <init>
  • clearInternalDeploymentSupport
  • getInternalDeploymentCapablityServiceSupport
  • setInternalDeploymentSupport

Popular in Java

  • Finding current android device location
  • setContentView (Activity)
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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