Package org.damap.base.domain
Class Project
java.lang.Object
io.quarkus.hibernate.orm.panache.PanacheEntityBase
io.quarkus.hibernate.orm.panache.PanacheEntity
org.damap.base.domain.Project
@Entity
public class Project
extends io.quarkus.hibernate.orm.panache.PanacheEntity
Project class.
-
Field Summary
Fields inherited from class io.quarkus.hibernate.orm.panache.PanacheEntity
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the final value in the chain project.getFunding().getFunderIdentifier().getIdentifier().Return the final value in the chain project.getFunding().getGrantIdentifier().getIdentifier()Methods inherited from class io.quarkus.hibernate.orm.panache.PanacheEntity
toStringMethods inherited from class io.quarkus.hibernate.orm.panache.PanacheEntityBase
count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, find, find, find, find, find, find, findAll, findAll, findById, findById, findByIdOptional, findByIdOptional, flush, getEntityManager, isPersistent, list, list, list, list, list, list, listAll, listAll, persist, persist, persist, persist, persistAndFlush, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update
-
Constructor Details
-
Project
public Project()
-
-
Method Details
-
getFundingGrantIdentifierIdentifier
Return the final value in the chain project.getFunding().getGrantIdentifier().getIdentifier()- Returns:
- the value of the chain or null if any part of the chain is null.
-
getFundingFunderIdentifierIdentifier
Return the final value in the chain project.getFunding().getFunderIdentifier().getIdentifier().- Returns:
- the value of the chain project.getFunding().getFunderIdentifier().getIdentifier() or null if any part of the chain is null.
-