public interface SessionFactoryLifecycleAwareDialect extends GridDialect
GridDialect implementing this interface may access to the different stages of a session factory life-cycle| Modifier and Type | Method and Description |
|---|---|
void |
sessionFactoryCreated(SessionFactoryImplementor sessionFactoryImplementor)
Injection point for the dialect to receive the session factory.
|
createAssociation, createTuple, forEachTuple, getAssociation, getDuplicateInsertPreventionStrategy, getLockingStrategy, getTuple, insertOrUpdateAssociation, insertOrUpdateTuple, isStoredInEntityStructure, nextValue, overrideType, removeAssociation, removeTuple, supportsSequences, usesNavigationalInformationForInverseSideOfAssociationsvoid sessionFactoryCreated(SessionFactoryImplementor sessionFactoryImplementor)
sessionFactoryImplementor - a successfully created SessionFactoryImplementorCopyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.