Uses of Enum Class
jakarta.persistence.GenerationType
Packages that use GenerationType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
Defines a service for creating
id generators.
Implementation of the SPI for id generator factories.
Contains an SPI for id generator factories.
-
Uses of GenerationType in jakarta.persistence
Methods in jakarta.persistence that return GenerationTypeModifier and TypeMethodDescriptionstatic GenerationTypeReturns the enum constant of this class with the specified name.static GenerationType[]GenerationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GenerationType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type GenerationTypeModifier and TypeMethodDescriptionGenerationStrategyInterpreter.determineGeneratorName(GenerationType generationType, GenerationStrategyInterpreter.GeneratorNameDeterminationContext context) -
Uses of GenerationType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as GenerationTypeMethods in org.hibernate.boot.jaxb.mapping that return GenerationTypeModifier and TypeMethodDescriptionJaxbGeneratedValue.getStrategy()Gets the value of the strategy property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type GenerationTypeModifier and TypeMethodDescriptionAdapter10.marshal(GenerationType value) voidJaxbGeneratedValue.setStrategy(GenerationType value) Sets the value of the strategy property. -
Uses of GenerationType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return GenerationTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type GenerationTypeModifier and TypeMethodDescriptionstatic StringGenerationTypeMarshalling.toXml(GenerationType generationType) -
Uses of GenerationType in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type GenerationTypeModifier and TypeMethodDescriptionIdentifierGeneratorDefinition.createImplicit(String name, Class<?> idType, String generatorName, GenerationType generationType) -
Uses of GenerationType in org.hibernate.id.factory
Methods in org.hibernate.id.factory with parameters of type GenerationTypeModifier and TypeMethodDescriptionIdentifierGeneratorFactory.createIdentifierGenerator(GenerationType generationType, String generatedValueGeneratorName, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver) Create anIdentifierGeneratorbased on the given details. -
Uses of GenerationType in org.hibernate.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type GenerationTypeModifier and TypeMethodDescriptionAutoGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) IdentityGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) SequenceGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) StandardIdentifierGeneratorFactory.createIdentifierGenerator(GenerationType generationType, String generatedValueGeneratorName, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver) TableGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) UUIDGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) -
Uses of GenerationType in org.hibernate.id.factory.spi
Methods in org.hibernate.id.factory.spi with parameters of type GenerationTypeModifier and TypeMethodDescriptionGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) GeneratorDefinitionResolver.resolveGeneratorDefinition(GenerationType generationType, String generatorName) Method parameters in org.hibernate.id.factory.spi with type arguments of type GenerationTypeModifier and TypeMethodDescriptionvoidGenerationTypeStrategyRegistration.registerStrategies(BiConsumer<GenerationType, GenerationTypeStrategy> registry, ServiceRegistry serviceRegistry)