public class BinaryType.BinaryTypeLoadAdapter extends java.lang.Object implements ComplexWrapperTypeLoadAdapter
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected EntityContext |
context |
protected LobHandler |
lobHandler |
| コンストラクタと説明 |
|---|
BinaryTypeLoadAdapter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
java.lang.Object[] |
newComplexWrapperTypeArray(int size) |
void |
nextCalled(java.util.List<java.lang.Object> values) |
void |
setContext(EntityContext context) |
java.lang.Object |
toComplexWrapperTypeValue(java.lang.Object value) |
protected LobHandler lobHandler
protected EntityContext context
public void setContext(EntityContext context)
setContext インタフェース内 ComplexWrapperTypeLoadAdapterpublic void nextCalled(java.util.List<java.lang.Object> values)
nextCalled インタフェース内 ComplexWrapperTypeLoadAdapterpublic java.lang.Object toComplexWrapperTypeValue(java.lang.Object value)
toComplexWrapperTypeValue インタフェース内 ComplexWrapperTypeLoadAdapterpublic void close()
close インタフェース内 ComplexWrapperTypeLoadAdapterpublic java.lang.Object[] newComplexWrapperTypeArray(int size)
newComplexWrapperTypeArray インタフェース内 ComplexWrapperTypeLoadAdapter