|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContextFactory in pt.ist.fenixframework.atomic |
---|
Subclasses of ContextFactory in pt.ist.fenixframework.atomic | |
---|---|
class |
DefaultContextFactory
|
class |
DefaultContextFactoryViaReflection
This DefaultContextFactoryViaReflection tries to find, via reflection, the ContextFactory class of the backend in use. |
Uses of ContextFactory in pt.ist.fenixframework.backend |
---|
Methods in pt.ist.fenixframework.backend that return types with arguments of type ContextFactory | |
---|---|
Class<? extends ContextFactory> |
CurrentBackEndId.getAtomicContextFactoryClass()
|
abstract Class<? extends ContextFactory> |
BackEndId.getAtomicContextFactoryClass()
Get the Class instance for the factory that creates AtomicContext s. |
Uses of ContextFactory in pt.ist.fenixframework.backend.infinispan |
---|
Methods in pt.ist.fenixframework.backend.infinispan that return types with arguments of type ContextFactory | |
---|---|
protected Class<? extends ContextFactory> |
InfinispanCodeGenerator.getAtomicContextFactoryClass()
|
Uses of ContextFactory in pt.ist.fenixframework.backend.jvstmmem |
---|
Methods in pt.ist.fenixframework.backend.jvstmmem that return types with arguments of type ContextFactory | |
---|---|
protected Class<? extends ContextFactory> |
JVSTMMemCodeGenerator.getAtomicContextFactoryClass()
|
Uses of ContextFactory in pt.ist.fenixframework.backend.mem |
---|
Methods in pt.ist.fenixframework.backend.mem that return types with arguments of type ContextFactory | |
---|---|
protected Class<? extends ContextFactory> |
MemCodeGenerator.getAtomicContextFactoryClass()
|
Uses of ContextFactory in pt.ist.fenixframework.backend.ogm |
---|
Methods in pt.ist.fenixframework.backend.ogm that return types with arguments of type ContextFactory | |
---|---|
protected Class<? extends ContextFactory> |
OgmCodeGenerator.getAtomicContextFactoryClass()
|
Uses of ContextFactory in pt.ist.fenixframework.dml |
---|
Methods in pt.ist.fenixframework.dml that return types with arguments of type ContextFactory | |
---|---|
protected Class<? extends ContextFactory> |
DefaultCodeGenerator.getAtomicContextFactoryClass()
|
protected abstract Class<? extends ContextFactory> |
CodeGenerator.getAtomicContextFactoryClass()
Get the class that implements the ContextFactory for AtomicContexts |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |