org.cumulus4j.store.annotation.datanucleus
Class NotQueryableHandler
java.lang.Object
  
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:
 processMemberAnnotation in interface MemberAnnotationHandler
 
 
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.