|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.carbonado.raw.StorablePropertyInfo
public class StorablePropertyInfo
| Method Summary | |
|---|---|
void |
addInvokeReadMethod(CodeAssembler a)
|
void |
addInvokeReadMethod(CodeAssembler a,
TypeDesc instanceType)
|
void |
addInvokeWriteMethod(CodeAssembler a)
|
void |
addInvokeWriteMethod(CodeAssembler a,
TypeDesc instanceType)
|
Method |
getFromStorageAdapter()
Returns the optional method used to adapt the property from the storage supported type to the user visible type. |
String |
getPropertyName()
|
TypeDesc |
getPropertyType()
Returns the user specified property type. |
String |
getReadMethodName()
|
TypeDesc |
getStorageType()
Returns the storage supported type. |
Method |
getToStorageAdapter()
Returns the optional method used to adapt the property from the user visible type to the storage supported type. |
String |
getWriteMethodName()
|
boolean |
isDerived()
|
boolean |
isLob()
|
boolean |
isNullable()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getPropertyName()
getPropertyName in interface GenericPropertyInfopublic TypeDesc getPropertyType()
GenericPropertyInfo
getPropertyType in interface GenericPropertyInfopublic TypeDesc getStorageType()
GenericPropertyInfo
getStorageType in interface GenericPropertyInfopublic boolean isNullable()
isNullable in interface GenericPropertyInfopublic boolean isLob()
isLob in interface GenericPropertyInfopublic boolean isDerived()
isDerived in interface GenericPropertyInfopublic Method getFromStorageAdapter()
GenericPropertyInfo
getFromStorageAdapter in interface GenericPropertyInfopublic Method getToStorageAdapter()
GenericPropertyInfo
getToStorageAdapter in interface GenericPropertyInfopublic String getReadMethodName()
public void addInvokeReadMethod(CodeAssembler a)
public void addInvokeReadMethod(CodeAssembler a,
TypeDesc instanceType)
public String getWriteMethodName()
public void addInvokeWriteMethod(CodeAssembler a)
public void addInvokeWriteMethod(CodeAssembler a,
TypeDesc instanceType)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||