Internal Website Search

61-70 of 200 resultsRefresh

javax.persistence.criteria.ListJoin

class="header"> boolean Returns: boolean indicating whether the selection ... > boolean

javax.persistence.metamodel.EntityType

JPA 2 JavaDoc Reference Documentation - Instances of the type EntityType represent entity types.

javax.persistence.metamodel.ListAttribute

="header"> boolean boolean indicating whether the attribute corresponds to an association boolean

javax.persistence.metamodel.MappedSuperclassType

JPA 2 JavaDoc Reference Documentation - Instances of the type MappedSuperclassType represent mapped superclass types.

isPersistent(pc)

.jdo.spi">javax.jdo.spi.StateInterrogationBoolean isPersistent(  Object ... >Boolean.TRUE . Instances known by the implementation to be non-persistent return Boolean.FALSE. Instances not recognized by the implementation return null

isNew(pc)

.jdo.spi">javax.jdo.spi.StateInterrogationBoolean isNew(  Object pc ... Boolean.TRUE . Instances known by the implementation to be non-new return Boolean.FALSE. Instances not recognized by the implementation return

isTransactional(pc)

.jdo.spi">javax.jdo.spi.StateInterrogationBoolean isTransactional(   ... Boolean.TRUE . Instances known by the implementation to be non-transactional return Boolean.FALSE. Instances not recognized by the implementation return

isDeleted(pc)

.jdo.spi">javax.jdo.spi.StateInterrogationBoolean isDeleted(  Object ... has been deleted. Instances that have been deleted in the current transaction return Boolean ... >Boolean.FALSE. Instances not recognized by the implementation return null

isDirty(pc)

.jdo.spi">javax.jdo.spi.StateInterrogationBoolean isDirty(  Object  ... modified while detached return Boolean.TRUE . Instances known by the implementation to be non-dirty return Boolean.FALSE. Instances not

isDetached(pc)

.jdo.spi">javax.jdo.spi.StateInterrogationBoolean isDetached(  Object ... is detached. Instances that are detached return Boolean.TRUE . Instances known by the implementation to be non-detached return Boolean.FALSE.