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

All Implemented Interfaces:
    MetaAttributable, Serializable

Direct Known Subclasses:
    IndexBackref, Backref

Represents a property as part of an entity or a component.
Method from org.hibernate.mapping.Property Summary:
getAccessorPropertyName,   getCascade,   getCascadeStyle,   getColumnIterator,   getColumnSpan,   getGeneration,   getGetter,   getMetaAttribute,   getMetaAttributes,   getName,   getNodeName,   getPersistentClass,   getPropertyAccessor,   getPropertyAccessorName,   getSetter,   getType,   getValue,   isBackRef,   isBasicPropertyAccessor,   isComposite,   isInsertable,   isLazy,   isNaturalIdentifier,   isNullable,   isOptimisticLocked,   isOptional,   isPrimitive,   isSelectable,   isUpdateable,   isValid,   setCascade,   setGeneration,   setInsertable,   setLazy,   setMetaAttributes,   setName,   setNaturalIdentifier,   setNodeName,   setOptimisticLocked,   setOptional,   setPersistentClass,   setPropertyAccessorName,   setSelectable,   setUpdateable,   setValue,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.mapping.Property Detail:
 public String getAccessorPropertyName(EntityMode mode) 
 public String getCascade() 
 public CascadeStyle getCascadeStyle() throws MappingException 
 public Iterator getColumnIterator() 
 public int getColumnSpan() 
 public PropertyGeneration getGeneration() 
 public Getter getGetter(Class clazz) throws MappingException, PropertyNotFoundException 
 public MetaAttribute getMetaAttribute(String attributeName) 
 public Map getMetaAttributes() 
 public String getName() 
 public String getNodeName() 
 public PersistentClass getPersistentClass() 
 public PropertyAccessor getPropertyAccessor(Class clazz) throws MappingException 
 public String getPropertyAccessorName() 
 public Setter getSetter(Class clazz) throws MappingException, PropertyNotFoundException 
 public Type getType() throws MappingException 
 public Value getValue() 
 public boolean isBackRef() 
 public boolean isBasicPropertyAccessor() 
 public boolean isComposite() 
 public boolean isInsertable() 
 public boolean isLazy() 
 public boolean isNaturalIdentifier() 
 boolean isNullable() 
    Approximate!
 public boolean isOptimisticLocked() 
 public boolean isOptional() 
 public boolean isPrimitive(Class clazz) 
 public boolean isSelectable() 
 public boolean isUpdateable() 
 public boolean isValid(Mapping mapping) throws MappingException 
 public  void setCascade(String cascade) 
 public  void setGeneration(PropertyGeneration generation) 
 public  void setInsertable(boolean insertable) 
 public  void setLazy(boolean lazy) 
 public  void setMetaAttributes(Map metas) 
 public  void setName(String name) 
 public  void setNaturalIdentifier(boolean naturalIdentifier) 
 public  void setNodeName(String nodeName) 
 public  void setOptimisticLocked(boolean optimisticLocked) 
 public  void setOptional(boolean optional) 
 public  void setPersistentClass(PersistentClass persistentClass) 
 public  void setPropertyAccessorName(String string) 
 public  void setSelectable(boolean selectable) 
 public  void setUpdateable(boolean mutable) 
 public  void setValue(Value value) 
 public String toString()