Internal Website Search

101-110 of 200 resultsRefresh

javax.persistence.LockModeType

.OPTIMISTIC_FORCE_INCREMENT on a versioned object, will also force an update (increment ... among transactions attempting to update the entity data. A lock with LockModeType.PESSIMISTIC_READupdate failure among concurrent updating transactions.

javax.persistence.TypedQuery

> Execute an update or delete statement. Execute an update or delete statement. the number of entities updated or deleted

javax.persistence.OrderColumn

the order upon retrieval and in the database. The persistence provider is responsible for updating ... ) ordering of the values of the order column when updating the association or element collection ... ="name">updatable" title="Annotation Element of javax.persistence

javax.persistence.Query

class="teaser"> Execute an update or delete statement. Execute an update or delete statement. the number of entities updated or deleted

javax.persistence.Column

"> @Column(name="ORDER_COST", updatable=false, precision=12, scale=2) public BigDecimal ... ="header"> boolean updatable" title="Annotation Element of javax.persistence.Column">updatable

javax.persistence.CacheStoreMode

">REFRESH Insert/update entity data into cache ... "> Insert/update entity data into cache when read from database and when committed into database ... ">USE Insert/update entity data into cache

javax.persistence.MapKeyJoinColumn

="name">updatable" title="Annotation Element of javax.persistence.MapKeyJoinColumn">updatable (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider

javax.persistence.JoinColumn

="name">updatable" title="Annotation Element of javax.persistence.JoinColumn">updatable (Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.

javax.persistence.MapKeyColumn

/updatable" title="Annotation Element of javax.persistence.MapKeyColumn">updatable (Optional) Whether the column is included in SQL UPDATE ... ="description"> (Optional) Whether the column is included in SQL UPDATE statements

javax.jdo.annotations.Element

Update action to apply to any foreign key ... "> Update action to apply to any foreign key for the element Returns: update action to apply to any