Codota Logo
RelationMetaData.getDelegate
Code IndexAdd Codota to your IDE (free)

How to use
getDelegate
method
in
org.jboss.metadata.RelationMetaData

Best Java code snippets using org.jboss.metadata.RelationMetaData.getDelegate (Showing top 8 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: org.jboss/jboss-metadata

/** 
* Gets the relation name. 
* Relation name is loaded from the ejb-relation-name element.
* 
* @return the relation name
*/
public String getRelationName()
{
 return getDelegate().getEjbRelationName();
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/** 
* Gets the relation name. 
* Relation name is loaded from the ejb-relation-name element.
* 
* @return the relation name
*/
public String getRelationName()
{
 return getDelegate().getEjbRelationName();
}
origin: org.jboss/jboss-metadata

/** 
* Gets the left relationship role. 
* The relationship role is loaded from an ejb-relationship-role.
* Left/right assignment is completely arbitrary.
* 
* @return the left role
*/
public RelationshipRoleMetaData getLeftRelationshipRole()
{
 return new RelationshipRoleMetaData(getDelegate().getLeftRole());
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/** 
* Gets the right relationship role.
* The relationship role is loaded from an ejb-relationship-role.
* Left/right assignment is completely arbitrary.
* 
* @return the right role
*/
public RelationshipRoleMetaData getRightRelationshipRole()
{
 return new RelationshipRoleMetaData(getDelegate().getRightRole());
}
origin: org.jboss/jboss-metadata

/** 
* Gets the right relationship role.
* The relationship role is loaded from an ejb-relationship-role.
* Left/right assignment is completely arbitrary.
* 
* @return the right role
*/
public RelationshipRoleMetaData getRightRelationshipRole()
{
 return new RelationshipRoleMetaData(getDelegate().getRightRole());
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/** 
* Gets the left relationship role. 
* The relationship role is loaded from an ejb-relationship-role.
* Left/right assignment is completely arbitrary.
* 
* @return the left role
*/
public RelationshipRoleMetaData getLeftRelationshipRole()
{
 return new RelationshipRoleMetaData(getDelegate().getLeftRole());
}
origin: org.jboss.ws/jbossws-jboss510-metadata

  /**
  * Get the related role
  * 
  * @param role the reference role
  * @return the related role
  * @throws IllegalArgumentException if the reference role is not a role in this relationship
  */
  public RelationshipRoleMetaData getOtherRelationshipRole(RelationshipRoleMetaData role)
  {
   RelationRoleMetaData delegateRole = role.getDelegate();
   return new RelationshipRoleMetaData(getDelegate().getRelatedRole(delegateRole));
  }
}
origin: org.jboss/jboss-metadata

  /**
  * Get the related role
  * 
  * @param role the reference role
  * @return the related role
  * @throws IllegalArgumentException if the reference role is not a role in this relationship
  */
  public RelationshipRoleMetaData getOtherRelationshipRole(RelationshipRoleMetaData role)
  {
   RelationRoleMetaData delegateRole = role.getDelegate();
   return new RelationshipRoleMetaData(getDelegate().getRelatedRole(delegateRole));
  }
}
org.jboss.metadataRelationMetaDatagetDelegate

Popular methods of RelationMetaData

  • <init>
    Create a new RelationMetaData.
  • getLeftRelationshipRole
    Gets the left relationship role. The relationship role is loaded from an ejb-relationship-role. Left
  • getRelationName
    Gets the relation name. Relation name is loaded from the ejb-relation-name element.
  • getRightRelationshipRole
    Gets the right relationship role. The relationship role is loaded from an ejb-relationship-role. Lef

Popular in Java

  • Reading from database using SQL prepared statement
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • runOnUiThread (Activity)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • PrintWriter (java.io)
    Prints formatted representations of objects to a text-output stream. This class implements all of th
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now