]> git.mxchange.org Git - jphone-core.git/commitdiff
renamed named query: cellphone -> mobile switch
authorRoland Häder <roland@mxchange.org>
Tue, 16 Aug 2016 14:47:31 +0000 (16:47 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 16 Aug 2016 14:47:31 +0000 (16:47 +0200)
src/org/mxchange/jphone/phonenumbers/mobile/MobileNumber.java

index 02f23e24437a761c9f0890e63aacea993e338154..4f33f9904f573c8d0c70f91486e78ffc55e4d7a3 100644 (file)
@@ -46,7 +46,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider;
 @Table (name = "mobile_numbers")
 @NamedQueries (
                {
-                       @NamedQuery (name = "AllCellphoneNumbers", query = "SELECT c FROM mobile_numbers AS c ORDER BY c.phoneId ASC"),
+                       @NamedQuery (name = "AllMobileNumbers", query = "SELECT c FROM mobile_numbers AS c ORDER BY c.phoneId ASC"),
                        @NamedQuery (name = "SearchMobileNumberId", query = "SELECT c FROM mobile_numbers AS c WHERE c.phoneId = :mobileNumberId")
                }
 )