Persistence Utils
This utility class provides methods for working with persistence-related operations, such as retrieving entity fields, finding entity types, determining attribute types, and performing other common tasks related to persistence.
Functions
Finds an attribute by the given path in the provided entity type.
Retrieves the set of field names for a given entity class from the metamodel.
Retrieves the entity type with the given name from the provided metamodel.
Returns the name of the ID attribute for the given entity type.
Returns the inverse attribute for a given source attribute in a target entity.
Retrieves the target entity type for a plural attribute.
Determines if the given attribute is of boolean type.
Checks if the given attribute is a number type.
Checks if the given path is a valid path for the specified entity type.