Uses of Class
org.eclipse.persistence.internal.helper.IdentityHashSet
-
Packages that use IdentityHashSet Package Description org.eclipse.persistence.internal.descriptors org.eclipse.persistence.mappings -
-
Uses of IdentityHashSet in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type IdentityHashSet Modifier and Type Method Description voidObjectBuilder. loadAll(Object object, AbstractSession session, IdentityHashSet loaded) -
Uses of IdentityHashSet in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type IdentityHashSet Modifier and Type Method Description voidAggregateCollectionMapping. loadAll(Object object, AbstractSession session, IdentityHashSet loaded)Force instantiation of all indirections.voidAggregateMapping. loadAll(Object object, AbstractSession session, IdentityHashSet loaded)Force instantiation of all indirections.voidCollectionMapping. loadAll(Object object, AbstractSession session, IdentityHashSet loaded)Force instantiation of all indirections.voidDatabaseMapping. loadAll(Object object, AbstractSession session, IdentityHashSet loaded)Force instantiation of all indirections.voidObjectReferenceMapping. loadAll(Object object, AbstractSession session, IdentityHashSet loaded)Force instantiation of all indirections.
-