Java org.hibernate.collection.internal PersistentMap fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.collection.internal PersistentMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.collection.internal PersistentMap.

The text is from its open source code.

Constructor

PersistentMap(SharedSessionContractImplementor session)
Instantiates a lazy map (the underlying map is un-initialized).
PersistentMap(SessionImplementor session)
Instantiates a lazy map (the underlying map is un-initialized).
PersistentMap(SharedSessionContractImplementor session, Map map)
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).
PersistentMap(SessionImplementor session, Map map)
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).

Method