| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
UDTActualClassInfoImpl<T>
The
UDTActualClassInfoImpl class provides information about a
particular POJO class. |
class |
UDTRootClassInfoImpl<T>
The
UDTRootClassInfoImpl class provides information about a
particular root element POJO class. |
class |
UDTSubClassInfoImpl<T>
The
UDTSubClassInfoImpl class provides information about a
particular UDT sub-root element POJO class. |
class |
UDTTypeClassInfoImpl<T>
The
UDTTypeClassInfoImpl class provides information about a
particular POJO class. |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<UDTClassInfoImpl<?>> |
TableInfoImpl.udts()
Gets all user-defined types the pojo class represented by this table is
dependent on.
|
java.util.stream.Stream<UDTClassInfoImpl<?>> |
FieldInfoImpl.udts()
Gets all user-defined types this field is dependent on.
|
java.util.stream.Stream<UDTClassInfoImpl<?>> |
DataTypeImpl.Definition.udts()
Gets all user-defined types this definition is dependent on.
|
java.util.stream.Stream<UDTClassInfoImpl<?>> |
ClassInfoImpl.udts()
Gets all user-defined types the pojo class represented by this class is
dependent on.
|
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder[] |
CreateTypeImpl.buildQueryStrings(UDTClassInfoImpl<T> ucinfo)
Builds query strings for the specified table.
|
protected StringBuilder[] |
AlterCreateTypeImpl.buildQueryStrings(UDTClassInfoImpl<T> ucinfo)
Builds query strings for the specified table.
|
static DataDecoder<Object> |
DataDecoder.udt(UDTClassInfoImpl<?> cinfo)
Gets a "udt" to
Object decoder based on the given UDT class info. |
| Constructor and Description |
|---|
TableInfoImpl(StatementManagerImpl mgr,
UDTClassInfoImpl<T> cinfo,
String name)
Instantiates a new
TableInfo object. |
UDTClassInfoImpl(UDTClassInfoImpl<T> cinfo,
Class<T> clazz)
Instantiates a new
UDTClassInfoImpl object. |
Copyright (C) 2015-2015 The Helenus Driver Project Authors.