Java org.hibernate.id IntegralDataTypeHolder fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.id IntegralDataTypeHolder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.id IntegralDataTypeHolder.

The text is from its open source code.

Method

IntegralDataTypeHolderadd(long addend)
Perform an addition
voidbind(PreparedStatement preparedStatement, int position)
Bind this holders internal value to the given result set.
IntegralDataTypeHoldercopy()
Make a copy of this holder.
IntegralDataTypeHolderincrement()
Equivalent to a ++ operation
IntegralDataTypeHolderinitialize(long value)
Initialize the internal value from the given primitive long.
IntegralDataTypeHolderinitialize(ResultSet resultSet, long defaultValue)
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).