| Package | Description |
|---|---|
| com.landawn.abacus | |
| com.landawn.abacus.condition | |
| com.landawn.abacus.http | |
| com.landawn.abacus.parser | |
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
DirtyMarker.dirtyPropNames()
Deprecated.
|
boolean |
DirtyMarker.isDirty()
Deprecated.
|
boolean |
DirtyMarker.isDirty(String propName)
Deprecated.
|
void |
DirtyMarker.markDirty(boolean isDirty)
Deprecated.
|
void |
DirtyMarker.markDirty(Collection<String> propNames,
boolean isDirty)
Deprecated.
|
void |
DirtyMarker.markDirty(String propName,
boolean isDirty)
Deprecated.
|
Set<String> |
DirtyMarker.signedPropNames()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CriteriaUtil |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpUtil |
| Modifier and Type | Class and Description |
|---|---|
class |
ParserUtil |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParserUtil.refreshEntityPropInfo(Class<?> cls)
Deprecated.
internal use only.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidUtil |
class |
InternalUtil
Deprecated.
DO NOT call the methods defined in this class. it's for internal use only.
|
class |
Objectory |
class |
ObjectPool<K,V>
It's is a multiple-thread safety map with fixed size.
|
class |
SQLOperation
The Enum SQLOperation.
|
class |
WD
A table of constant Strings/chars.
|
| Modifier and Type | Field and Description |
|---|---|
static Class<?> |
ClassUtil.CLASS_MASK
Deprecated.
for internal only.
|
static Field |
ClassUtil.FIELD_MASK
Deprecated.
for internal only.
|
static Method |
ClassUtil.METHOD_MASK
Deprecated.
for internal only.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ClassUtil.getIdFieldNames(Class<?> targetClass)
Deprecated.
for internal only.
|
static List<String> |
ClassUtil.getIdFieldNames(Class<?> targetClass,
boolean fakeIdForEmpty)
Deprecated.
for internal only.
|
static Collection<String> |
SQLBuilder.getInsertPropNames(Class<?> entityClass,
Set<String> excludedPropNames)
Gets the insert prop names by class.
|
static Collection<String> |
SQLBuilder.getInsertPropNames(Object entity,
Set<String> excludedPropNames)
Gets the insert prop names by class.
|
static Collection<String> |
SQLBuilder.getSelectPropNames(Class<?> entityClass,
boolean includeSubEntityProperties,
Set<String> excludedPropNames)
Gets the select prop names by class.
|
static Executor |
AndroidUtil.getSerialExecutor()
Gets the serial executor.
|
static Executor |
AndroidUtil.getThreadPoolExecutor()
Gets the thread pool executor.
|
static Collection<String> |
SQLBuilder.getUpdatePropNames(Class<?> entityClass,
Set<String> excludedPropNames)
Gets the update prop names by class.
|
static boolean |
ClassUtil.isFakeId(List<String> idPropNames)
Deprecated.
for internal only.
|
Copyright © 2021. All rights reserved.