|
Spring Data Jpa | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JpaEntityInformation<T,ID extends Serializable>
Extension of EntityInformation to capture aditional JPA specific information about entities.
| Method Summary | |
|---|---|
String |
getEntityName()
Returns the JPA entity name. |
javax.persistence.metamodel.SingularAttribute<? super T,?> |
getIdAttribute()
Returns the id attribute of the entity. |
| Methods inherited from interface org.springframework.data.repository.core.EntityInformation |
|---|
getId, getIdType, isNew |
| Methods inherited from interface org.springframework.data.repository.core.EntityMetadata |
|---|
getJavaType |
| Method Detail |
|---|
javax.persistence.metamodel.SingularAttribute<? super T,?> getIdAttribute()
String getEntityName()
|
Spring Data Jpa | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||