Package org.hibernate.mapping
Interface GeneratorCreator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Instantiates a
Generator
.- Since:
- 6.2
-
Method Summary
Modifier and TypeMethodDescriptioncreateGenerator
(GeneratorCreationContext context) Create the generator.default boolean
Does this object create instances ofAssigned
?
-
Method Details
-
createGenerator
Create the generator. -
isAssigned
default boolean isAssigned()Does this object create instances ofAssigned
?- Since:
- 7.0
-