public class PersistentMap extends AbstractPersistentCollection implements Map
HashMap,
Serialized FormAbstractPersistentCollection.DelayedOperation, AbstractPersistentCollection.IteratorProxy, AbstractPersistentCollection.LazyInitializationWork<T>, AbstractPersistentCollection.ListIteratorProxy, AbstractPersistentCollection.ListProxy, AbstractPersistentCollection.SetProxy| Modifier and Type | Field and Description |
|---|---|
protected Map |
map |
UNKNOWN| Constructor and Description |
|---|
PersistentMap()
Empty constructor.
|
PersistentMap(SessionImplementor session)
Instantiates a lazy map (the underlying map is un-initialized).
|
PersistentMap(SessionImplementor session,
Map map)
Instantiates a non-lazy map (the underlying map is constructed
from the incoming map reference).
|
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInitialize(CollectionPersister persister,
int anticipatedSize)
Called before any elements are read into the collection,
allowing appropriate initializations to occur.
|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Serializable |
disassemble(CollectionPersister persister)
Disassemble the collection, ready for the cache
|
boolean |
empty()
Is the initialized collection empty?
|
boolean |
endRead()
Called after reading all rows from the JDBC result set
|
Iterator |
entries(CollectionPersister persister)
Iterate all collection entries, during update of the database
|
boolean |
entryExists(Object entry,
int i)
Does an element exist at this entry in the collection?
|
Set |
entrySet() |
boolean |
equals(Object other) |
boolean |
equalsSnapshot(CollectionPersister persister)
Does the current state exactly match the snapshot?
|
Object |
get(Object key) |
Iterator |
getDeletes(CollectionPersister persister,
boolean indexIsFormula)
Get all the elements that need deleting
|
Object |
getElement(Object entry)
Get the value of the given collection entry
|
Object |
getIndex(Object entry,
int i,
CollectionPersister persister)
Get the index of the given collection entry
|
Collection |
getOrphans(Serializable snapshot,
String entityName)
get all "orphaned" elements
|
Serializable |
getSnapshot(CollectionPersister persister)
Return a new snapshot of the current state of the collection
|
Object |
getSnapshotElement(Object entry,
int i)
Get the snapshot value of the given collection entry
|
int |
hashCode() |
void |
initializeFromCache(CollectionPersister persister,
Serializable disassembled,
Object owner)
Read the state of the collection from a disassembled cached value
|
boolean |
isEmpty() |
boolean |
isSnapshotEmpty(Serializable snapshot)
Is the snapshot empty?
|
boolean |
isWrapper(Object collection)
Is this the wrapper for the given underlying collection instance?
|
Set |
keySet() |
boolean |
needsInserting(Object entry,
int i,
Type elemType)
Do we need to insert this element?
|
boolean |
needsUpdating(Object entry,
int i,
Type elemType)
Do we need to update this element?
|
Object |
put(Object key,
Object value) |
void |
putAll(Map puts) |
Object |
readFrom(ResultSet rs,
CollectionPersister persister,
CollectionAliases descriptor,
Object owner)
Read a row from the JDBC result set
|
Object |
remove(Object key) |
int |
size() |
String |
toString() |
Collection |
values() |
afterInitialize, afterRowInsert, beginRead, clearDirty, dirty, forceInitialization, getCachedSize, getIdentifier, getKey, getOrphans, getOwner, getQueuedOrphans, getRole, getSession, getSnapshot, getStoredSnapshot, getValue, hasQueuedOperations, identityRemove, initialize, isClearQueueEnabled, isDirectlyAccessible, isDirty, isOperationQueueEnabled, isPutQueueEnabled, isRowUpdatePossible, isUnreferenced, needsRecreate, performQueuedOperations, postAction, preInsert, prepareForPossibleLoadingOutsideTransaction, queuedAdditionIterator, queueOperation, read, readElementByIndex, readElementExistence, readIndexExistence, readSize, setCurrentSession, setDirectlyAccessible, setInitialized, setOwner, setSnapshot, unsetSession, wasInitialized, writeprotected Map map
public PersistentMap()
public PersistentMap(SessionImplementor session)
session - The session to which this map will belong.public PersistentMap(SessionImplementor session, Map map)
session - The session to which this map will belong.map - The underlying map data.public Serializable getSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectiongetSnapshot in interface PersistentCollectionHibernateExceptionpublic Collection getOrphans(Serializable snapshot, String entityName) throws HibernateException
AbstractPersistentCollectiongetOrphans in interface PersistentCollectiongetOrphans in class AbstractPersistentCollectionHibernateExceptionpublic boolean equalsSnapshot(CollectionPersister persister) throws HibernateException
PersistentCollectionequalsSnapshot in interface PersistentCollectionHibernateExceptionpublic boolean isSnapshotEmpty(Serializable snapshot)
PersistentCollectionisSnapshotEmpty in interface PersistentCollectionpublic boolean isWrapper(Object collection)
PersistentCollectionisWrapper in interface PersistentCollectionpublic void beforeInitialize(CollectionPersister persister, int anticipatedSize)
PersistentCollectionbeforeInitialize in interface PersistentCollectionpersister - The underlying collection persister.anticipatedSize - The anticipated size of the collection after initilization is complete.public int size()
size in interface MapMap.size()public boolean isEmpty()
isEmpty in interface MapMap.isEmpty()public boolean containsKey(Object key)
containsKey in interface MapMap.containsKey(Object)public boolean containsValue(Object value)
containsValue in interface MapMap.containsValue(Object)public Object get(Object key)
get in interface MapMap.get(Object)public Object put(Object key, Object value)
put in interface MapMap.put(Object, Object)public Object remove(Object key)
remove in interface MapMap.remove(Object)public void putAll(Map puts)
putAll in interface MapMap.putAll(java.util.Map puts)public void clear()
clear in interface MapMap.clear()public Set keySet()
keySet in interface MapMap.keySet()public Collection values()
values in interface MapMap.values()public Set entrySet()
entrySet in interface MapMap.entrySet()public boolean empty()
AbstractPersistentCollectionempty in interface PersistentCollectionempty in class AbstractPersistentCollectionpublic Object readFrom(ResultSet rs, CollectionPersister persister, CollectionAliases descriptor, Object owner) throws HibernateException, SQLException
PersistentCollectionreadFrom in interface PersistentCollectionHibernateExceptionSQLExceptionpublic boolean endRead()
AbstractPersistentCollectionendRead in interface PersistentCollectionendRead in class AbstractPersistentCollectionpublic Iterator entries(CollectionPersister persister)
PersistentCollectionentries in interface PersistentCollectionpublic void initializeFromCache(CollectionPersister persister, Serializable disassembled, Object owner) throws HibernateException
PersistentCollectioninitializeFromCache in interface PersistentCollectionHibernateExceptionpublic Serializable disassemble(CollectionPersister persister) throws HibernateException
PersistentCollectiondisassemble in interface PersistentCollectionHibernateExceptionpublic Iterator getDeletes(CollectionPersister persister, boolean indexIsFormula) throws HibernateException
PersistentCollectiongetDeletes in interface PersistentCollectionHibernateExceptionpublic boolean needsInserting(Object entry, int i, Type elemType) throws HibernateException
PersistentCollectionneedsInserting in interface PersistentCollectionHibernateExceptionpublic boolean needsUpdating(Object entry, int i, Type elemType) throws HibernateException
PersistentCollectionneedsUpdating in interface PersistentCollectionHibernateExceptionpublic Object getIndex(Object entry, int i, CollectionPersister persister)
PersistentCollectiongetIndex in interface PersistentCollectionpersister - it was more elegant before we added this...public Object getElement(Object entry)
PersistentCollectiongetElement in interface PersistentCollectionpublic Object getSnapshotElement(Object entry, int i)
PersistentCollectiongetSnapshotElement in interface PersistentCollectionpublic boolean equals(Object other)
public int hashCode()
public boolean entryExists(Object entry, int i)
PersistentCollectionentryExists in interface PersistentCollectionCopyright © 2018 JBoss by Red Hat. All rights reserved.