org.seasar.framework.jpa.metadata
クラス EntityDescFactory
java.lang.Object
org.seasar.framework.jpa.metadata.EntityDescFactory
public class EntityDescFactory
- extends Object
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOT_FOUND
protected static final EntityDesc NOT_FOUND
- クラスに対応する
EntityDesc
が存在しないことを示すオブジェクト
initialized
protected static boolean initialized
entityDescs
protected static final ConcurrentMap<Class<?>,EntityDesc> entityDescs
EntityDescFactory
public EntityDescFactory()
initialize
public static void initialize()
clear
public static void clear()
getEntityDesc
public static EntityDesc getEntityDesc(Class<?> entityClass)
- エンティティクラスを表現する
EntityDesc
を返します。
- パラメータ:
entityClass
- エンティティクラス
- 戻り値:
- エンティティクラスを表現する
EntityDesc
createEntityDesc
protected static EntityDesc createEntityDesc(Class<?> entityClass)
- エンティティクラスを表現する
EntityDesc
を作成します。
- パラメータ:
entityClass
- エンティティクラス
- 戻り値:
- エンティティクラスを表現する
EntityDesc
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.