public interface BeanStateSynchronization
Modifier and Type | Method and Description |
---|---|
void |
ejb__flush()
Provides a mechanism to flush changes to the database w/o waiting for
the end of the transaction, based on some descriptor values set by the user.
|
void |
ejb__refresh(Object primaryKey)
On receiving this message the PM would update its master copy
by fetching the latest information for the primary key from the database
|
void |
ejb__remove(Object primaryKey)
On receiving this message the PM would delete from its master copy
the details related to the primaryKey
|
void ejb__flush() throws javax.ejb.DuplicateKeyException
javax.ejb.DuplicateKeyException
void ejb__refresh(Object primaryKey)
void ejb__remove(Object primaryKey)
Copyright © 2019. All rights reserved.