Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » mapping » [javadoc | source]
org.hibernate.mapping
public class: OneToMany [javadoc | source]
java.lang.Object
   org.hibernate.mapping.OneToMany

All Implemented Interfaces:
    Value

A mapping for a one-to-many association
Constructor:
 public OneToMany(PersistentClass owner) throws MappingException 
Method from org.hibernate.mapping.OneToMany Summary:
accept,   createForeignKey,   getAssociatedClass,   getColumnInsertability,   getColumnIterator,   getColumnSpan,   getColumnUpdateability,   getFetchMode,   getReferencedEntityName,   getTable,   getType,   hasFormula,   isAlternateUniqueKey,   isEmbedded,   isIgnoreNotFound,   isNullable,   isSimpleValue,   isValid,   setAssociatedClass,   setEmbedded,   setIgnoreNotFound,   setReferencedEntityName,   setTypeUsingReflection
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.mapping.OneToMany Detail:
 public Object accept(ValueVisitor visitor) 
 public  void createForeignKey() 
 public PersistentClass getAssociatedClass() 
 public boolean[] getColumnInsertability() 
 public Iterator getColumnIterator() 
 public int getColumnSpan() 
 public boolean[] getColumnUpdateability() 
 public FetchMode getFetchMode() 
 public String getReferencedEntityName() 
 public Table getTable() 
    Table of the owner entity (the "one" side)
 public Type getType() 
 public boolean hasFormula() 
 public boolean isAlternateUniqueKey() 
 public boolean isEmbedded() 
 public boolean isIgnoreNotFound() 
 public boolean isNullable() 
 public boolean isSimpleValue() 
 public boolean isValid(Mapping mapping) throws MappingException 
 public  void setAssociatedClass(PersistentClass associatedClass) 
    Associated entity on the many side
 public  void setEmbedded(boolean embedded) 
 public  void setIgnoreNotFound(boolean ignoreNotFound) 
 public  void setReferencedEntityName(String referencedEntityName) 
    Associated entity on the "many" side
 public  void setTypeUsingReflection(String className,
    String propertyName)