Tabnine Logo
PersistenceProviderResolverHolder$DefaultPersistenceProviderResolver$CacheKeyReference
Code IndexAdd Tabnine to your IDE (free)

How to use
PersistenceProviderResolverHolder$DefaultPersistenceProviderResolver$CacheKeyReference
in
javax.persistence.spi

Best Java code snippets using javax.persistence.spi.PersistenceProviderResolverHolder$DefaultPersistenceProviderResolver$CacheKeyReference (Showing top 5 results out of 315)

origin: org.eclipse.persistence/javax.persistence

/**
 * Remove garbage collected cache keys & providers.
 */
private void processQueue() {
  CacheKeyReference ref;
  while ((ref = (CacheKeyReference) referenceQueue.poll()) != null) {
    providers.remove(ref.getCacheKey());
  }            
}
origin: org.datanucleus/javax.persistence

/**
 * Remove garbage collected cache keys & providers.
 */
private void processQueue()
{
  CacheKeyReference ref;
  while ((ref = (CacheKeyReference) referenceQueue.poll()) != null)
  {
    providers.remove(ref.getCacheKey());
  }
}
origin: org.eclipse.persistence/jakarta.persistence

/**
 * Remove garbage collected cache keys & providers.
 */
private void processQueue() {
  CacheKeyReference ref;
  while ((ref = (CacheKeyReference) referenceQueue.poll()) != null) {
    providers.remove(ref.getCacheKey());
  }            
}
origin: jboss/jboss-javaee-specs

/**
 * Remove garbage collected cache keys & providers.
 */
private void processQueue() {
  CacheKeyReference ref;
  while ((ref = (CacheKeyReference) referenceQueue.poll()) != null) {
    providers.remove(ref.getCacheKey());
  }            
}
origin: javax/javaee-web-api

/**
 * Remove garbage collected cache keys & providers.
 */
private void processQueue() {
  CacheKeyReference ref;
  while ((ref = (CacheKeyReference) referenceQueue.poll()) != null) {
    providers.remove(ref.getCacheKey());
  }            
}
javax.persistence.spiPersistenceProviderResolverHolder$DefaultPersistenceProviderResolver$CacheKeyReference

Javadoc

The common interface to get a CacheKey implemented by LoaderReference and PersistenceProviderReference.

Most used methods

  • getCacheKey

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • notifyDataSetChanged (ArrayAdapter)
  • getContentResolver (Context)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Collectors (java.util.stream)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • CodeWhisperer alternatives
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