Class Assigned

    • Constructor Detail

      • Assigned

        public Assigned()
    • Method Detail

      • allowAssignedIdentifiers

        public boolean allowAssignedIdentifiers()
        Description copied from interface: Generator
        Determine if this generator allows identifier values to be manually assigned to the entity instance before persisting it. This is useful when, for example, needing existing assigned values to be used as identifiers and falling back to generated values by default.
        Specified by:
        allowAssignedIdentifiers in interface Generator
        Returns:
        true if this generator allows pre-assigned identifier values, false otherwise (default).