Internal Website Search

121-130 of 200 resultsRefresh

Database size is much larger than expected (x2)

when @Inheritance(strategy=InheritanceType.JOINED)? gzdillon Lai Yang ObjectDB ignores ... with entity classes defined as inner static classes. support Support ??? JOINED

Accessing objects to make them available after EntityManager close?!

policy as EAGER or run queries with inner_join_fetch">JOIN FETCH. Alternatively you may consider the non standard

How to creat a Query with Sql which returns a List marks

(); } ggrassi giuliano You may need a JOIN query as explained and demonstrated inner_join">in the manual. support Support

Fetch a whole entity graph eager

 eager fetch. inner_join_fetch">JOIN FETCH queries. JDO

JPQL support for Maps (JPA 2.0)

"> Query : "SELECT s FROM Session s JOIN s.data d WHERE VALUE ... = "DATA_KEY")     @JoinFetch(INNER)     private Map< ... > Try: SELECT s FROM Session s JOIN s.data d WHERE d = :value

javax.persistence.PessimisticLockScope

that are contained in join tables will be locked if the javax.persistence.lock.scopejoin tables will be locked if the javax.persistence.lock.scopejoin table or collection table for that relationship or collection. This means that phantoms

fetch(attribute, jt)

class="description"> Create a fetch join to the specified collection-valued attribute using the given join type. Parameters: attribute - target of the join jt

getCorrelatedJoins()

/criteria/Join" title="Interface in javax.persistence.criteria">Join<?,?>> getCorrelatedJoins() Return the correlated joins of the subquery. Returns empty set if the subquery has no correlated joins. Modifications to the set do not affect

fetch(attributeName, jt)

"> Create a fetch join to the specified attribute using the given join type. - name of the attribute for the target of the join jt - join type Returns

javax.jdo.annotations.Element

constraint exists on the column or columns associated with this join. join. Specify "true" or "false". Whether the element is to be stored serialized (into a join table)