Hibernate Reverse Engineering is not detecting the mysql table FK relationship associations in eclipse -


i using mysql 5.5.57 . have created table fk relationship between them , trying create there hibernate mapping file through reverse engineering. mapping file , domain class been created tool problem facing no relationship of many many or many 1 been detected hibernate tool. have checked option detect 1 many or many many relationship while creating hibernate code generation configuration . please me fast.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -