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 classstatic classstatic classMethods 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 IntegralDataTypeHolderIdentifierGeneratorHelper.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 TypeMethodDescriptionbooleanIdentifierGeneratorHelper.BasicHolder.eq(IntegralDataTypeHolder other) booleanIdentifierGeneratorHelper.BigDecimalHolder.eq(IntegralDataTypeHolder other) booleanIdentifierGeneratorHelper.BigIntegerHolder.eq(IntegralDataTypeHolder other) booleanIntegralDataTypeHolder.eq(IntegralDataTypeHolder other) Perform an equality comparison checkstatic BigDecimalIdentifierGeneratorHelper.extractBigDecimal(IntegralDataTypeHolder holder) static BigIntegerIdentifierGeneratorHelper.extractBigInteger(IntegralDataTypeHolder holder) static longIdentifierGeneratorHelper.extractLong(IntegralDataTypeHolder holder) booleanIdentifierGeneratorHelper.BasicHolder.gt(IntegralDataTypeHolder other) booleanIdentifierGeneratorHelper.BigDecimalHolder.gt(IntegralDataTypeHolder other) booleanIdentifierGeneratorHelper.BigIntegerHolder.gt(IntegralDataTypeHolder other) booleanIntegralDataTypeHolder.gt(IntegralDataTypeHolder other) Perform a "greater than" comparison check.booleanIdentifierGeneratorHelper.BasicHolder.lt(IntegralDataTypeHolder other) booleanIdentifierGeneratorHelper.BigDecimalHolder.lt(IntegralDataTypeHolder other) booleanIdentifierGeneratorHelper.BigIntegerHolder.lt(IntegralDataTypeHolder other) booleanIntegralDataTypeHolder.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 TypeMethodDescriptionvoidCoreMessageLogger.pooledOptimizerReportedInitialValue(IntegralDataTypeHolder value)