Skip to content

Commit 0c714a4

Browse files
committed
first commit
0 parents  commit 0c714a4

25 files changed

+436
-0
lines changed

.classpath

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="lib" path="src/antlr-2.7.7.jar"/>
6+
<classpathentry kind="lib" path="src/classmate-1.3.0.jar"/>
7+
<classpathentry kind="lib" path="src/dom4j-1.6.1.jar"/>
8+
<classpathentry kind="lib" path="src/hibernate-commons-annotations-5.0.1.Final.jar"/>
9+
<classpathentry kind="lib" path="src/hibernate-core-5.2.8.Final.jar"/>
10+
<classpathentry kind="lib" path="src/hibernate-jpa-2.1-api-1.0.0.Final.jar"/>
11+
<classpathentry kind="lib" path="src/jandex-2.0.3.Final.jar"/>
12+
<classpathentry kind="lib" path="src/javassist-3.20.0-GA.jar"/>
13+
<classpathentry kind="lib" path="src/jboss-logging-3.3.0.Final.jar"/>
14+
<classpathentry kind="lib" path="src/jboss-transaction-api_1.2_spec-1.0.1.Final.jar"/>
15+
<classpathentry kind="lib" path="C:/Users/alanazibs/Desktop/java project/JARS/mysql-connector-java-8.0.11.jar"/>
16+
<classpathentry kind="output" path="bin"/>
17+
</classpath>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin/

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Hibernate</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

.settings/org.eclipse.jdt.core.prefs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.8
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.release=enabled
12+
org.eclipse.jdt.core.compiler.source=1.8

src/antlr-2.7.7.jar

435 KB
Binary file not shown.

src/classmate-1.3.0.jar

62.6 KB
Binary file not shown.

src/dom4j-1.6.1.jar

307 KB
Binary file not shown.
Binary file not shown.

src/hibernate-core-5.2.8.Final.jar

6.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)