JDBCStoreManager.optSelect
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.apache.openjpa.jdbc.kernel.JDBCStoreManager.optSelect (Showing top 5 results out of 315)

origin: org.apache.openejb.patch/openjpa-jdbc

    fetch.traverseJDBC(fms[i]), eager);
  seld = Math.max(fseld, seld);
} else if (optSelect(fms[i], sel, sm, fetch)) {
  fseld = fms[i].select(sel, sm, this, 
    fetch.traverseJDBC(fms[i]), EagerFetchModes.EAGER_NONE);
origin: org.apache.openjpa/com.springsource.org.apache.openjpa

    fetch.traverseJDBC(fms[i]), eager);
  seld = Math.max(fseld, seld);
} else if (optSelect(fms[i], sel, sm, fetch)) {
  fseld = fms[i].select(sel, sm, this, 
    fetch.traverseJDBC(fms[i]), fetch.EAGER_NONE);
origin: org.apache.openjpa/openjpa-jdbc

    fetch.traverseJDBC(fms[i]), eager);
  seld = Math.max(fseld, seld);
} else if (optSelect(fms[i], sel, sm, fetch)) {
  fseld = fms[i].select(sel, sm, this, 
    fetch.traverseJDBC(fms[i]), EagerFetchModes.EAGER_NONE);
origin: org.apache.openejb.patch/openjpa

    fetch.traverseJDBC(fms[i]), eager);
  seld = Math.max(fseld, seld);
} else if (optSelect(fms[i], sel, sm, fetch)) {
  fseld = fms[i].select(sel, sm, this, 
    fetch.traverseJDBC(fms[i]), EagerFetchModes.EAGER_NONE);
origin: org.apache.openjpa/openjpa-all

    fetch.traverseJDBC(fms[i]), eager);
  seld = Math.max(fseld, seld);
} else if (optSelect(fms[i], sel, sm, fetch)) {
  fseld = fms[i].select(sel, sm, this, 
    fetch.traverseJDBC(fms[i]), EagerFetchModes.EAGER_NONE);
org.apache.openjpa.jdbc.kernelJDBCStoreManageroptSelect

Javadoc

When selecting fields, a special case is made for mappings that use 2-part selects that aren't explicitly *not in the dfg so that they can get their primary table data. This method tests for that special case as an optimization.

Popular methods of JDBCStoreManager

  • getDataStoreIdSequence
  • newDataStoreId
  • setContext
  • <init>
  • connect
    Connect to the db.
  • connectInternal
    Connect to the database. This method is separated out so that it can be overridden.
  • createEagerSelects
    Mark the fields of this mapping as reserved so that eager fetches can't get into infinite recursive
  • customLoad
    Allow the mapping to custom load data. Return null if the mapping does not use custom loading.
  • exists
  • getConnection
  • getInitializeStateResult
    Select the data for the given instance and return the result. Return null if there is no data in the
  • getInitializeStateUnionResult
    Select a union of the data for the given instance from possible concrete mappings and return the res
  • getInitializeStateResult,
  • getInitializeStateUnionResult,
  • getType,
  • getVersion,
  • initializeState,
  • isEmptyResult,
  • joinSubclass,
  • load,
  • loadSubclasses

Popular in Java

  • Updating database using SQL prepared statement
  • scheduleAtFixedRate (Timer)
  • compareTo (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)