public class EhcacheDialect extends BaseGridDialect
| Constructor and Description |
|---|
EhcacheDialect(EhcacheDatastoreProvider datastoreProvider) |
overrideTypepublic EhcacheDialect(EhcacheDatastoreProvider datastoreProvider)
public org.hibernate.dialect.lock.LockingStrategy getLockingStrategy(org.hibernate.persister.entity.Lockable lockable,
org.hibernate.LockMode lockMode)
public Tuple getTuple(EntityKey key, TupleContext tupleContext)
public Tuple createTuple(EntityKey key, TupleContext tupleContext)
public void updateTuple(Tuple tuple, EntityKey key, TupleContext tupleContext)
public void removeTuple(EntityKey key, TupleContext tupleContext)
public Association getAssociation(AssociationKey key, AssociationContext associationContext)
public Association createAssociation(AssociationKey key, AssociationContext associationContext)
public void updateAssociation(Association association, AssociationKey key, AssociationContext associationContext)
public void removeAssociation(AssociationKey key, AssociationContext associationContext)
public Tuple createTupleAssociation(AssociationKey associationKey, RowKey rowKey)
public Number nextValue(NextValueRequest request)
public boolean supportsSequences()
public boolean isStoredInEntityStructure(AssociationKey associationKey, AssociationContext associationContext)
public void forEachTuple(Consumer consumer, EntityKeyMetadata... entityKeyMetadatas)
Copyright © 2010-2014 Hibernate. All Rights Reserved.