org.seasar.doma.internal.apt.meta
クラス EntityPropertyNameCollector

java.lang.Object
  上位を拡張 org.seasar.doma.internal.apt.meta.EntityPropertyNameCollector

public class EntityPropertyNameCollector
extends Object

作成者:
taedium

フィールドの概要
protected  ProcessingEnvironment env
           
 
コンストラクタの概要
EntityPropertyNameCollector(ProcessingEnvironment env)
           
 
メソッドの概要
 Set<String> collect(TypeMirror entityType)
           
protected  void collectNames(TypeMirror type, Set<String> names)
           
protected  boolean isPersistent(ExecutableElement method)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

env

protected final ProcessingEnvironment env
コンストラクタの詳細

EntityPropertyNameCollector

public EntityPropertyNameCollector(ProcessingEnvironment env)
メソッドの詳細

collect

public Set<String> collect(TypeMirror entityType)

collectNames

protected void collectNames(TypeMirror type,
                            Set<String> names)

isPersistent

protected boolean isPersistent(ExecutableElement method)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.