In Hibernate, every persistent class must have mapping configuration that defines its database table mapping and relationships. This can be provided through XML mapping files (hbm.xml) or annotations, but the configuration is mandatory for persistence to work.