|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.core.layers.layer3.engine.AbstractStorageEngineReader
org.neodatis.odb.core.layers.layer3.engine.AbstractStorageEngine
org.neodatis.odb.impl.core.layers.layer3.engine.LocalStorageEngine
public class LocalStorageEngine
Field Summary | |
---|---|
protected ISession |
session
|
Fields inherited from class org.neodatis.odb.core.layers.layer3.engine.AbstractStorageEngine |
---|
classIntrospector, commitListeners, currentTransactionId, introspectionCallbackForInsert, introspectionCallbackForUpdate, isLocal, objectIntrospector, triggerManager |
Fields inherited from class org.neodatis.odb.core.layers.layer3.engine.AbstractStorageEngineReader |
---|
baseIdentification, isClosed, objectReader, provider |
Constructor Summary | |
---|---|
LocalStorageEngine(IBaseIdentification parameters)
|
Method Summary | |
---|---|
ClassInfoList |
addClasses(ClassInfoList classInfoList)
|
ISession |
buildDefaultSession()
|
IObjectIntrospector |
buildObjectIntrospector()
|
IObjectReader |
buildObjectReader()
|
IObjectWriter |
buildObjectWriter()
|
ITriggerManager |
buildTriggerManager()
|
ISession |
getSession(boolean throwExceptionIfDoesNotExist)
|
Methods inherited from class org.neodatis.odb.core.layers.layer3.engine.AbstractStorageEngineReader |
---|
addIndexOn, config, defragmentTo, deleteIndex, getMetaModel, getObjectInfos, getObjects, getObjects, rebuildIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.neodatis.odb.core.layers.layer3.IStorageEngine |
---|
addIndexOn, defragmentTo, deleteIndex, getObjectInfos, getObjects, getObjects, rebuildIndex |
Field Detail |
---|
protected ISession session
Constructor Detail |
---|
public LocalStorageEngine(IBaseIdentification parameters)
Method Detail |
---|
public ISession buildDefaultSession()
public ISession getSession(boolean throwExceptionIfDoesNotExist)
getSession
in interface IStorageEngine
getSession
in class AbstractStorageEngineReader
public ClassInfoList addClasses(ClassInfoList classInfoList)
public IObjectIntrospector buildObjectIntrospector()
public IObjectWriter buildObjectWriter()
public IObjectReader buildObjectReader()
public ITriggerManager buildTriggerManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |