Cumulus4j API
(1.0.2)

org.cumulus4j.store.model
Class ClassMetaDAO

java.lang.Object
  extended by org.cumulus4j.store.model.AbstractDAO
      extended by org.cumulus4j.store.model.ClassMetaDAO

public class ClassMetaDAO
extends AbstractDAO


Field Summary
 
Fields inherited from class org.cumulus4j.store.model.AbstractDAO
pm
 
Constructor Summary
ClassMetaDAO()
           
ClassMetaDAO(PersistenceManager pm)
           
 
Method Summary
 ClassMeta getClassMeta(Class<?> clazz, boolean throwExceptionIfNotFound)
           
 ClassMeta getClassMeta(String packageName, String simpleClassName, boolean throwExceptionIfNotFound)
           
 
Methods inherited from class org.cumulus4j.store.model.AbstractDAO
getPersistenceManager, setPersistenceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMetaDAO

public ClassMetaDAO()

ClassMetaDAO

public ClassMetaDAO(PersistenceManager pm)
Method Detail

getClassMeta

public ClassMeta getClassMeta(String packageName,
                              String simpleClassName,
                              boolean throwExceptionIfNotFound)

getClassMeta

public ClassMeta getClassMeta(Class<?> clazz,
                              boolean throwExceptionIfNotFound)

Cumulus4j API
(1.0.2)

Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.