| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionEntry | |
|---|---|
| org.hibernate.engine.internal | |
| org.hibernate.engine.spi | |
| org.hibernate.envers.event | |
| org.hibernate.envers.synchronization.work | |
| Uses of CollectionEntry in org.hibernate.engine.internal | 
|---|
| Methods in org.hibernate.engine.internal that return CollectionEntry | |
|---|---|
|  CollectionEntry | StatefulPersistenceContext.addInitializedCollection(CollectionPersister persister,
                         PersistentCollection collection,
                         Serializable id)add a collection we just pulled out of the cache (does not need initializing) | 
|  CollectionEntry | StatefulPersistenceContext.getCollectionEntry(PersistentCollection coll)Get the collection entry for a persistent collection | 
|  CollectionEntry | StatefulPersistenceContext.getCollectionEntryOrNull(Object collection)Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection. | 
| Uses of CollectionEntry in org.hibernate.engine.spi | 
|---|
| Methods in org.hibernate.engine.spi that return CollectionEntry | |
|---|---|
|  CollectionEntry | PersistenceContext.addInitializedCollection(CollectionPersister persister,
                         PersistentCollection collection,
                         Serializable id)add a collection we just pulled out of the cache (does not need initializing) | 
| static CollectionEntry | CollectionEntry.deserialize(ObjectInputStream ois,
            SessionImplementor session)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance. | 
|  CollectionEntry | PersistenceContext.getCollectionEntry(PersistentCollection coll)Get the collection entry for a persistent collection | 
|  CollectionEntry | PersistenceContext.getCollectionEntryOrNull(Object collection)Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection. | 
| Uses of CollectionEntry in org.hibernate.envers.event | 
|---|
| Methods in org.hibernate.envers.event that return CollectionEntry | |
|---|---|
| protected  CollectionEntry | BaseEnversCollectionEventListener.getCollectionEntry(AbstractCollectionEvent event) | 
| Methods in org.hibernate.envers.event with parameters of type CollectionEntry | |
|---|---|
| protected  void | BaseEnversCollectionEventListener.onCollectionAction(AbstractCollectionEvent event,
                   PersistentCollection newColl,
                   Serializable oldColl,
                   CollectionEntry collectionEntry) | 
| Uses of CollectionEntry in org.hibernate.envers.synchronization.work | 
|---|
| Constructors in org.hibernate.envers.synchronization.work with parameters of type CollectionEntry | |
|---|---|
| PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor,
                                   String entityName,
                                   AuditConfiguration auditCfg,
                                   PersistentCollection collection,
                                   CollectionEntry collectionEntry,
                                   Serializable snapshot,
                                   Serializable id,
                                   String referencingPropertyName) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||