Interface ParameterizedType

All Known Subinterfaces:
DynamicParameterizedType
All Known Implementing Classes:
EnumType, SerializableToBlobType, UserTypeLegacyBridge

public interface ParameterizedType
Support for parameterizable types. A UserType or UserCollectionType may be made parameterizable by implementing this interface. Parameters for a type may be set by using a nested type element for the property element in the mapping file, or by defining a typedef.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets called by Hibernate to pass the configured type parameters to the implementation.
  • Method Details

    • setParameterValues

      void setParameterValues(Properties parameters)
      Gets called by Hibernate to pass the configured type parameters to the implementation.