org.hibernatespatial.readers
Class FeatureAdapter

java.lang.Object
  extended by org.hibernatespatial.readers.FeatureAdapter

public class FeatureAdapter
extends Object

Adapts arbitrary objects to the Feature interface using dynamic proxying.

Author:
Karel Maesen

Constructor Summary
FeatureAdapter()
           
 
Method Summary
static Feature adapt(Object o, org.hibernate.metadata.ClassMetadata cf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureAdapter

public FeatureAdapter()
Method Detail

adapt

public static Feature adapt(Object o,
                            org.hibernate.metadata.ClassMetadata cf)


Copyright © 2011 hibernatespatial.org. All Rights Reserved.