Java org.springframework.data.repository.core EntityInformation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.repository.core EntityInformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.repository.core EntityInformation.

The text is from its open source code.

Implementation

org.springframework.data.repository.core.EntityInformation has the following implementations.
Click this link to see all its implementation.

Method

IDgetId(T entity)
Returns the id of the given entity or null if none can be obtained.
booleanisNew(T entity)
Returns whether the given entity is considered to be new.