|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayHolder | |
net.sf.hibernate.engine | |
net.sf.hibernate.impl |
Uses of ArrayHolder in net.sf.hibernate.engine |
Methods in net.sf.hibernate.engine that return ArrayHolder | |
ArrayHolder |
SessionImplementor.getArrayHolder(Object array)
Get the PersistentCollection object for an array |
Methods in net.sf.hibernate.engine with parameters of type ArrayHolder | |
void |
SessionImplementor.addArrayHolder(ArrayHolder holder)
Register a PersistentCollection object for an array |
Uses of ArrayHolder in net.sf.hibernate.impl |
Methods in net.sf.hibernate.impl that return ArrayHolder | |
ArrayHolder |
SessionImpl.getArrayHolder(Object array)
|
Methods in net.sf.hibernate.impl with parameters of type ArrayHolder | |
void |
SessionImpl.addArrayHolder(ArrayHolder holder)
associate a holder with an array - called after loading array |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |