org.trails.descriptor
Class OwningObjectReferenceDescriptor

java.lang.Object
  extended by org.trails.descriptor.OwningObjectReferenceDescriptor
All Implemented Interfaces:
java.io.Serializable, IDescriptorExtension

public class OwningObjectReferenceDescriptor
extends java.lang.Object
implements IDescriptorExtension

This class represents a one-to-one association and is created by HibernateDescriptorDecorator at bootstrap time

Author:
kenneth.colassi nhhockeyplayer@hotmail.com
See Also:
HibernateDescriptorDecorator, ObjectReferenceDescriptor, AssociationSelect, AssociationMgt, Serialized Form

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
OwningObjectReferenceDescriptor()
           
 
Method Summary
 java.lang.String getInverseProperty()
           
 void setInverseProperty(java.lang.String inverseProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.commons.logging.Log LOG
Constructor Detail

OwningObjectReferenceDescriptor

public OwningObjectReferenceDescriptor()
Method Detail

getInverseProperty

public java.lang.String getInverseProperty()

setInverseProperty

public void setInverseProperty(java.lang.String inverseProperty)


Copyright © 2004-2007. All Rights Reserved.