java - JPA Function Dependency of a table -


in 'country' table column 'countryname' referenced 'city' , 'state' table , need check database tables referenced column via jpa given countryname. is possible without use of nativequery. tried via nativequery need either namedquery or query.


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -