Uses of Interface
org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
-
Packages that use CompositeNestedGeneratedValueGenerator.GenerationPlan Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of CompositeNestedGeneratedValueGenerator.GenerationPlan in org.hibernate.id
Methods in org.hibernate.id with parameters of type CompositeNestedGeneratedValueGenerator.GenerationPlan Modifier and Type Method Description void
CompositeNestedGeneratedValueGenerator. addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan plan)
-
Uses of CompositeNestedGeneratedValueGenerator.GenerationPlan in org.hibernate.mapping
Classes in org.hibernate.mapping that implement CompositeNestedGeneratedValueGenerator.GenerationPlan Modifier and Type Class Description static class
Component.ValueGenerationPlan
-