play.modules.morphia
Class MorphiaEnhancer

java.lang.Object
  extended by Enhancer
      extended by play.modules.morphia.MorphiaEnhancer

public class MorphiaEnhancer
extends Enhancer

This class uses the Play framework enhancement process to enhance classes marked with the morphia annotations.

Author:
greenlaw110@gmail.com

Field Summary
static java.lang.String PACKAGE_NAME
           
 
Constructor Summary
MorphiaEnhancer()
           
 
Method Summary
 void enhanceThisClass(ApplicationClass applicationClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE_NAME

public static final java.lang.String PACKAGE_NAME
See Also:
Constant Field Values
Constructor Detail

MorphiaEnhancer

public MorphiaEnhancer()
Method Detail

enhanceThisClass

public void enhanceThisClass(ApplicationClass applicationClass)
                      throws java.lang.Exception
Throws:
java.lang.Exception