public class PersistentBagCodec extends AbstractPersistentCollectionCodec<org.hibernate.collection.internal.PersistentBag>
clientCollectionClassName, hibernateCollectionClass| Constructor and Description |
|---|
PersistentBagCodec() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.collection.internal.PersistentBag |
newInstance(ExtendedObjectInput in,
String className) |
canDecode, canEncode, decode, encode, getDecodedClassName, getEncodedClassNamepublic PersistentBagCodec()
public org.hibernate.collection.internal.PersistentBag newInstance(ExtendedObjectInput in, String className) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException, InvocationTargetException, SecurityException, NoSuchMethodException