| Package | Description |
|---|---|
| de.joergdev.mosy.backend.standalone.persistence | |
| de.joergdev.mosy.backend.standalone.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityManagerPoolMethodsImpl |
| Constructor and Description |
|---|
ObjectPool(boolean concurrent,
IPoolMethods<T> impl)
extended constructor.
|
ObjectPool(boolean concurrent,
IPoolMethods<T> impl,
int initialSize)
extended constructor.
|
ObjectPool(boolean concurrent,
IPoolMethods<T> impl,
Lock lock)
extended constructor.
|
ObjectPool(boolean concurrent,
IPoolMethods<T> impl,
Lock lock,
int initialSize)
extended constructor.
|
ObjectPool(IPoolMethods<T> impl)
Constructor with
IPoolMethods implementation param. |
ObjectPool(IPoolMethods<T> impl,
int initialSize)
Constructor with
IPoolMethods implementation param
NOT threadsafe |
Copyright © 2024. All rights reserved.