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


public interface EntityDesc

作成者:
koichik

メソッドの概要
 AttributeDesc getAttributeDesc(String attributeName)
           
 AttributeDesc[] getAttributeDescs()
           
 String[] getAttributeNames()
           
 Class<?> getEntityClass()
           
 String getEntityName()
           
 AttributeDesc getIdAttributeDesc()
           
 

メソッドの詳細

getEntityClass

Class<?> getEntityClass()

getEntityName

String getEntityName()

getAttributeNames

String[] getAttributeNames()

getIdAttributeDesc

AttributeDesc getIdAttributeDesc()

getAttributeDesc

AttributeDesc getAttributeDesc(String attributeName)

getAttributeDescs

AttributeDesc[] getAttributeDescs()


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