|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.toplink.jpa.metadata.TopLinkAttributeDesc
public class TopLinkAttributeDesc
TopLink Essentials用のAttributeDesc実装です。
フィールドの概要 | |
---|---|
protected boolean |
association
|
protected TopLinkAttributeDesc[] |
childAttributeDescs
|
protected Map<String,TopLinkAttributeDesc> |
childAttributeMap
|
protected boolean |
collection
|
protected boolean |
component
|
protected Class<?> |
elementType
|
protected boolean |
id
|
protected oracle.toplink.essentials.mappings.DatabaseMapping |
mapping
DatabaseMappingオブジェクト |
protected String |
name
|
protected oracle.toplink.essentials.threetier.ServerSession |
serverSession
ServerSessionオブジェクト |
protected int |
sqlType
|
protected TemporalType |
temporalType
|
protected Class<?> |
type
|
protected boolean |
version
|
コンストラクタの概要 | |
---|---|
TopLinkAttributeDesc(oracle.toplink.essentials.mappings.DatabaseMapping mapping,
oracle.toplink.essentials.threetier.ServerSession serverSession)
コンストラクタ |
メソッドの概要 | |
---|---|
TopLinkAttributeDesc |
getChildAttributeDesc(String name)
|
TopLinkAttributeDesc[] |
getChildAttributeDescs()
|
Class<?> |
getElementType()
|
oracle.toplink.essentials.mappings.DatabaseMapping |
getMapping()
DatabaseMappingを返します。 |
String |
getName()
|
int |
getSqlType()
|
TemporalType |
getTemporalType()
|
Class<?> |
getType()
|
Object |
getValue(Object entity)
|
boolean |
isAssociation()
|
boolean |
isCollection()
|
boolean |
isComponent()
|
boolean |
isId()
|
boolean |
isVersion()
|
void |
setValue(Object entity,
Object value)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected oracle.toplink.essentials.threetier.ServerSession serverSession
protected oracle.toplink.essentials.mappings.DatabaseMapping mapping
protected Class<?> elementType
protected String name
protected int sqlType
protected TemporalType temporalType
protected Class<?> type
protected boolean association
protected boolean collection
protected boolean component
protected boolean id
protected boolean version
protected TopLinkAttributeDesc[] childAttributeDescs
protected Map<String,TopLinkAttributeDesc> childAttributeMap
コンストラクタの詳細 |
---|
public TopLinkAttributeDesc(oracle.toplink.essentials.mappings.DatabaseMapping mapping, oracle.toplink.essentials.threetier.ServerSession serverSession)
mapping
- DatabaseMappingオブジェクトserverSession
- ServerSessionオブジェクトメソッドの詳細 |
---|
public Class<?> getElementType()
AttributeDesc
内の getElementType
AttributeDesc.getElementType()
public String getName()
AttributeDesc
内の getName
AttributeDesc.getName()
public int getSqlType()
AttributeDesc
内の getSqlType
AttributeDesc.getSqlType()
public TemporalType getTemporalType()
AttributeDesc
内の getTemporalType
AttributeDesc.getTemporalType()
public Class<?> getType()
AttributeDesc
内の getType
AttributeDesc.getType()
public Object getValue(Object entity)
AttributeDesc
内の getValue
AttributeDesc.getValue(java.lang.Object)
public boolean isAssociation()
AttributeDesc
内の isAssociation
AttributeDesc.isAssociation()
public boolean isCollection()
AttributeDesc
内の isCollection
AttributeDesc.isCollection()
public boolean isComponent()
AttributeDesc
内の isComponent
AttributeDesc.isComponent()
public boolean isId()
AttributeDesc
内の isId
AttributeDesc.isId()
public boolean isVersion()
AttributeDesc
内の isVersion
AttributeDesc.isVersion()
public void setValue(Object entity, Object value)
AttributeDesc
内の setValue
AttributeDesc.setValue(java.lang.Object, java.lang.Object)
public TopLinkAttributeDesc getChildAttributeDesc(String name)
AttributeDesc
内の getChildAttributeDesc
AttributeDesc.getChildAttributeDesc(java.lang.String)
public TopLinkAttributeDesc[] getChildAttributeDescs()
AttributeDesc
内の getChildAttributeDescs
AttributeDesc.getChildAttributeDescs()
public oracle.toplink.essentials.mappings.DatabaseMapping getMapping()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |