public interface IHibernateStore extends IStore, IDBConnectionProvider, IStore.CanHandleClientAssignedIDs
SessionFactory
and the installed
EPackage
instances.IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHE_RESULTS
If results should be cached in the query cache, only needed if they are accessed directly as part of the query.
|
static java.lang.String |
FIRST_RESULT |
static java.lang.String |
QUERY_LANGUAGE |
Modifier and Type | Method and Description |
---|---|
org.hibernate.cfg.Configuration |
getHibernateConfiguration() |
org.hibernate.SessionFactory |
getHibernateSessionFactory() |
createObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getReader, getRepository, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, getWriter, isFirstStart, removePersistentProperties, setPersistentProperties
getConnection
static final java.lang.String QUERY_LANGUAGE
static final java.lang.String FIRST_RESULT
static final java.lang.String CACHE_RESULTS
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html