Internal Website Search

131-140 of 200 resultsRefresh

javax.persistence.Query

> - if there is no transaction transaction is rolled back - if a lock mode has been set and there is no transaction

javax.persistence.spi.PersistenceUnitInfo

the persistence provider for accessing data outside a JTA transaction. transaction. The data source corresponds ... transaction

javax.persistence.PersistenceContextType

whether a transaction-scoped or extended persistence context is to be used in transaction-scoped persistence context is used. TRANSACTION" title="Enum Constant of javax

Spring MVC JPA Tutorial - NetBeans Project

> Note: To run the application on GlassFish - change the transaction type from RESOURCE_LOCAL

makeTransactional(pc)

>) Make an instance subject to transactional boundaries. Transient instances normally do not observe transaction boundaries. This method makes transient instances sensitive to transaction completion. If an instance is modified in a transaction

getObjectById(oid, validate)

identity and returns it. If there is no transaction in progress, the returned instance will be hollow ... >If there is a transaction in progress, the returned instance will be hollow, persistent-nontransactional, or ... . Further, if a relationship is established to this instance, then the transaction in which the association

flush()

if a transaction is not active. If a datastore transaction is active, this method synchronizes the cache with the datastore and reports any exceptions. If an optimistic transaction is active ... of the transaction. If exceptions occur during flush, the implementation will set

flush()

"> Flushes all dirty, new, and deleted instances to the data store. It has no effect if a transaction is not active. If a datastore transaction is active, this method synchronizes the cache with the datastore and reports any exceptions. If an optimistic transaction is active

currentTransaction()

">javax.jdo.PersistenceManagerTransaction" title="Interface in javax.jdo">Transaction currentTransaction() Return the Transaction instance associated with a PersistenceManager

isTransactional(pc)

>) Tests whether this object is transactional. Instances that respect transaction boundaries return true . These instances include transient instances made transactional as a result of being the target of a