Serialized Form
-
Package de.knightsoftnet.gwtp.spring.shared.data
-
Class de.knightsoftnet.gwtp.spring.shared.data.AdminNavigation extends Object implements Serializable
- serialVersionUID:
- 4760255340572531661L
-
Serialized Fields
-
currentId
I currentId
id of the current entry, null if not persisted. -
firstId
I firstId
id of the first entry or null, if current entry is the first one. -
lastId
I lastId
id of the last entry or null, if current entry is the last one. -
nextId
I nextId
id of the next entry or null, if current entry is the last one. -
previousId
I previousId
id of the previous entry or null, if current entry is the first one.
-
-
Class de.knightsoftnet.gwtp.spring.shared.data.AdminResult extends Object implements Serializable
- serialVersionUID:
- -4149115334269218070L
-
Serialized Fields
-
entry
T extends org.springframework.data.domain.Persistable<? extends I> entry
read entry. -
navigation
AdminNavigation<I> navigation
current navigation entries.
-
-
-
Package de.knightsoftnet.gwtp.spring.shared.data.jpa.domain
-
Class de.knightsoftnet.gwtp.spring.shared.data.jpa.domain.QAbstractPersistable extends com.querydsl.core.types.dsl.EntityPathBase<AbstractPersistable<? extends Serializable>> implements Serializable
- serialVersionUID:
- -1672931900L
-
Serialized Fields
-
id
com.querydsl.core.types.dsl.SimplePath<Serializable> id
-
-
-
Package de.knightsoftnet.gwtp.spring.shared.db
-
Class de.knightsoftnet.gwtp.spring.shared.db.LocalizedEntity extends AbstractPersistable<Long> implements Serializable
- serialVersionUID:
- 5479449217468715495L
-
Class de.knightsoftnet.gwtp.spring.shared.db.QLocalizedEntity extends com.querydsl.core.types.dsl.EntityPathBase<LocalizedEntity> implements Serializable
- serialVersionUID:
- 1610726563L
-
Serialized Fields
-
_super
QAbstractPersistable _super
-
id
com.querydsl.core.types.dsl.NumberPath<Long> id
-
localizedText
com.querydsl.core.types.dsl.MapPath<String,String,com.querydsl.core.types.dsl.StringPath> localizedText
-
-
-
Package de.knightsoftnet.gwtp.spring.shared.models
-
Class de.knightsoftnet.gwtp.spring.shared.models.MinimumUser extends Object implements Serializable
- serialVersionUID:
- -6675680956690135567L
-
Serialized Fields
-
userName
String userName
login name of the user.
-
-