Package thewebsemantic
Class NullJPAHelper
- java.lang.Object
-
- thewebsemantic.NullJPAHelper
-
- All Implemented Interfaces:
AnnotationHelper
public class NullJPAHelper extends Object implements AnnotationHelper
-
-
Constructor Summary
Constructors Constructor Description NullJPAHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Class<? extends T>getProxy(Class<T> c)booleanisEmbedded(Object bean)booleanisGenerated(ValuesContext ctx)booleanproxyRequired()
-
-
-
Method Detail
-
isGenerated
public boolean isGenerated(ValuesContext ctx)
- Specified by:
isGeneratedin interfaceAnnotationHelper
-
isEmbedded
public boolean isEmbedded(Object bean)
- Specified by:
isEmbeddedin interfaceAnnotationHelper
-
proxyRequired
public boolean proxyRequired()
- Specified by:
proxyRequiredin interfaceAnnotationHelper
-
getProxy
public <T> Class<? extends T> getProxy(Class<T> c) throws InstantiationException, IllegalAccessException
- Specified by:
getProxyin interfaceAnnotationHelper- Throws:
InstantiationExceptionIllegalAccessException
-
-