Uses of Class
org.springframework.data.jpa.domain.AbstractPersistable
Packages that use AbstractPersistable
Package
Description
JPA specific support classes to implement domain classes.
-
Uses of AbstractPersistable in org.springframework.data.jpa.domain
Subclasses of AbstractPersistable in org.springframework.data.jpa.domainModifier and TypeClassDescriptionclassAbstractAuditable<U,PK extends Serializable> Abstract base class for auditable entities.Fields in org.springframework.data.jpa.domain with type parameters of type AbstractPersistableModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<AbstractPersistable,Serializable> AbstractPersistable_.idConstructor parameters in org.springframework.data.jpa.domain with type arguments of type AbstractPersistableModifierConstructorDescriptionQAbstractPersistable(com.querydsl.core.types.Path<? extends AbstractPersistable> path)