Uses of Interface
org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Packages that use CompositeNestedGeneratedValueGenerator.GenerationPlan
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
.This package defines the Hibernate configuration-time mapping model.
-
Uses of CompositeNestedGeneratedValueGenerator.GenerationPlan in org.hibernate.id
Methods in org.hibernate.id that return types with arguments of type CompositeNestedGeneratedValueGenerator.GenerationPlanMethods in org.hibernate.id with parameters of type CompositeNestedGeneratedValueGenerator.GenerationPlanModifier and TypeMethodDescriptionvoid
CompositeNestedGeneratedValueGenerator.addGeneratedValuePlan
(CompositeNestedGeneratedValueGenerator.GenerationPlan plan) Constructor parameters in org.hibernate.id with type arguments of type CompositeNestedGeneratedValueGenerator.GenerationPlanModifierConstructorDescriptionCompositeNestedGeneratedValueGenerator
(CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator, CompositeType compositeType, List<CompositeNestedGeneratedValueGenerator.GenerationPlan> generationPlans) -
Uses of CompositeNestedGeneratedValueGenerator.GenerationPlan in org.hibernate.mapping
Classes in org.hibernate.mapping that implement CompositeNestedGeneratedValueGenerator.GenerationPlan