public class DbOomUtil
extends java.lang.Object
| Constructor and Description |
|---|
DbOomUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
initialCollectionSize(int max)
Returns initial collections size when
max
value is provided. |
static void |
populateGeneratedKeys(java.lang.Object entity,
DbOomQuery query)
Populates entity with generated column values from executed query.
|
public static void populateGeneratedKeys(java.lang.Object entity,
DbOomQuery query)
public static int initialCollectionSize(int max)
max
value is provided.Copyright © 2003-2013 Jodd Team