Tabnine Logo
Index
Code IndexAdd Tabnine to your IDE (free)

How to use
Index
in
org.apache.openjpa.persistence.jdbc

Best Java code snippets using org.apache.openjpa.persistence.jdbc.Index (Showing top 20 results out of 315)

origin: org.apache.cxf.fediz/fediz-idp-core

private int id;
@Index
private String name;
origin: org.apache.openjpa/openjpa-all

/**
 * Parse the given index.
 */
private void parseIndex(MappingInfo info, Index idx) {
  parseIndex(info, idx.name(), idx.enabled(), idx.unique());
}
origin: org.apache.openjpa/openjpa-persistence-jdbc

/**
 * Parse @ContainerTable.
 */
protected void parseContainerTable(FieldMapping fm, ContainerTable ctbl) {
  DBIdentifier tblName = toTableIdentifier(ctbl.schema(), ctbl.name());
  fm.getMappingInfo().setTableIdentifier(tblName);
  parseXJoinColumns(fm, fm.getMappingInfo(), false, ctbl.joinColumns());
  if (ctbl.joinForeignKey().specified())
    parseForeignKey(fm.getMappingInfo(), ctbl.joinForeignKey());
  if (ctbl.joinIndex().specified())
    parseIndex(fm.getMappingInfo(), ctbl.joinIndex());
}
origin: org.apache.openjpa/openjpa-all

/**
 * Parse @ContainerTable.
 */
protected void parseContainerTable(FieldMapping fm, ContainerTable ctbl) {
  DBIdentifier tblName = toTableIdentifier(ctbl.schema(), ctbl.name());
  fm.getMappingInfo().setTableIdentifier(tblName);
  parseXJoinColumns(fm, fm.getMappingInfo(), false, ctbl.joinColumns());
  if (ctbl.joinForeignKey().specified())
    parseForeignKey(fm.getMappingInfo(), ctbl.joinForeignKey());
  if (ctbl.joinIndex().specified())
    parseIndex(fm.getMappingInfo(), ctbl.joinIndex());
}
origin: org.apache.cxf.fediz/fediz-idp-core

private int id;
@Index
@NotNull
private String claimType;
origin: org.apache.openejb.patch/openjpa

/**
 * Parse the given index.
 */
private void parseIndex(MappingInfo info, Index idx) {
  parseIndex(info, idx.name(), idx.enabled(), idx.unique());
}
origin: org.apache.openjpa/com.springsource.org.apache.openjpa

/**
 * Parse @ContainerTable.
 */
protected void parseContainerTable(FieldMapping fm, ContainerTable ctbl) {
  fm.getMappingInfo().setTableName(toTableName(ctbl.schema(),
    ctbl.name()));
  parseXJoinColumns(fm, fm.getMappingInfo(), false, ctbl.joinColumns());
  if (ctbl.joinForeignKey().specified())
    parseForeignKey(fm.getMappingInfo(), ctbl.joinForeignKey());
  if (ctbl.joinIndex().specified())
    parseIndex(fm.getMappingInfo(), ctbl.joinIndex());
}
origin: org.apache.cxf.fediz/fediz-idp-core

private int id;
@Index
private String name;
origin: org.apache.openjpa/openjpa-persistence-jdbc

/**
 * Parse the given index.
 */
private void parseIndex(MappingInfo info, Index idx) {
  parseIndex(info, idx.name(), idx.enabled(), idx.unique());
}
origin: org.apache.openejb.patch/openjpa

/**
 * Parse @ContainerTable.
 */
protected void parseContainerTable(FieldMapping fm, ContainerTable ctbl) {
  DBIdentifier tblName = toTableIdentifier(ctbl.schema(), ctbl.name());
  fm.getMappingInfo().setTableIdentifier(tblName);
  parseXJoinColumns(fm, fm.getMappingInfo(), false, ctbl.joinColumns());
  if (ctbl.joinForeignKey().specified())
    parseForeignKey(fm.getMappingInfo(), ctbl.joinForeignKey());
  if (ctbl.joinIndex().specified())
    parseIndex(fm.getMappingInfo(), ctbl.joinIndex());
}
origin: org.opencms/opencms-core

@Index(name = "CMS_REWRITES_IDX_01")
@Column(name = "SITE_ROOT", nullable = false, length = 64)
protected String m_siteRoot;
origin: org.apache.openjpa/com.springsource.org.apache.openjpa

/**
 * Parse the given index.
 */
private void parseIndex(MappingInfo info, Index idx) {
  parseIndex(info, idx.name(), idx.enabled(), idx.unique());
}
origin: org.opencms/opencms-core

@Index(name = "CMS_USERPUBLIST_IDX_02")
protected String m_structureId;
@Index(name = "CMS_USERPUBLIST_IDX_01")
protected String m_userId;
origin: org.apache.cxf.fediz/fediz-idp-core

private int id;
@Index
@NotNull
private String realm;  //wtrealm, whr
origin: org.apache.cxf.fediz/fediz-idp-core

@Index
@NotNull
private String realm;  //wtrealm, whr
origin: org.opencms/opencms-core

@Index(name = "CMS_ALIASES_IDX_1")
@Column(name = "structure_id", nullable = false, length = 36)
protected String m_structureId;
origin: org.apache.james/apache-james-mailbox-jpa

@Index(name = "INDEX_PROPERTY_LINE_NUMBER")
private int line;
origin: org.apache.cxf.fediz/fediz-idp-core

@Index
@NotNull
private String realm; // wtrealm, whr
origin: apache/oozie

private String bundleActionId = null;
@Index
@Column(name = "bundle_id")
private String bundleId = null;
origin: org.apache.oozie/oozie-core

private String bundleActionId = null;
@Index
@Column(name = "bundle_id")
private String bundleId = null;
org.apache.openjpa.persistence.jdbcIndex

Most used methods

  • <init>
  • enabled
  • name
  • specified
  • unique

Popular in Java

  • Making http requests using okhttp
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (Timer)
  • setScale (BigDecimal)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • 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