Uses of Class
org.hibernate.persister.collection.BasicCollectionPersister
-
Packages that use BasicCollectionPersister Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers. -
-
Uses of BasicCollectionPersister in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type BasicCollectionPersister Modifier and Type Method Description protected Serializable
PersistentSortedMap. snapshot(BasicCollectionPersister persister)
protected Serializable
PersistentSortedSet. snapshot(BasicCollectionPersister persister)
-