Class HibernateField


  • public class HibernateField
    extends Object
    Information about Hibernate field.
    Since:
    7.20.0
    • Constructor Detail

      • HibernateField

        public HibernateField​(org.hibernate.type.Type type,
                              String propertyName,
                              String[] columnNames,
                              Class<?> referencedClass)
    • Method Detail

      • getType

        public org.hibernate.type.Type getType()
      • getPropertyName

        public String getPropertyName()
      • getColumnNames

        public List<String> getColumnNames()
      • getReferencedClass

        public Class<?> getReferencedClass()
      • getSingleColumnName

        public String getSingleColumnName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object