Internal Website Search

101-110 of 200 resultsRefresh

Threading Problem (maybe with Criteria)

would a ConcurrentLinkedHashMap). FETCH thread nr (36) count: 982 UIDs in 26 msek FETCH thread nr (41) count: 982 UIDs in 29 msek FETCH thread nr (44) count: 982 UIDs in 14 msek FETCH thread nr (39) count: 982 UIDs in 25 msek FETCH thread nr (42) count: 982 UIDs in 31 msek FETCH

General Performance Issues Illustrated with a Specific Method

serialVersionUID = 1L; @Index @OneToOne(cascade = CascadeType.ALL,fetch = FetchType.EAGER ... ; /* Create Properties */ @ManyToOne(fetch = FetchType.LAZY) private WebUser ... ; @Temporal(javax.persistence.TemporalType.DATE) private Date createdOn; @ManyToOne(fetch

Performance issues on aggregate query

usedSolutionObjectTypeVersion; @OneToMany(fetch=FetchType.LAZY) @Index public List<Action> actions = new ArrayList<Action>(); @OneToMany(fetch=FetchType.LAZY) @Index @OneToMany(fetch=FetchType.LAZY) public List<ObjectNode> container = new ArrayList<

javax.jdo.Extent

() Get the fetch plan associated ... "> Get the fetch plan associated with this Extent. Returns: the fetch plan

detachCopyAll(pcs)

) and the active fetch groups determine the scope of fetching for the graph of instances reachable ... , relations to other persistent instances must either be in the default-fetch-group

javax.jdo.annotations.Query

> The name of the fetch plan used by this query The name of the fetch plan used by ... > the fetch plan

getMaxFetchDepth()

"> Return the maximum fetch depth used when fetching instances. Returns: the maximum fetch depth

FetchPlan.fetchGroups

> The fetch groups in this fetch plan. Returns: the fetch groups

FetchGroup.ALL

type. Using this category also sets the fetch-depth for the members in the default fetch

getFetchGroup(cls, name)

becomes active and in scope of the PersistenceManager, and hides the corresponding fetch group in ... > name - the name of the fetch group