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

All Implemented Interfaces:
    Fetchable, KeyValue

A many-to-one association mapping
Fields inherited from org.hibernate.mapping.ToOne:
referencedPropertyName,  unwrapProxy
Constructor:
 public ManyToOne(Table table) 
Method from org.hibernate.mapping.ManyToOne Summary:
accept,   createForeignKey,   createPropertyRefConstraints,   getType,   isIgnoreNotFound,   setIgnoreNotFound
Methods from org.hibernate.mapping.ToOne:
accept,   createForeignKey,   getFetchMode,   getReferencedEntityName,   getReferencedPropertyName,   getType,   isEmbedded,   isLazy,   isTypeSpecified,   isUnwrapProxy,   isValid,   setEmbedded,   setFetchMode,   setLazy,   setReferencedEntityName,   setReferencedPropertyName,   setTypeUsingReflection,   setUnwrapProxy
Methods from org.hibernate.mapping.SimpleValue:
accept,   addColumn,   addFormula,   createForeignKey,   createForeignKeyOfEntity,   createIdentifierGenerator,   getColumnInsertability,   getColumnIterator,   getColumnSpan,   getColumnUpdateability,   getConstraintColumns,   getFetchMode,   getForeignKeyName,   getIdentifierGeneratorProperties,   getIdentifierGeneratorStrategy,   getNullValue,   getTable,   getType,   getTypeName,   getTypeParameters,   hasFormula,   isAlternateUniqueKey,   isCascadeDeleteEnabled,   isIdentityColumn,   isNullable,   isSimpleValue,   isTypeSpecified,   isUpdateable,   isValid,   setAlternateUniqueKey,   setCascadeDeleteEnabled,   setForeignKeyName,   setIdentifierGeneratorProperties,   setIdentifierGeneratorStrategy,   setNullValue,   setTable,   setTypeName,   setTypeParameters,   setTypeUsingReflection,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.mapping.ManyToOne Detail:
 public Object accept(ValueVisitor visitor) 
 public  void createForeignKey() throws MappingException 
 public  void createPropertyRefConstraints(Map persistentClasses) 
 public Type getType() throws MappingException 
 public boolean isIgnoreNotFound() 
 public  void setIgnoreNotFound(boolean ignoreNotFound)