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

How to use
setDescriptor
method
in
org.eclipse.persistence.descriptors.InterfacePolicy

Best Java code snippets using org.eclipse.persistence.descriptors.InterfacePolicy.setDescriptor (Showing top 6 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Sets the table per class policy.
 */
public void setTablePerClassPolicy(TablePerClassPolicy tablePerClassPolicy) {
  interfacePolicy = tablePerClassPolicy;
  if (interfacePolicy != null) {
    interfacePolicy.setDescriptor(this);
  }
}
 
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Sets the interface policy.
 */
public void setInterfacePolicy(InterfacePolicy interfacePolicy) {
  this.interfacePolicy = interfacePolicy;
  if (interfacePolicy != null) {
    interfacePolicy.setDescriptor(this);
  }
}
 
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Sets the table per class policy.
 */
public void setTablePerClassPolicy(TablePerClassPolicy tablePerClassPolicy) {
  interfacePolicy = tablePerClassPolicy;
  if (interfacePolicy != null) {
    interfacePolicy.setDescriptor(this);
  }
}
 
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Sets the interface policy.
 */
public void setInterfacePolicy(InterfacePolicy interfacePolicy) {
  this.interfacePolicy = interfacePolicy;
  if (interfacePolicy != null) {
    interfacePolicy.setDescriptor(this);
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Sets the table per class policy.
 */
public void setTablePerClassPolicy(TablePerClassPolicy tablePerClassPolicy) {
  interfacePolicy = tablePerClassPolicy;
  if (interfacePolicy != null) {
    interfacePolicy.setDescriptor(this);
  }
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Sets the interface policy.
 */
public void setInterfacePolicy(InterfacePolicy interfacePolicy) {
  this.interfacePolicy = interfacePolicy;
  if (interfacePolicy != null) {
    interfacePolicy.setDescriptor(this);
  }
}
 
org.eclipse.persistence.descriptorsInterfacePolicysetDescriptor

Javadoc

INTERNAL: Set the descriptor.

Popular methods of InterfacePolicy

  • <init>
    INTERNAL: Create a new policy. Only descriptor involved in interface should have a policy.
  • addChildDescriptor
    INTERNAL: Add child descriptor to the parent descriptor.
  • addParentDescriptor
    INTERNAL: Add parent descriptor.
  • convertClassNamesToClasses
    INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based
  • getChildDescriptors
    INTERNAL: Return all the child descriptors.
  • getImplementorDescriptor
    INTERNAL: Returns the implementor descriptor class.
  • getParentDescriptors
    INTERNAL: Return all the parent descriptors.
  • getParentInterfaceNames
  • getParentInterfaces
    INTERNAL: Return the vector of parent interfaces.
  • initialize
    INTERNAL: Set the vector to store parent interfaces.
  • isInterfaceChildDescriptor
    INTERNAL: Check if it is a child descriptor.
  • isTablePerClassPolicy
    INTERNAL:
  • isInterfaceChildDescriptor,
  • isTablePerClassPolicy,
  • selectAllObjects,
  • selectAllObjectsUsingMultipleTableSubclassRead,
  • selectOneObject,
  • selectOneObjectUsingMultipleTableSubclassRead,
  • usesImplementorDescriptor,
  • prepareQuery,
  • addParentInterfaceName

Popular in Java

  • Finding current android device location
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • putExtra (Intent)
  • addToBackStack (FragmentTransaction)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Github Copilot 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