Hibernate Types are indeed used to map Java property types to JDBC types, enabling the translation between Java objects and database columns. Each Java type (String, Integer, Date, etc.) has a corresponding Hibernate Type that knows how to convert to and from appropriate JDBC types for database operations.