Internal Website Search

151-160 of 200 resultsRefresh

Best practise loading big data

MyStepBlockCollection { @OneToMany (cascase=ALL, fetch=Lazy, target=MyStepBlock} ArrayList<StepBlock> stepBlocks; } @Entity class MyStepBlock { @OneToMany (cascase=ALL, fetch=Lazy, target ... (fetch=LAZY) ArrayList<MyValue> values; } @Embeddable class MyValue { @Basic

FetchType.LAZY

fetched. Since: JPA 1.0

PersistenceCapable.READ_OK

> If jdoFlags is set to READ_OK, then the fields in the default fetch group can be accessed for read

makeTransientAll(useFetchPlan, pcs)

> - whether to use the current fetch plan to determine which fields to load and which instances

getFetchGroup(cls, name)

> name - the name of the fetch group

makeTransientAll(pcs, useFetchPlan)

> - whether to use the current fetch plan to determine which fields to load and which instances to make

makeTransient(pc, useFetchPlan)

> useFetchPlan - whether to use the current fetch plan to determine

makeTransientAll(pcs, useFetchPlan)

> - whether to use the current fetch plan to determine which fields to load and which instances to make

hashCode()

the hashCode for this instance. The hash code should combine both the class and fetch group name

equals(other)

must compare the class for identity and the fetch group name for equality.