Java org.hibernate.engine.spi PersistenceContext fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.spi PersistenceContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.engine.spi PersistenceContext.

The text is from its open source code.

Method

MapgetCollectionEntries()
Get the mapping from collection instance to collection entry
CollectionEntrygetCollectionEntry(PersistentCollection coll)
Get the collection entry for a persistent collection
ObjectgetEntity(EntityKey key)
Get the entity instance associated with the given key
ObjectgetEntity(EntityUniqueKey euk)
Get an entity cached by unique key
EntityEntrygetEntry(Object entity)
Retrieve the EntityEntry representation of the given entity.
ObjectgetProxy(EntityKey key)
Get an existing proxy by key
Map.Entry[]reentrantSafeEntityEntries()
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.