Interface CompositeIdentifierSource

    • Method Detail

      • getIndividualAttributeIdGenerator

        IdentifierGeneratorDefinition getIndividualAttributeIdGenerator​(String identifierAttributeName)
        Handle silly SpecJ reading of the JPA spec. They believe composite identifiers should have "partial generation" capabilities.
        Parameters:
        identifierAttributeName - The name of the individual attribute within the composite identifier.
        Returns:
        The generator for the named attribute (within the composite).