com.atlassian.hibernate
Class BucketClobStringType.LobCreatorSynchronization

java.lang.Object
  extended by org.springframework.transaction.support.TransactionSynchronizationAdapter
      extended by com.atlassian.hibernate.BucketClobStringType.LobCreatorSynchronization
All Implemented Interfaces:
org.springframework.core.Ordered, org.springframework.transaction.support.TransactionSynchronization
Enclosing class:
BucketClobStringType

protected static class BucketClobStringType.LobCreatorSynchronization
extends org.springframework.transaction.support.TransactionSynchronizationAdapter

Callback for resource cleanup at the end of a transaction. Invokes LobCreator.close to clean up temporary LOBs that might have been created.

See Also:
LobCreator.close()

Field Summary
 
Fields inherited from interface org.springframework.transaction.support.TransactionSynchronization
STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
BucketClobStringType.LobCreatorSynchronization(org.springframework.jdbc.support.lob.LobCreator lobCreator)
           
 
Method Summary
 void beforeCompletion()
           
 
Methods inherited from class org.springframework.transaction.support.TransactionSynchronizationAdapter
afterCommit, afterCompletion, beforeCommit, getOrder, resume, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BucketClobStringType.LobCreatorSynchronization

public BucketClobStringType.LobCreatorSynchronization(org.springframework.jdbc.support.lob.LobCreator lobCreator)
Method Detail

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface org.springframework.transaction.support.TransactionSynchronization
Overrides:
beforeCompletion in class org.springframework.transaction.support.TransactionSynchronizationAdapter


Copyright © 2003-2012 Atlassian. All Rights Reserved.