Uses of Interface
org.hibernate.id.IntegralDataTypeHolder
Packages that use IntegralDataTypeHolder
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of IntegralDataTypeHolder in org.hibernate.id
Classes in org.hibernate.id that implement IntegralDataTypeHolderModifier and TypeClassDescriptionstatic class
static class
static class
Methods in org.hibernate.id that return IntegralDataTypeHolderModifier and TypeMethodDescriptionIdentifierGeneratorHelper.BasicHolder.add
(long addend) IdentifierGeneratorHelper.BigDecimalHolder.add
(long increment) IdentifierGeneratorHelper.BigIntegerHolder.add
(long increment) IntegralDataTypeHolder.add
(long addend) Perform an additionIdentifierGeneratorHelper.BasicHolder.copy()
IdentifierGeneratorHelper.BigDecimalHolder.copy()
IdentifierGeneratorHelper.BigIntegerHolder.copy()
IntegralDataTypeHolder.copy()
Make a copy of this holder.IdentifierGeneratorHelper.BasicHolder.decrement()
IdentifierGeneratorHelper.BigDecimalHolder.decrement()
IdentifierGeneratorHelper.BigIntegerHolder.decrement()
IntegralDataTypeHolder.decrement()
Equivalent to a -- operationstatic IntegralDataTypeHolder
IdentifierGeneratorHelper.getIntegralDataTypeHolder
(Class<?> integralType) IdentifierGeneratorHelper.BasicHolder.increment()
IdentifierGeneratorHelper.BigDecimalHolder.increment()
IdentifierGeneratorHelper.BigIntegerHolder.increment()
IntegralDataTypeHolder.increment()
Equivalent to a ++ operationIdentifierGeneratorHelper.BasicHolder.initialize
(long value) IdentifierGeneratorHelper.BasicHolder.initialize
(ResultSet resultSet, long defaultValue) IdentifierGeneratorHelper.BigDecimalHolder.initialize
(long value) IdentifierGeneratorHelper.BigDecimalHolder.initialize
(ResultSet resultSet, long defaultValue) IdentifierGeneratorHelper.BigIntegerHolder.initialize
(long value) IdentifierGeneratorHelper.BigIntegerHolder.initialize
(ResultSet resultSet, long defaultValue) IntegralDataTypeHolder.initialize
(long value) Initialize the internal value from the given primitive long.IntegralDataTypeHolder.initialize
(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).IdentifierGeneratorHelper.BasicHolder.multiplyBy
(long factor) IdentifierGeneratorHelper.BasicHolder.multiplyBy
(IntegralDataTypeHolder factor) IdentifierGeneratorHelper.BigDecimalHolder.multiplyBy
(long factor) IdentifierGeneratorHelper.BigDecimalHolder.multiplyBy
(IntegralDataTypeHolder factor) IdentifierGeneratorHelper.BigIntegerHolder.multiplyBy
(long factor) IdentifierGeneratorHelper.BigIntegerHolder.multiplyBy
(IntegralDataTypeHolder factor) IntegralDataTypeHolder.multiplyBy
(long factor) Perform a multiplication.IntegralDataTypeHolder.multiplyBy
(IntegralDataTypeHolder factor) Perform a multiplication.IdentifierGeneratorHelper.BasicHolder.subtract
(long subtrahend) IdentifierGeneratorHelper.BigDecimalHolder.subtract
(long subtrahend) IdentifierGeneratorHelper.BigIntegerHolder.subtract
(long subtrahend) IntegralDataTypeHolder.subtract
(long subtrahend) Perform a subtractionMethods in org.hibernate.id with parameters of type IntegralDataTypeHolderModifier and TypeMethodDescriptionboolean
IdentifierGeneratorHelper.BasicHolder.eq
(IntegralDataTypeHolder other) boolean
IdentifierGeneratorHelper.BigDecimalHolder.eq
(IntegralDataTypeHolder other) boolean
IdentifierGeneratorHelper.BigIntegerHolder.eq
(IntegralDataTypeHolder other) boolean
IntegralDataTypeHolder.eq
(IntegralDataTypeHolder other) Perform an equality comparison checkstatic BigDecimal
IdentifierGeneratorHelper.extractBigDecimal
(IntegralDataTypeHolder holder) static BigInteger
IdentifierGeneratorHelper.extractBigInteger
(IntegralDataTypeHolder holder) static long
IdentifierGeneratorHelper.extractLong
(IntegralDataTypeHolder holder) boolean
IdentifierGeneratorHelper.BasicHolder.gt
(IntegralDataTypeHolder other) boolean
IdentifierGeneratorHelper.BigDecimalHolder.gt
(IntegralDataTypeHolder other) boolean
IdentifierGeneratorHelper.BigIntegerHolder.gt
(IntegralDataTypeHolder other) boolean
IntegralDataTypeHolder.gt
(IntegralDataTypeHolder other) Perform a "greater than" comparison check.boolean
IdentifierGeneratorHelper.BasicHolder.lt
(IntegralDataTypeHolder other) boolean
IdentifierGeneratorHelper.BigDecimalHolder.lt
(IntegralDataTypeHolder other) boolean
IdentifierGeneratorHelper.BigIntegerHolder.lt
(IntegralDataTypeHolder other) boolean
IntegralDataTypeHolder.lt
(IntegralDataTypeHolder other) Perform a "less than" comparison check.IdentifierGeneratorHelper.BasicHolder.multiplyBy
(IntegralDataTypeHolder factor) IdentifierGeneratorHelper.BigDecimalHolder.multiplyBy
(IntegralDataTypeHolder factor) IdentifierGeneratorHelper.BigIntegerHolder.multiplyBy
(IntegralDataTypeHolder factor) IntegralDataTypeHolder.multiplyBy
(IntegralDataTypeHolder factor) Perform a multiplication. -
Uses of IntegralDataTypeHolder in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced that return IntegralDataTypeHolderModifier and TypeMethodDescriptionHiLoOptimizer.getHiValue()
Getter for property 'upperLimit'.HiLoOptimizer.getLastSourceValue()
LegacyHiLoAlgorithmOptimizer.getLastSourceValue()
NoopOptimizer.getLastSourceValue()
Optimizer.getLastSourceValue()
A common means to access the last value obtained from the underlying source.PooledLoOptimizer.getLastSourceValue()
PooledLoThreadLocalOptimizer.getLastSourceValue()
PooledOptimizer.getLastSourceValue()
HiLoOptimizer.getLastValue()
Getter for property 'lastValue'.LegacyHiLoAlgorithmOptimizer.getLastValue()
Getter for property 'lastValue'.PooledOptimizer.getLastValue()
Getter for property 'lastValue'.AccessCallback.getNextValue()
Retrieve the next value from the underlying source. -
Uses of IntegralDataTypeHolder in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type IntegralDataTypeHolderModifier and TypeMethodDescriptionvoid
CoreMessageLogger.pooledOptimizerReportedInitialValue
(IntegralDataTypeHolder value)