Uses of Class
org.chromattic.core.EmbeddedContext

Packages that use EmbeddedContext
org.chromattic.core   
org.chromattic.core.mapper.onetoone.embedded   
 

Uses of EmbeddedContext in org.chromattic.core
 

Methods in org.chromattic.core that return EmbeddedContext
protected  EmbeddedContext DomainSessionImpl._getEmbedded(EntityContext entityCtx, java.lang.Class<?> embeddedType)
           
protected abstract  EmbeddedContext DomainSession._getEmbedded(EntityContext ctx, java.lang.Class<?> embeddedType)
           
 EmbeddedContext EntityContext.getEmbedded(java.lang.Class<?> embeddedType)
           
 EmbeddedContext DomainSession.getEmbedded(EntityContext ctx, java.lang.Class<?> embeddedClass)
           
 EmbeddedContext DomainSession.unwrapMixin(java.lang.Object o)
          Unwraps the object to an embedded context
 

Methods in org.chromattic.core that return types with arguments of type EmbeddedContext
 ObjectMapper<EmbeddedContext> EmbeddedContext.getMapper()
           
 

Methods in org.chromattic.core with parameters of type EmbeddedContext
protected  void DomainSessionImpl._addMixin(EntityContext entityCtx, EmbeddedContext mixinCtx)
           
protected abstract  void DomainSession._addMixin(EntityContext entityCtx, EmbeddedContext mixinCtx)
           
 void EntityContext.addMixin(EmbeddedContext mixinCtx)
           
 void DomainSession.addMixin(EntityContext ctx, EmbeddedContext mixinCtx)
           
 

Uses of EmbeddedContext in org.chromattic.core.mapper.onetoone.embedded
 

Methods in org.chromattic.core.mapper.onetoone.embedded with parameters of type EmbeddedContext
 java.lang.Object JCREmbeddedPropertyMapper.get(EmbeddedContext context)
           
 void JCREmbeddedPropertyMapper.set(EmbeddedContext context, java.lang.Object value)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.