public class CollectionWrapperBuilder
extends java.lang.Object
Constructor and Description |
---|
CollectionWrapperBuilder(PersistenceContext context)
Creates a new CollectionWrapperBuilder.
|
Modifier and Type | Method and Description |
---|---|
void |
wrapCollections(java.lang.Object object)
Builds proxies for collections containing in a given object.
|
public CollectionWrapperBuilder(PersistenceContext context)
context
- the persistence context.