com.wideplay.warp.persist
Class Defaults

java.lang.Object
  extended by com.wideplay.warp.persist.Defaults

public class Defaults
extends Object

Configuration default values.


Nested Class Summary
static interface Defaults.DefaultUnit
          Default persistence unit annotation.
 
Field Summary
static com.google.inject.matcher.Matcher<? super Class<?>> FINDER_CLASS_MATCHER
           
static com.google.inject.matcher.Matcher<? super Method> FINDER_METHOD_MATCHER
           
static com.google.inject.matcher.Matcher<? super Class<?>> TX_CLASS_MATCHER
           
static com.google.inject.matcher.Matcher<? super Method> TX_METHOD_MATCHER
           
static UnitOfWork UNIT_OF_WORK
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNIT_OF_WORK

public static final UnitOfWork UNIT_OF_WORK

TX_CLASS_MATCHER

public static final com.google.inject.matcher.Matcher<? super Class<?>> TX_CLASS_MATCHER

TX_METHOD_MATCHER

public static final com.google.inject.matcher.Matcher<? super Method> TX_METHOD_MATCHER

FINDER_CLASS_MATCHER

public static final com.google.inject.matcher.Matcher<? super Class<?>> FINDER_CLASS_MATCHER

FINDER_METHOD_MATCHER

public static final com.google.inject.matcher.Matcher<? super Method> FINDER_METHOD_MATCHER