mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-4545 : change CollectionAction.readObject() to private
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17947 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
d82c1e859b
commit
13b6de2490
@ -65,7 +65,7 @@ protected PersistentCollection getCollection() {
|
|||||||
return collection;
|
return collection;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException {
|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException {
|
||||||
ois.defaultReadObject();
|
ois.defaultReadObject();
|
||||||
persister = session.getFactory().getCollectionPersister( collectionRole );
|
persister = session.getFactory().getCollectionPersister( collectionRole );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user