org.cumulus4j.store.annotation.datanucleus
Class NotQueryableHandler
java.lang.Object
   org.cumulus4j.store.annotation.datanucleus.NotQueryableHandler
org.cumulus4j.store.annotation.datanucleus.NotQueryableHandler
- All Implemented Interfaces: 
- MemberAnnotationHandler
- public class NotQueryableHandler 
- extends Object- implements MemberAnnotationHandler
Handler for the NotQueryable annotation when applied to a field/property of a persistable class.
 Translates it into the extension "cumulus4j-queryable" being set to "false".
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NotQueryableHandler
public NotQueryableHandler()
processMemberAnnotation
public void processMemberAnnotation(AnnotationObject ann,
                                    AbstractMemberMetaData mmd,
                                    ClassLoaderResolver clr)
- 
- Specified by:
- processMemberAnnotationin interface- MemberAnnotationHandler
 
- 
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.