| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RootClassInfoImpl.POJOContext
The
POJOContext class extends the
ClassInfoImpl.POJOContext. |
class |
UDTClassInfoImpl.POJOContext
The
POJOContext class provides a specific context for the POJO
as referenced while building an insert or update statement. |
class |
UDTRootClassInfoImpl.POJOContext
The
POJOContext class provides a specific context for the POJO
as referenced while building an insert or update statement. |
| Modifier and Type | Method and Description |
|---|---|
ClassInfoImpl.POJOContext |
StatementImpl.getPOJOContext()
Gets the POJO context associated with the POJO class for this statement
or
null if this statement is not associated with a POJO object. |
ClassInfoImpl.POJOContext |
ForwardingStatementImpl.getPOJOContext()
Gets the POJO context associated with the POJO class for this statement
or
null if this statement is not associated with a POJO object. |
ClassInfoImpl.POJOContext |
ClassInfoImpl.newContext(T object)
Creates a new context for this class info with the given POJO object.
|
ClassInfoImpl.POJOContext |
TypeClassInfoImpl.newContextFromRoot(Object object)
Creates a new context for this class info with the given POJO object.
|
| Constructor and Description |
|---|
UpdateImpl(ClassInfoImpl.POJOContext context,
StatementManagerImpl mgr,
StatementBridge bridge)
Instantiates a new
UpdateImpl object. |
UpdateImpl(ClassInfoImpl.POJOContext context,
String[] tables,
StatementManagerImpl mgr,
StatementBridge bridge)
Instantiates a new
UpdateImpl object. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.