106107108109110111112113114
} public static ClassDefiner cd() { return AccessController.doPrivileged(new PrivilegedAction<DefaultClassDefiner>() { public DefaultClassDefiner run() { return new DefaultClassDefiner(Nutzs.class.getClassLoader()); } }); }
28293031323334
private AopConfigration aopConfigration; public DefaultMirrorFactory(Ioc ioc) { this.ioc = ioc; this.cd = new DefaultClassDefiner(getClass().getClassLoader()); }
46474849505152
public LazyAnnotationEntityMaker(DataSource datasource, JdbcExpert expert, EntityHolder holder, Dao dao) { super(datasource, expert, holder); this.dao = dao; cd = new DefaultClassDefiner(getClass().getClassLoader()); }
32333435363738
105106107108109110111112113