Interface DomainType<J>

    • Method Detail

      • getTypeName

        default String getTypeName()
        The name of the type.
        API Note:
        This is the Hibernate notion of the type name. For most types this will simply be the Java type (i.e. Class) name. However using the String allows for Hibernate's dynamic model feature.