Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers.entities » [javadoc | source]
org.hibernate.envers.entities
public class: PropertyData [javadoc | source]
java.lang.Object
   org.hibernate.envers.entities.PropertyData
Holds information on a property that is audited.
Constructor:
 public PropertyData(String newName,
    PropertyData propertyData) 
    Copies the given property data, except the name.
    Parameters:
    newName - New name.
    propertyData - Property data to copy the rest of properties from.
 public PropertyData(String name,
    String accessType,
    ModificationStore store) 
    Parameters:
    name - Name of the property.
    accessType - Accessor type for this property.
    store - How this property should be stored.
Method from org.hibernate.envers.entities.PropertyData Summary:
getAccessType,   getName,   getStore
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.entities.PropertyData Detail:
 public String getAccessType() 
 public String getName() 
 public ModificationStore getStore()