org.seasar.framework.jpa.metadata
インタフェース AttributeDesc


public interface AttributeDesc

作成者:
koichik

メソッドの概要
 AttributeDesc getChildAttributeDesc(String name)
           
 AttributeDesc[] getChildAttributeDescs()
           
 Class<?> getElementType()
           
 String getName()
           
 int getSqlType()
           
 TemporalType getTemporalType()
           
 Class<?> getType()
           
 Object getValue(Object owner)
           
 boolean isAssociation()
           
 boolean isCollection()
           
 boolean isComponent()
           
 boolean isId()
           
 boolean isVersion()
           
 void setValue(Object owner, Object value)
           
 

メソッドの詳細

getName

String getName()

getType

Class<?> getType()

getElementType

Class<?> getElementType()

getSqlType

int getSqlType()

getTemporalType

TemporalType getTemporalType()

getChildAttributeDescs

AttributeDesc[] getChildAttributeDescs()

getChildAttributeDesc

AttributeDesc getChildAttributeDesc(String name)

isId

boolean isId()

isAssociation

boolean isAssociation()

isCollection

boolean isCollection()

isComponent

boolean isComponent()

isVersion

boolean isVersion()

getValue

Object getValue(Object owner)

setValue

void setValue(Object owner,
              Object value)


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.