Class NullableCharacterType

java.lang.Object
io.hypersistence.utils.hibernate.type.ImmutableType<Character>
io.hypersistence.utils.hibernate.type.basic.NullableCharacterType
All Implemented Interfaces:
Serializable, org.hibernate.type.Type, org.hibernate.usertype.EnhancedUserType<Character>, org.hibernate.usertype.UserType<Character>

public class NullableCharacterType extends ImmutableType<Character>
Maps an Character to a nullable CHAR column type.

For more details about how to use it, check out this article on vladmihalcea.com.

Author:
Vlad Mihalcea
See Also:
  • Field Details

  • Constructor Details

    • NullableCharacterType

      public NullableCharacterType()
    • NullableCharacterType

      public NullableCharacterType(org.hibernate.type.spi.TypeBootstrapContext typeBootstrapContext)
  • Method Details