-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vagrant
committed
Mar 30, 2017
1 parent
d6b607c
commit 399965d
Showing
79 changed files
with
9,991 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rdvMed/build/ | ||
rdvMed/build/*.class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
21 changes: 21 additions & 0 deletions
21
rdvMed/build/generated-sources/ap-source-output/fr/isima/rdvmed/entity/Creneaux_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package fr.isima.rdvmed.entity; | ||
|
||
import fr.isima.rdvmed.entity.Medecins; | ||
import fr.isima.rdvmed.entity.Rdv; | ||
import java.util.Date; | ||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.CollectionAttribute; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
|
||
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2017-03-29T15:33:58") | ||
@StaticMetamodel(Creneaux.class) | ||
public class Creneaux_ { | ||
|
||
public static volatile SingularAttribute<Creneaux, Date> debut; | ||
public static volatile SingularAttribute<Creneaux, Date> fin; | ||
public static volatile SingularAttribute<Creneaux, Short> id; | ||
public static volatile CollectionAttribute<Creneaux, Rdv> rdvCollection; | ||
public static volatile SingularAttribute<Creneaux, Medecins> medecin; | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
rdvMed/build/generated-sources/ap-source-output/fr/isima/rdvmed/entity/Medecins_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package fr.isima.rdvmed.entity; | ||
|
||
import fr.isima.rdvmed.entity.Creneaux; | ||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.CollectionAttribute; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
|
||
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2017-03-29T15:33:58") | ||
@StaticMetamodel(Medecins.class) | ||
public class Medecins_ { | ||
|
||
public static volatile CollectionAttribute<Medecins, Creneaux> creneauxCollection; | ||
public static volatile SingularAttribute<Medecins, Short> id; | ||
public static volatile SingularAttribute<Medecins, String> nom; | ||
public static volatile SingularAttribute<Medecins, String> prenom; | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
rdvMed/build/generated-sources/ap-source-output/fr/isima/rdvmed/entity/Patients_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package fr.isima.rdvmed.entity; | ||
|
||
import fr.isima.rdvmed.entity.Rdv; | ||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.CollectionAttribute; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
|
||
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2017-03-29T15:33:58") | ||
@StaticMetamodel(Patients.class) | ||
public class Patients_ { | ||
|
||
public static volatile SingularAttribute<Patients, Short> id; | ||
public static volatile SingularAttribute<Patients, String> nom; | ||
public static volatile SingularAttribute<Patients, String> prenom; | ||
public static volatile CollectionAttribute<Patients, Rdv> rdvCollection; | ||
|
||
} |
19 changes: 19 additions & 0 deletions
19
rdvMed/build/generated-sources/ap-source-output/fr/isima/rdvmed/entity/Rdv_.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package fr.isima.rdvmed.entity; | ||
|
||
import fr.isima.rdvmed.entity.Creneaux; | ||
import fr.isima.rdvmed.entity.Patients; | ||
import java.util.Date; | ||
import javax.annotation.Generated; | ||
import javax.persistence.metamodel.SingularAttribute; | ||
import javax.persistence.metamodel.StaticMetamodel; | ||
|
||
@Generated(value="EclipseLink-2.5.2.v20140319-rNA", date="2017-03-29T15:33:58") | ||
@StaticMetamodel(Rdv.class) | ||
public class Rdv_ { | ||
|
||
public static volatile SingularAttribute<Rdv, Date> date; | ||
public static volatile SingularAttribute<Rdv, Creneaux> creneau; | ||
public static volatile SingularAttribute<Rdv, Patients> patient; | ||
public static volatile SingularAttribute<Rdv, Short> id; | ||
|
||
} |
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
rdvMed/build/test/results/TEST-iae.service.CreneauxFacadeRESTTest.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Testsuite: iae.service.CreneauxFacadeRESTTest | ||
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.358 sec | ||
------------- Standard Error ----------------- | ||
Mar 29, 2017 9:04:32 PM org.hibernate.validator.internal.util.Version <clinit> | ||
INFO: HV000001: Hibernate Validator 5.1.2.Final | ||
Mar 29, 2017 9:04:33 PM org.eclipse.persistence.jaxb.JAXBBeanValidator printValidatorInfo | ||
INFO: EclipseLink is using (file:/home/vagrant/IAE/matos/payara41/glassfish/modules/bean-validator.jar <no signer certificates>) as BeanValidation implementation. | ||
Mar 29, 2017 9:04:33 PM org.eclipse.persistence.jaxb.JAXBBeanValidator printValidatorInfo | ||
INFO: EclipseLink is using (file:/home/vagrant/IAE/matos/payara41/glassfish/modules/bean-validator.jar <no signer certificates>) as BeanValidation implementation. | ||
Mar 29, 2017 9:04:33 PM org.eclipse.persistence.jaxb.JAXBBeanValidator printValidatorInfo | ||
INFO: EclipseLink is using (file:/home/vagrant/IAE/matos/payara41/glassfish/modules/bean-validator.jar <no signer certificates>) as BeanValidation implementation. | ||
------------- ---------------- --------------- | ||
|
||
Testcase: count took 0.736 sec | ||
Testcase: create took 1.268 sec | ||
Testcase: delete took 0.069 sec | ||
Testcase: find took 0.057 sec | ||
Testcase: findRange took 0.045 sec | ||
Testcase: list took 0.055 sec | ||
Testcase: update took 0.087 sec |
Oops, something went wrong.