]> git.mxchange.org Git - jcustomer-core.git/commit
Continued with JPA:
authorRoland Haeder <roland@mxchange.org>
Wed, 23 Sep 2015 10:39:39 +0000 (12:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 23 Sep 2015 10:39:57 +0000 (12:39 +0200)
commit6126a768e5387d79605a680f24421a2662b02c24
tree8c224e1dc0b74393cd2c83cd1d65d3a1e8c9cf11
parente3ec2da66bc09d08c0ad866c8476d8d00feee647
Continued with JPA:
- moved BaseItem and BasketItem to other package
- added more JPA stuff (sorry)
- updated jcore.jar

Signed-off-by:Roland Häder <roland@mxchange.org>
Signed-off-by:Roland Häder <roland@mxchange.org>
17 files changed:
lib/jcore.jar
nbproject/project.properties
src/org/mxchange/jcore/model/contact/CustomerContact.java [new file with mode: 0644]
src/org/mxchange/jshopcore/exceptions/QueryNotExecutedException.java
src/org/mxchange/jshopcore/model/basket/AddableBasketItem.java
src/org/mxchange/jshopcore/model/basket/items/BaseItem.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/basket/items/BasketItem.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/category/BaseCategory.java
src/org/mxchange/jshopcore/model/category/Category.java
src/org/mxchange/jshopcore/model/customer/Customer.java
src/org/mxchange/jshopcore/model/customer/CustomerUtils.java
src/org/mxchange/jshopcore/model/customer/ShopCustomer.java
src/org/mxchange/jshopcore/model/item/BaseItem.java [deleted file]
src/org/mxchange/jshopcore/model/item/BasketItem.java [deleted file]
src/org/mxchange/jshopcore/model/order/Orderable.java
src/org/mxchange/jshopcore/model/order/ShopOrder.java
src/org/mxchange/jshopcore/model/order/items/OrderItem.java [new file with mode: 0644]