Class PostgreSQLEnumType
- java.lang.Object
-
- org.hibernate.type.EnumType
-
- com.epam.ta.reportportal.entity.enums.PostgreSQLEnumType
-
- All Implemented Interfaces:
java.io.Serializable,org.hibernate.type.spi.TypeConfigurationAware,org.hibernate.usertype.DynamicParameterizedType,org.hibernate.usertype.EnhancedUserType,org.hibernate.usertype.LoggableUserType,org.hibernate.usertype.ParameterizedType,org.hibernate.usertype.UserType
public class PostgreSQLEnumType extends org.hibernate.type.EnumType- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLEnumType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnullSafeSet(java.sql.PreparedStatement st, java.lang.Object value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session)-
Methods inherited from class org.hibernate.type.EnumType
assemble, deepCopy, disassemble, equals, fromXMLString, getTypeConfiguration, hashCode, isMutable, isOrdinal, nullSafeGet, objectToSQLString, replace, returnedClass, setParameterValues, setTypeConfiguration, sqlTypes, toLoggableString, toXMLString
-
-
-
-
Method Detail
-
nullSafeSet
public void nullSafeSet(java.sql.PreparedStatement st, java.lang.Object value, int index, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws org.hibernate.HibernateException, java.sql.SQLException- Specified by:
nullSafeSetin interfaceorg.hibernate.usertype.UserType- Overrides:
nullSafeSetin classorg.hibernate.type.EnumType- Throws:
org.hibernate.HibernateExceptionjava.sql.SQLException
-
-