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.Subclasses with type arguments of type AbstractPersistable in org.springframework.data.jpa.domainModifier and TypeClassDescriptionclassQAbstractPersistable is a Querydsl query type for AbstractPersistableFields in org.springframework.data.jpa.domain with type parameters of type AbstractPersistableModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.MappedSuperclassType<AbstractPersistable> AbstractPersistable_.class_Static metamodel type forAbstractPersistablestatic jakarta.persistence.metamodel.SingularAttribute<AbstractPersistable, Serializable> AbstractPersistable_.idStatic metamodel for attributeAbstractPersistable.idConstructor parameters in org.springframework.data.jpa.domain with type arguments of type AbstractPersistableModifierConstructorDescriptionQAbstractPersistable(com.querydsl.core.types.Path<? extends AbstractPersistable> path)