Codota Logo
EISObjectPersistenceXMLProject.buildTypedField
Code IndexAdd Codota to your IDE (free)

How to use
buildTypedField
method
in
org.eclipse.persistence.eis.EISObjectPersistenceXMLProject

Best Java code snippets using org.eclipse.persistence.eis.EISObjectPersistenceXMLProject.buildTypedField (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
BufferedReader b =
  • Codota IconInputStream in;new BufferedReader(new InputStreamReader(in))
  • Codota IconReader in;new BufferedReader(in)
  • Codota IconFile file;new BufferedReader(new FileReader(file))
  • Smart code suggestions by Codota
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

protected ClassDescriptor buildInteractionArgumentDescriptor() {
  XMLDescriptor descriptor = new XMLDescriptor();
  descriptor.setJavaClass(InteractionArgument.class);
  descriptor.setDefaultRootElement("interaction-argument");
  XMLDirectMapping argumentNameMapping = new XMLDirectMapping();
  argumentNameMapping.setAttributeName("argumentName");
  argumentNameMapping.setGetMethodName("getArgumentName");
  argumentNameMapping.setSetMethodName("setArgumentName");
  argumentNameMapping.setXPath("@name");
  descriptor.addMapping(argumentNameMapping);
  XMLDirectMapping keyMapping = new XMLDirectMapping();
  keyMapping.setAttributeName("key");
  keyMapping.setGetMethodName("getKey");
  keyMapping.setSetMethodName("setKey");
  keyMapping.setXPath("@argument-name");
  descriptor.addMapping(keyMapping);
  XMLDirectMapping valueMapping = new XMLDirectMapping();
  valueMapping.setAttributeName("value");
  valueMapping.setGetMethodName("getValue");
  valueMapping.setSetMethodName("setValue");
  valueMapping.setField(buildTypedField(getPrimaryNamespaceXPath() + "argument-value/text()"));
  descriptor.addMapping(valueMapping);
  return descriptor;
}
origin: com.haulmont.thirdparty/eclipselink

protected ClassDescriptor buildInteractionArgumentDescriptor() {
  XMLDescriptor descriptor = new XMLDescriptor();
  descriptor.setJavaClass(InteractionArgument.class);
  descriptor.setDefaultRootElement("interaction-argument");
  XMLDirectMapping argumentNameMapping = new XMLDirectMapping();
  argumentNameMapping.setAttributeName("argumentName");
  argumentNameMapping.setGetMethodName("getArgumentName");
  argumentNameMapping.setSetMethodName("setArgumentName");
  argumentNameMapping.setXPath("@name");
  descriptor.addMapping(argumentNameMapping);
  XMLDirectMapping keyMapping = new XMLDirectMapping();
  keyMapping.setAttributeName("key");
  keyMapping.setGetMethodName("getKey");
  keyMapping.setSetMethodName("setKey");
  keyMapping.setXPath("@argument-name");
  descriptor.addMapping(keyMapping);
  XMLDirectMapping valueMapping = new XMLDirectMapping();
  valueMapping.setAttributeName("value");
  valueMapping.setGetMethodName("getValue");
  valueMapping.setSetMethodName("setValue");
  valueMapping.setField(buildTypedField(getPrimaryNamespaceXPath() + "argument-value/text()"));
  descriptor.addMapping(valueMapping);
  return descriptor;
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

protected ClassDescriptor buildInteractionArgumentDescriptor() {
  XMLDescriptor descriptor = new XMLDescriptor();
  descriptor.setJavaClass(InteractionArgument.class);
  descriptor.setDefaultRootElement("interaction-argument");
  XMLDirectMapping argumentNameMapping = new XMLDirectMapping();
  argumentNameMapping.setAttributeName("argumentName");
  argumentNameMapping.setGetMethodName("getArgumentName");
  argumentNameMapping.setSetMethodName("setArgumentName");
  argumentNameMapping.setXPath("@name");
  descriptor.addMapping(argumentNameMapping);
  XMLDirectMapping keyMapping = new XMLDirectMapping();
  keyMapping.setAttributeName("key");
  keyMapping.setGetMethodName("getKey");
  keyMapping.setSetMethodName("setKey");
  keyMapping.setXPath("@argument-name");
  descriptor.addMapping(keyMapping);
  XMLDirectMapping valueMapping = new XMLDirectMapping();
  valueMapping.setAttributeName("value");
  valueMapping.setGetMethodName("getValue");
  valueMapping.setSetMethodName("setValue");
  valueMapping.setField(buildTypedField(getPrimaryNamespaceXPath() + "argument-value/text()"));
  descriptor.addMapping(valueMapping);
  return descriptor;
}
org.eclipse.persistence.eisEISObjectPersistenceXMLProjectbuildTypedField

Popular methods of EISObjectPersistenceXMLProject

  • <init>
  • addDescriptor
  • buildEISCompositeCollectionMappingDescriptor
  • buildEISCompositeDirectCollectionMappingDescriptor
  • buildEISCompositeObjectMappingDescriptor
  • buildEISDescriptorDescriptor
  • buildEISDirectMappingDescriptor
  • buildEISLoginDescriptor
  • buildEISOneToManyMappingDescriptor
  • buildEISOneToOneMappingDescriptor
  • buildEISTransformationMappingDescriptor
  • buildInteractionArgumentDescriptor
  • buildEISTransformationMappingDescriptor,
  • buildInteractionArgumentDescriptor,
  • buildXMLInteractionDescriptor,
  • getPrimaryNamespace,
  • getPrimaryNamespaceXPath

Popular in Java

  • Start an intent from android
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSystemService (Context)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JPanel (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
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