It all about the source directory. If your source directory is wrong or you
specify directly the package directory, it won't process the files
If you have a class like this
package com.sicflex.data
/**
* @author Sicflex
* @since version 1.0
* @hibernate.class
* tables="menu"
* dynamic-u
I've tried to generate Hibernate mapping from a pojo class, and everything runs
without a problem, but the hbm.xml is not generated.
Here is my Pojo class:
package com.sicflex.data;
import com.sicflex.hbm.util.HbmBase;
import java.util.Set;
/**
* This class provides the means to create the me