org.seasar.framework.jpa.autodetector
クラス MappingFileAutoDetector
java.lang.Object
org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector
org.seasar.framework.jpa.autodetector.MappingFileAutoDetector
- すべての実装されたインタフェース:
- org.seasar.framework.autodetector.ResourceAutoDetector
public class MappingFileAutoDetector
- extends org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector
- 作成者:
- taedium
クラス org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector から継承された入れ子のクラス/インタフェース |
org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector.FileSystemStrategy, org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector.JarFileStrategy, org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector.Strategy, org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector.ZipFileStrategy |
フィールドの概要 |
protected org.seasar.framework.convention.NamingConvention |
namingConvention
|
メソッドの概要 |
void |
detect(org.seasar.framework.util.ResourceTraversal.ResourceHandler handler)
|
protected void |
detect(org.seasar.framework.util.ResourceTraversal.ResourceHandler handler,
String targetDirPath,
URL targetDirUrl)
|
void |
init()
|
void |
setNamingConvention(org.seasar.framework.convention.NamingConvention namingConvention)
|
クラス org.seasar.framework.autodetector.impl.AbstractResourceAutoDetector から継承されたメソッド |
addIgnoreResourceNamePattern, addResourceNamePattern, addStrategy, addTargetDirPath, getIgnoreResourceNamePattern, getIgnoreResourceNamePatternSize, getResourceNamePattern, getResourceNamePatternSize, getStrategy, getTargetDirPath, getTargetDirPathSize, isApplied, isIgnored |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namingConvention
protected org.seasar.framework.convention.NamingConvention namingConvention
MappingFileAutoDetector
public MappingFileAutoDetector()
setNamingConvention
public void setNamingConvention(org.seasar.framework.convention.NamingConvention namingConvention)
init
public void init()
detect
public void detect(org.seasar.framework.util.ResourceTraversal.ResourceHandler handler)
detect
protected void detect(org.seasar.framework.util.ResourceTraversal.ResourceHandler handler,
String targetDirPath,
URL targetDirUrl)
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.