Tabnine Logo
AnnotatedObjectImpl.getXrefs
Code IndexAdd Tabnine to your IDE (free)

How to use
getXrefs
method
in
uk.ac.ebi.intact.model.AnnotatedObjectImpl

Best Java code snippets using uk.ac.ebi.intact.model.AnnotatedObjectImpl.getXrefs (Showing top 20 results out of 315)

origin: uk.ac.ebi.intact/intact-core

@OneToMany( mappedBy = "parent", cascade = {CascadeType.PERSIST, CascadeType.REMOVE} )
@Override
public Collection<BioSourceXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core

@OneToMany( mappedBy = "parent", cascade = {CascadeType.ALL}, orphanRemoval = true )
public Collection<InstitutionXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

@OneToMany( mappedBy = "parent", cascade = {CascadeType.ALL}, orphanRemoval = true )
public Collection<InstitutionXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact/intact-core

@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<InteractorXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact/intact-core

/**
 * {@inheritDoc}
 */
@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<ComponentXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

@OneToMany( mappedBy = "parent", orphanRemoval = true )
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
      org.hibernate.annotations.CascadeType.DELETE,
      org.hibernate.annotations.CascadeType.SAVE_UPDATE,
      org.hibernate.annotations.CascadeType.MERGE,
      org.hibernate.annotations.CascadeType.REFRESH,
      org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<FeatureXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core

@OneToMany( mappedBy = "parent", orphanRemoval = true )
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
      org.hibernate.annotations.CascadeType.DELETE,
      org.hibernate.annotations.CascadeType.SAVE_UPDATE,
      org.hibernate.annotations.CascadeType.MERGE,
      org.hibernate.annotations.CascadeType.REFRESH,
      org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<FeatureXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core

@OneToMany( mappedBy = "parent", orphanRemoval = true )
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
      org.hibernate.annotations.CascadeType.DELETE,
      org.hibernate.annotations.CascadeType.SAVE_UPDATE,
      org.hibernate.annotations.CascadeType.MERGE,
      org.hibernate.annotations.CascadeType.REFRESH,
      org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<BioSourceXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core

@OneToMany( mappedBy = "parent", orphanRemoval = true)
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
    org.hibernate.annotations.CascadeType.DELETE,
    org.hibernate.annotations.CascadeType.SAVE_UPDATE,
    org.hibernate.annotations.CascadeType.MERGE,
      org.hibernate.annotations.CascadeType.REFRESH,
      org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<CvObjectXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact/intact-core

@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<PublicationXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact/intact-core

@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<CvObjectXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact/intact-core

@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<ExperimentXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

@OneToMany( mappedBy = "parent", orphanRemoval = true )
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
      org.hibernate.annotations.CascadeType.DELETE,
      org.hibernate.annotations.CascadeType.SAVE_UPDATE,
      org.hibernate.annotations.CascadeType.MERGE,
      org.hibernate.annotations.CascadeType.REFRESH,
      org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<BioSourceXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact/intact-core

@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<FeatureXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

@OneToMany( mappedBy = "parent", orphanRemoval = true)
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
    org.hibernate.annotations.CascadeType.DELETE,
    org.hibernate.annotations.CascadeType.SAVE_UPDATE,
    org.hibernate.annotations.CascadeType.MERGE,
      org.hibernate.annotations.CascadeType.REFRESH,
      org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<CvObjectXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

/**
 * {@inheritDoc}
 */
@OneToMany( mappedBy = "parent", orphanRemoval = true )
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
    org.hibernate.annotations.CascadeType.DELETE,
    org.hibernate.annotations.CascadeType.SAVE_UPDATE,
    org.hibernate.annotations.CascadeType.MERGE,
    org.hibernate.annotations.CascadeType.REFRESH,
    org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<ComponentXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact.core/intact-core

/**
 * {@inheritDoc}
 */
@OneToMany( mappedBy = "parent", orphanRemoval = true )
@Cascade( value = {org.hibernate.annotations.CascadeType.PERSIST,
    org.hibernate.annotations.CascadeType.DELETE,
    org.hibernate.annotations.CascadeType.SAVE_UPDATE,
    org.hibernate.annotations.CascadeType.MERGE,
    org.hibernate.annotations.CascadeType.REFRESH,
    org.hibernate.annotations.CascadeType.DETACH} )
@Override
public Collection<ComponentXref> getXrefs() {
  return super.getXrefs();
}
origin: uk.ac.ebi.intact/intact-core

AnnotatedObjectImpl copy = ( AnnotatedObjectImpl ) super.clone();
Collection<T> xrefs = getXrefs();
for ( Xref xref : getXrefs() ) {
  Xref xrefClone = ( Xref ) xref.clone();
  xrefClone.setParent( copy );
origin: uk.ac.ebi.intact.core/intact-core-readonly

AnnotatedObjectImpl copy = ( AnnotatedObjectImpl ) super.clone();
Collection<T> xrefs = getXrefs();
for ( Xref xref : getXrefs() ) {
  Xref xrefClone = ( Xref ) xref.clone();
  xrefClone.setParent( copy );
origin: uk.ac.ebi.intact.core/intact-core

AnnotatedObjectImpl copy = ( AnnotatedObjectImpl ) super.clone();
Collection<T> xrefs = getXrefs();
for ( Xref xref : getXrefs() ) {
  Xref xrefClone = ( Xref ) xref.clone();
  xrefClone.setParent( copy );
uk.ac.ebi.intact.modelAnnotatedObjectImplgetXrefs

Popular methods of AnnotatedObjectImpl

  • clone
  • equals
    Equality for AnnotatedObjects is currently based on equality forXrefs, shortLabels and fullNames.
  • getAc
  • getAliases
  • getAnnotations
    This property must be overriden so it can have proper mappings
  • hashCode
    This class overwrites equals. To ensure proper functioning of HashTable, hashCode must be overwritte
  • setAliases
  • setOwner
  • setXrefs
  • getFullName
  • getShortLabel
  • prepareShortLabel
  • getShortLabel,
  • prepareShortLabel,
  • toString,
  • getOwner

Popular in Java

  • Finding current android device location
  • setRequestProperty (URLConnection)
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top Vim 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