edu.sc.seis.fissuresUtil.hibernate
Class LocTypeAccess

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.hibernate.LocTypeAccess
All Implemented Interfaces:
org.hibernate.property.PropertyAccessor

public class LocTypeAccess
extends java.lang.Object
implements org.hibernate.property.PropertyAccessor


Constructor Summary
LocTypeAccess()
           
 
Method Summary
 org.hibernate.property.Getter getGetter(java.lang.Class arg0, java.lang.String arg1)
           
 org.hibernate.property.Setter getSetter(java.lang.Class arg0, java.lang.String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocTypeAccess

public LocTypeAccess()
Method Detail

getGetter

public org.hibernate.property.Getter getGetter(java.lang.Class arg0,
                                               java.lang.String arg1)
                                        throws org.hibernate.PropertyNotFoundException
Specified by:
getGetter in interface org.hibernate.property.PropertyAccessor
Throws:
org.hibernate.PropertyNotFoundException

getSetter

public org.hibernate.property.Setter getSetter(java.lang.Class arg0,
                                               java.lang.String arg1)
                                        throws org.hibernate.PropertyNotFoundException
Specified by:
getSetter in interface org.hibernate.property.PropertyAccessor
Throws:
org.hibernate.PropertyNotFoundException