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