Spring Data Jpa

Serialized Form


Package org.springframework.data.jpa.domain

Class org.springframework.data.jpa.domain.AbstractAuditable extends AbstractPersistable<PK extends Serializable> implements Serializable

serialVersionUID: 141481953116476081L

Serialized Fields

createdBy

Object createdBy

createdDate

Date createdDate

lastModifiedBy

Object lastModifiedBy

lastModifiedDate

Date lastModifiedDate

Class org.springframework.data.jpa.domain.AbstractPersistable extends Object implements Serializable

serialVersionUID: -5554308939380869754L

Serialized Fields

id

Serializable id

Class org.springframework.data.jpa.domain.QAbstractAuditable extends com.mysema.query.types.path.EntityPathBase<AbstractAuditable<?,? extends Serializable>> implements Serializable

serialVersionUID: 1561562297L

Serialized Fields

_super

QAbstractPersistable _super

createdBy

com.mysema.query.types.path.SimplePath<T> createdBy

createdDate

com.mysema.query.types.path.DateTimePath<T extends Comparable> createdDate

id

com.mysema.query.types.path.SimplePath<T> id

lastModifiedBy

com.mysema.query.types.path.SimplePath<T> lastModifiedBy

lastModifiedDate

com.mysema.query.types.path.DateTimePath<T extends Comparable> lastModifiedDate

Class org.springframework.data.jpa.domain.QAbstractPersistable extends com.mysema.query.types.path.EntityPathBase<AbstractPersistable<? extends Serializable>> implements Serializable

serialVersionUID: -544746190L

Serialized Fields

id

com.mysema.query.types.path.SimplePath<T> id


Spring Data Jpa

Copyright © 2011-2012-2012 SpringSource. All Rights Reserved.