org.chromattic.core
Class Domain

java.lang.Object
  extended by org.chromattic.core.Domain

public class Domain
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Domain(Set<TypeMapping> typeMappings, Instrumentor instrumentor, ObjectFormatter objectFormatter, boolean stateCacheEnabled)
           
 
Method Summary
 Instrumentor getInstrumentor()
           
 DomainSession getSession(SessionWrapper jcrSession)
           
 TypeMapper getTypeMapper(Class<?> clazz)
           
 TypeMapper getTypeMapper(String nodeTypeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain

public Domain(Set<TypeMapping> typeMappings,
              Instrumentor instrumentor,
              ObjectFormatter objectFormatter,
              boolean stateCacheEnabled)
Method Detail

getSession

public DomainSession getSession(SessionWrapper jcrSession)

getInstrumentor

public Instrumentor getInstrumentor()

getTypeMapper

public TypeMapper getTypeMapper(String nodeTypeName)

getTypeMapper

public TypeMapper getTypeMapper(Class<?> clazz)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.