• 大小: 52.14MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-07-05
  • 语言: Java
  • 标签: hibernate  jar    

资源简介

hibernate相关jar包antlr-2.7.7.jar dom4j-1.6.1.jar hibernate-commons-annotations-4.0.2.Final.jar hibernate-core-4.2.21.Final.jar hibernate-jpa-2.0-api-1.0.1.Final.jar javassist-3.18.1-GA.jar hibernate-osgi-4.2.21.Final.jar等

资源截图

代码片段和文件信息

/*
 * Hibernate Relational Persistence for Idiomatic Java
 *
 * Copyright (c) 2011 Red Hat Inc. or third-party contributors as
 * indicated by the @author tags or express copyright attribution
 * statements applied by the authors.  All third-party contributions are
 * distributed under license by Red Hat Inc.
 *
 * This copyrighted material is made available to anyone wishing to use modify
 * copy or redistribute it subject to the terms and conditions of the GNU
 * Lesser General Public License as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful
 * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
 * for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this distribution; if not write to:
 * Free Software Foundation Inc.
 * 51 Franklin Street Fifth Floor
 * Boston MA  02110-1301  USA
 */

package org.hibernate.build.gradle.inject;

import java.util.ArrayList;
import java.util.List;

/**
 * @author Steve Ebersole
 */
public class Injection {
private final String expression;
private List targetMembers = new ArrayList();

public Injection(String expression) {
this.expression = expression;
}

public String getexpression() {
return expression;
}

public void into(String className String member) {
into( new TargetMember( className member ) );
}

public void into(TargetMember targetMember) {
targetMembers.add( targetMember );
}

public Iterable getTargetMembers() {
return targetMembers;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\
     文件       26428  2015-10-23 11:11  hibernate-release-4.2.21.Final\lgpl.txt
     文件      337459  2015-10-23 11:13  hibernate-release-4.2.21.Final\changelog.txt
     文件        1456  2015-10-23 11:11  hibernate-release-4.2.21.Final\hibernate_logo.gif
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\required\
     文件      445288  2014-05-01 13:50  hibernate-release-4.2.21.Final\lib\required\antlr-2.7.7.jar
     文件       60768  2014-05-07 13:44  hibernate-release-4.2.21.Final\lib\required\jboss-logging-3.1.0.GA.jar
     文件       25215  2014-05-01 14:45  hibernate-release-4.2.21.Final\lib\required\jboss-transaction-api_1.1_spec-1.0.1.Final.jar
     文件      313898  2014-05-01 13:49  hibernate-release-4.2.21.Final\lib\required\dom4j-1.6.1.jar
     文件       81830  2014-05-07 13:44  hibernate-release-4.2.21.Final\lib\required\hibernate-commons-annotations-4.0.2.Final.jar
     文件      102661  2014-05-07 13:44  hibernate-release-4.2.21.Final\lib\required\hibernate-jpa-2.0-api-1.0.1.Final.jar
     文件      714194  2014-05-01 13:49  hibernate-release-4.2.21.Final\lib\required\javassist-3.18.1-GA.jar
     文件     4701859  2015-10-23 11:25  hibernate-release-4.2.21.Final\lib\required\hibernate-core-4.2.21.Final.jar
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\jpa\
     文件      485505  2015-10-23 11:35  hibernate-release-4.2.21.Final\lib\jpa\hibernate-entitymanager-4.2.21.Final.jar
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\envers\
     文件      410825  2015-10-23 11:35  hibernate-release-4.2.21.Final\lib\envers\hibernate-envers-4.2.21.Final.jar
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\osgi\
     文件       15712  2015-10-23 11:35  hibernate-release-4.2.21.Final\lib\osgi\hibernate-osgi-4.2.21.Final.jar
     文件      349985  2014-05-01 14:53  hibernate-release-4.2.21.Final\lib\osgi\org.osgi.core-4.3.1.jar
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\optional\
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\optional\c3p0\
     文件       43166  2015-10-23 11:25  hibernate-release-4.2.21.Final\lib\optional\c3p0\hibernate-c3p0-4.2.21.Final.jar
     文件      423876  2014-05-01 13:50  hibernate-release-4.2.21.Final\lib\optional\c3p0\c3p0-0.9.2.1.jar
     文件      581295  2014-05-01 13:50  hibernate-release-4.2.21.Final\lib\optional\c3p0\mchange-commons-java-0.2.3.4.jar
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\optional\proxool\
     文件       42650  2015-10-23 11:35  hibernate-release-4.2.21.Final\lib\optional\proxool\hibernate-proxool-4.2.21.Final.jar
     文件      475943  2014-05-01 14:53  hibernate-release-4.2.21.Final\lib\optional\proxool\proxool-0.8.3.jar
     目录           0  2015-10-23 11:37  hibernate-release-4.2.21.Final\lib\optional\ehcache\
     文件      138416  2015-10-23 11:34  hibernate-release-4.2.21.Final\lib\optional\ehcache\hibernate-ehcache-4.2.21.Final.jar
............此处省略17594个文件信息

评论

共有 条评论