Uses of Interface
org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.SuccessfulCompletionCallback
-
Packages that use AbstractEmbeddableMapping.SuccessfulCompletionCallback Package Description org.hibernate.metamodel.mapping.internal -
-
Uses of AbstractEmbeddableMapping.SuccessfulCompletionCallback in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type AbstractEmbeddableMapping.SuccessfulCompletionCallback Modifier and Type Method Description protected boolean
AbstractEmbeddableMapping. finishInitialization(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess)
-