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

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

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

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

  @Override
  public String toString()
  {
   StringBuilder tmp = new StringBuilder("PersistenceContextReferenceMetaData{");
   tmp.append("name=");
   tmp.append(getPersistenceContextRefName());
   tmp.append(",type=");
   tmp.append(getPersistenceContextType());
   tmp.append(",unit-name=");
   tmp.append(getPersistenceUnitName());
   tmp.append(",ignore-dependecy=");
   tmp.append(super.isDependencyIgnored());
   tmp.append(",jndi-name=");
   tmp.append(super.getJndiName());
   tmp.append(",resolvoed-jndi-name=");
   tmp.append(super.getResolvedJndiName());
   tmp.append(",properties=");
   tmp.append(getProperties());
   tmp.append('}');
   return tmp.toString();
  }
}
origin: org.wildfly/wildfly-jpa

  bindingConfiguration = new BindingConfiguration(name, new LookupInjectionSource(lookup));
} else {
  PropertiesMetaData properties = puRef.getProperties();
  Map<String, String> map = new HashMap<>();
  if (properties != null) {
origin: org.jboss.eap/wildfly-jpa

  bindingConfiguration = new BindingConfiguration(name, new LookupInjectionSource(lookup));
} else {
  PropertiesMetaData properties = puRef.getProperties();
  Map<String, String> map = new HashMap<>();
  if (properties != null) {
org.jboss.metadata.javaee.specPersistenceContextReferenceMetaDatagetProperties

Javadoc

Get the properties.

Popular methods of PersistenceContextReferenceMetaData

  • getName
  • getPersistenceUnitName
    Get the persistenceUnitName.
  • getPersistenceContextType
  • <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

  • Updating database using SQL prepared statement
  • getSystemService (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • requestLocationUpdates (LocationManager)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top PhpStorm 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