org.cumulus4j.store.model
Class FieldMetaDAO
java.lang.Object
   org.cumulus4j.store.model.AbstractDAO
org.cumulus4j.store.model.AbstractDAO
       org.cumulus4j.store.model.FieldMetaDAO
org.cumulus4j.store.model.FieldMetaDAO
- public class FieldMetaDAO 
- 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 | 
 
FieldMetaDAO
public FieldMetaDAO()
FieldMetaDAO
public FieldMetaDAO(PersistenceManager pm)
getFieldMetasForClassMeta
public Collection<FieldMeta> getFieldMetasForClassMeta(ClassMeta classMeta)
- 
 
getSubFieldMetasForFieldMeta
public Collection<FieldMeta> getSubFieldMetasForFieldMeta(FieldMeta fieldMeta)
- 
 
getFieldMeta
public FieldMeta getFieldMeta(long fieldID,
                              boolean throwExceptionIfNotFound)
- 
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.