]> git.mxchange.org Git - jcountry-core.git/commitdiff
ignored create-persistence-unit warning as no persistence.xml shall be created here...
authorRoland Häder <roland@mxchange.org>
Mon, 25 Apr 2016 12:08:48 +0000 (14:08 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 25 Apr 2016 12:08:48 +0000 (14:08 +0200)
src/org/mxchange/jcountry/data/CountryData.java

index 073a8ced040e57d81f9a0f9c79cd9d35c3d5c84c..9f8424135e0ec63eb31f1cbde7a2e997240912d1 100644 (file)
@@ -43,6 +43,7 @@ import javax.persistence.TemporalType;
                        @NamedQuery (name = "SearchCountryByCodeI18nKey", query = "SELECT c FROM country_data AS c WHERE c.countryCode = :code OR c.countryI18nkey = :key")
                }
 )
+@SuppressWarnings ("PersistenceUnitPresent")
 public class CountryData implements Country {
 
        /**