net.databinder.cay
Class Databinder

java.lang.Object
  extended by net.databinder.cay.Databinder

public class Databinder
extends java.lang.Object

Provides access to Cayenne context for this thread.


Constructor Summary
Databinder()
           
 
Method Summary
static org.apache.cayenne.access.DataContext getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Databinder

public Databinder()
Method Detail

getContext

public static org.apache.cayenne.access.DataContext getContext()
Returns:
Cayenne context (possbly new) for this thread.


Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.