Tabnine Logo
PersistenceContextReferenceMetaData.getName
Code IndexAdd Tabnine to your IDE (free)

How to use
getName
method
in
org.jboss.metadata.javaee.spec.PersistenceContextReferenceMetaData

Best Java code snippets using org.jboss.metadata.javaee.spec.PersistenceContextReferenceMetaData.getName (Showing top 5 results out of 315)

origin: org.jboss.ws/jbossws-jboss510-metadata

/**
* Get the persistenceContextRefName.
* 
* @return the persistenceContextRefName.
*/
public String getPersistenceContextRefName()
{
 return getName();
}
origin: org.jboss/jboss-metadata

/**
* Get the persistenceContextRefName.
* 
* @return the persistenceContextRefName.
*/
public String getPersistenceContextRefName()
{
 return getName();
}
origin: org.wildfly/wildfly-jpa

String name = puRef.getName();
String persistenceUnitName = puRef.getPersistenceUnitName();
String lookup = puRef.getLookupName();
origin: org.jboss.eap/wildfly-jpa

String name = puRef.getName();
String persistenceUnitName = puRef.getPersistenceUnitName();
String lookup = puRef.getLookupName();
origin: org.jboss.injection/jboss-injection-mc-impl

if (!injectionTargets.isEmpty())
  String encName = EnvironmentEntryUtil.getENCName(persistenceCtxRef.getName());
  this.envEntries.add(new EnvironmentEntryImpl(encName, injectionTargets));
org.jboss.metadata.javaee.specPersistenceContextReferenceMetaDatagetName

Popular methods of PersistenceContextReferenceMetaData

  • getPersistenceUnitName
    Get the persistenceUnitName.
  • getPersistenceContextType
  • getProperties
    Get the properties.
  • <init>
    Create a new PersistenceUnitReferenceMetaData.
  • getLookupName
  • getPersistenceContextRefName
    Get the persistenceContextRefName.
  • getPersistenceContextSynchronization
  • merge
  • setInjectionTargets
  • setName
  • setPersistenceContextRefName
    Set the persistenceContextRefName.
  • setPersistenceContextType
    Set the persistenceContextType.
  • setPersistenceContextRefName,
  • setPersistenceContextType,
  • setPersistenceUnitName,
  • setProperties,
  • getInjectionTargets

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setRequestProperty (URLConnection)
  • notifyDataSetChanged (ArrayAdapter)
  • getSystemService (Context)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Runner (org.openjdk.jmh.runner)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • From CI to AI: The AI layer in your organization
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