Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.store.model.EmbeddedClassMeta

Packages that use EmbeddedClassMeta
org.cumulus4j.store.fieldmanager Package providing field managers for extracting information from the objects to be persisted so we can pass them on to the backend StoreManager(s), and for taking information from the backend and handing it back to the user by way of their own objects. 
org.cumulus4j.store.model Data model classes used to store data and meta-data in the backend. 
org.cumulus4j.store.query Query implementation for JDO and JPA. 
 

Uses of EmbeddedClassMeta in org.cumulus4j.store.fieldmanager
 

Methods in org.cumulus4j.store.fieldmanager with parameters of type EmbeddedClassMeta
protected  EmbeddedObjectContainer StoreFieldManager.createEmbeddedObjectContainerFromPC(FieldMeta fieldMeta, EmbeddedClassMeta embeddedClassMeta, Object pc)
           
 

Uses of EmbeddedClassMeta in org.cumulus4j.store.model
 

Methods in org.cumulus4j.store.model that return EmbeddedClassMeta
 EmbeddedClassMeta EmbeddedFieldMeta.getClassMeta()
           
 EmbeddedClassMeta FieldMeta.getEmbeddedClassMeta()
           
 EmbeddedClassMeta ClassMetaDAO.getEmbeddedClassMeta(FieldMeta embeddingFieldMeta, boolean throwExceptionIfNotFound)
           
 

Methods in org.cumulus4j.store.model with parameters of type EmbeddedClassMeta
 void FieldMeta.setEmbeddedClassMeta(EmbeddedClassMeta embeddedClassMeta)
           
 

Constructors in org.cumulus4j.store.model with parameters of type EmbeddedClassMeta
EmbeddedFieldMeta(EmbeddedClassMeta classMeta, EmbeddedFieldMeta ownerFieldMeta, FieldMeta nonEmbeddedFieldMeta)
           
 

Uses of EmbeddedClassMeta in org.cumulus4j.store.query
 

Methods in org.cumulus4j.store.query that return EmbeddedClassMeta
 EmbeddedClassMeta QueryEvaluator.getValueTypeEmbeddedClassMeta(Symbol symbol)
           
 

Methods in org.cumulus4j.store.query with parameters of type EmbeddedClassMeta
 void QueryEvaluator.registerValueTypeEmbeddedClassMeta(Symbol symbol, EmbeddedClassMeta embeddedClassMeta)
           
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.