org.cumulus4j.store.model
Class ClassMetaDAO
java.lang.Object
org.cumulus4j.store.model.AbstractDAO
org.cumulus4j.store.model.ClassMetaDAO
public class ClassMetaDAO
- extends AbstractDAO
Fields inherited from class org.cumulus4j.store.model.AbstractDAO |
pm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassMetaDAO
public ClassMetaDAO()
ClassMetaDAO
public ClassMetaDAO(PersistenceManager pm)
getMultiClassMetaOrFilterPart
public static String getMultiClassMetaOrFilterPart(Map<String,Object> queryParams,
Collection<ClassMeta> classMetas)
getClassMeta
public ClassMeta getClassMeta(String packageName,
String simpleClassName,
boolean throwExceptionIfNotFound)
getClassMeta
public ClassMeta getClassMeta(Class<?> clazz,
boolean throwExceptionIfNotFound)
getClassMeta
public ClassMeta getClassMeta(long classID,
boolean throwExceptionIfNotFound)
getEmbeddedClassMeta
public EmbeddedClassMeta getEmbeddedClassMeta(FieldMeta embeddingFieldMeta,
boolean throwExceptionIfNotFound)
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.