All Known Implementing Classes:
PostgresIdentity

public interface Identity
An interface for handling identity-related operations in Bibernate application. Implementations are expected to provide a method for saving entities with identity information.
Since:
1.0
Author:
Blyzhnytsia Team
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    saveWithIdentity(Class<T> entityClass, Collection<T> entities)
    Saves entities of a given class with identity information.
  • Method Details

    • saveWithIdentity

      <T> void saveWithIdentity(Class<T> entityClass, Collection<T> entities)
      Saves entities of a given class with identity information.
      Type Parameters:
      T - the type of entities in the collection
      Parameters:
      entityClass - the class of the entities to be saved
      entities - the collection of entities to be saved