Codota Logo
AnnotatedObjectImpl.getAliases
Code IndexAdd Codota to your IDE (free)

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

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

  • Common ways to obtain AnnotatedObjectImpl
private void myMethod () {
AnnotatedObjectImpl a =
  • Codota IconBasicObjectImpl basicObjectImpl;(AnnotatedObjectImpl) basicObjectImpl.clone()
  • Smart code suggestions by Codota
}
origin: uk.ac.ebi.intact/intact-core

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

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

@OneToMany( mappedBy = "parent", cascade = {CascadeType.ALL}, orphanRemoval = true)
public Collection<InstitutionAlias> getAliases() {
  return super.getAliases();
}
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<FeatureAlias> getAliases() {
  return super.getAliases();
}
origin: uk.ac.ebi.intact/intact-core

@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<PublicationAlias> getAliases() {
  return super.getAliases();
}
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<CvObjectAlias> getAliases() {
  return super.getAliases();
}
origin: uk.ac.ebi.intact/intact-core

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

/**
 * {@inheritDoc}
 */
@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<ComponentAlias> getAliases() {
  return super.getAliases();
}
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<BioSourceAlias> getAliases() {
  return super.getAliases();
}
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<BioSourceAlias> getAliases() {
  return super.getAliases();
}
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<CvObjectAlias> getAliases() {
  return super.getAliases();
}
origin: uk.ac.ebi.intact/intact-core

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

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

@OneToMany( mappedBy = "parent" )
@Cascade( value = org.hibernate.annotations.CascadeType.ALL )
@Override
public Collection<InteractorAlias> getAliases() {
  return super.getAliases();
}
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<FeatureAlias> getAliases() {
  return super.getAliases();
}
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<ComponentAlias> getAliases() {
  return super.getAliases();
}
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<ComponentAlias> getAliases() {
  return super.getAliases();
}
origin: uk.ac.ebi.intact/intact-core

Collection<A> aliases = getAliases();
for ( Alias alias : getAliases() ) {
  Alias aliasClone = ( Alias ) alias.clone();
  aliasClone.setParent( copy );
origin: uk.ac.ebi.intact.core/intact-core

Collection<A> aliases = getAliases();
for ( Alias alias : getAliases() ) {
  Alias aliasClone = ( Alias ) alias.clone();
  aliasClone.setParent( copy );
origin: uk.ac.ebi.intact.core/intact-core-readonly

Collection<A> aliases = getAliases();
for ( Alias alias : getAliases() ) {
  Alias aliasClone = ( Alias ) alias.clone();
  aliasClone.setParent( copy );
uk.ac.ebi.intact.modelAnnotatedObjectImplgetAliases

Popular methods of AnnotatedObjectImpl

  • clone
  • equals
    Equality for AnnotatedObjects is currently based on equality forXrefs, shortLabels and fullNames.
  • getAc
  • getAnnotations
    This property must be overriden so it can have proper mappings
  • getXrefs
  • 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

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Iterator (java.util)
    An iterator over a collection. Iterator takes the place of Enumeration in the Java Collections Frame
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
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