Spring Data JPA

Uses of Class
org.springframework.data.jpa.domain.AbstractAuditable

Packages that use AbstractAuditable
org.springframework.data.jpa.domain JPA specific support classes to implement domain classes. 
 

Uses of AbstractAuditable in org.springframework.data.jpa.domain
 

Fields in org.springframework.data.jpa.domain with type parameters of type AbstractAuditable
static javax.persistence.metamodel.SingularAttribute<AbstractAuditable,Object> AbstractAuditable_.createdBy
           
static javax.persistence.metamodel.SingularAttribute<AbstractAuditable,Date> AbstractAuditable_.createdDate
           
static javax.persistence.metamodel.SingularAttribute<AbstractAuditable,Object> AbstractAuditable_.lastModifiedBy
           
static javax.persistence.metamodel.SingularAttribute<AbstractAuditable,Date> AbstractAuditable_.lastModifiedDate
           
 

Constructor parameters in org.springframework.data.jpa.domain with type arguments of type AbstractAuditable
QAbstractAuditable(com.mysema.query.types.Path<? extends AbstractAuditable> path)
           
 


Spring Data JPA

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.