Uses of Interface
org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.AttributeTypeValidator
-
Packages that use AbstractEmbeddableMapping.AttributeTypeValidator Package Description org.hibernate.metamodel.mapping.internal -
-
Uses of AbstractEmbeddableMapping.AttributeTypeValidator in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type AbstractEmbeddableMapping.AttributeTypeValidator 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)
-