Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
F
G
M
O
S
U
A
AuditableUser
- Class in
org.synyx.hades.sample.auditing
User domain class that uses auditing functionality of Hades that can either be aquired implementing
Auditable
or extend
AbstractAuditable
.
AuditableUser()
- Constructor for class org.synyx.hades.sample.auditing.
AuditableUser
AuditorAwareImpl
- Class in
org.synyx.hades.sample.auditing
Dummy implementation of
AuditorAware
.
AuditorAwareImpl()
- Constructor for class org.synyx.hades.sample.auditing.
AuditorAwareImpl
F
findByFirstname(String)
- Method in interface org.synyx.hades.sample.dao.simple.
SimpleUserDao
Returns all users with the given firstname.
findByFirstname(String)
- Method in interface org.synyx.hades.sample.dao.
UserDao
Returns all users with the given firstname.
findByFirstnameOrLastname(String)
- Method in interface org.synyx.hades.sample.dao.simple.
SimpleUserDao
Returns all users with the given name as first- or lastname.
findByLastname(String)
- Method in interface org.synyx.hades.sample.dao.simple.
SimpleUserDao
Find all users with the given lastname.
findByLastname(String)
- Method in interface org.synyx.hades.sample.dao.
UserDao
Find all users with the given lastname.
findByTheUsersName(String)
- Method in interface org.synyx.hades.sample.dao.simple.
SimpleUserDao
Find the user with the given username.
findByTheUsersName(String)
- Method in interface org.synyx.hades.sample.dao.
UserDao
Find the user with the given username.
G
getCurrentAuditor()
- Method in class org.synyx.hades.sample.auditing.
AuditorAwareImpl
getFirstname()
- Method in class org.synyx.hades.sample.domain.
User
getLastname()
- Method in class org.synyx.hades.sample.domain.
User
getUsername()
- Method in class org.synyx.hades.sample.auditing.
AuditableUser
Returns the user's name.
getUsername()
- Method in class org.synyx.hades.sample.domain.
User
Returns the username.
M
myCustomBatchOperation()
- Method in class org.synyx.hades.sample.dao.impl.
UserDaoImpl
myCustomBatchOperation()
- Method in class org.synyx.hades.sample.dao.impl.
UserDaoJdbcImpl
myCustomBatchOperation()
- Method in interface org.synyx.hades.sample.dao.
UserDaoCustom
Custom DAO operation.
O
org.synyx.hades.sample.auditing
- package org.synyx.hades.sample.auditing
org.synyx.hades.sample.dao
- package org.synyx.hades.sample.dao
Package showing a DAO interface to use basic finder method execution functionality as well as
customly
implemented DAO functionality.
org.synyx.hades.sample.dao.impl
- package org.synyx.hades.sample.dao.impl
Implementations of the custom functionality declared in
UserDaoCustom
.
org.synyx.hades.sample.dao.simple
- package org.synyx.hades.sample.dao.simple
Package showing a simple DAO interface to use basic finder method execution functionality.
org.synyx.hades.sample.domain
- package org.synyx.hades.sample.domain
S
setAuditor(AuditableUser)
- Method in class org.synyx.hades.sample.auditing.
AuditorAwareImpl
setEntityManager(EntityManager)
- Method in class org.synyx.hades.sample.dao.impl.
UserDaoImpl
Configure the entity manager to be used.
setFirstname(String)
- Method in class org.synyx.hades.sample.domain.
User
setLastname(String)
- Method in class org.synyx.hades.sample.domain.
User
setUsername(String)
- Method in class org.synyx.hades.sample.auditing.
AuditableUser
Set's the user's name.
setUsername(String)
- Method in class org.synyx.hades.sample.domain.
User
SimpleUserDao
- Interface in
org.synyx.hades.sample.dao.simple
Simple DAO interface for
User
instances.
U
User
- Class in
org.synyx.hades.sample.domain
Sample user class.
User()
- Constructor for class org.synyx.hades.sample.domain.
User
Creates a new user instance.
UserDao
- Interface in
org.synyx.hades.sample.dao
DAO interface for
User
instances.
UserDaoCustom
- Interface in
org.synyx.hades.sample.dao
Interface for DAO functionality that ought to be implemented manually.
UserDaoImpl
- Class in
org.synyx.hades.sample.dao.impl
Implementation fo the custom DAo functionality declared in
UserDaoCustom
based on JPA.
UserDaoImpl()
- Constructor for class org.synyx.hades.sample.dao.impl.
UserDaoImpl
UserDaoJdbcImpl
- Class in
org.synyx.hades.sample.dao.impl
Class with the implementation of the custom DAO code.
UserDaoJdbcImpl()
- Constructor for class org.synyx.hades.sample.dao.impl.
UserDaoJdbcImpl
A
F
G
M
O
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009-2010
Synyx GmbH & Co. KG
. All Rights Reserved.