Package org.synyx.hades.dao

Interface Summary
GenericDao<T,PK extends Serializable> Interface for generic CRUD operations on a DAO for a specific type.
 

Annotation Types Summary
Modifying Indicates a method should be regarded as modifying query.
NoDaoBean Annotation to exclude DAO interfaces from being picked up by Hades and thus in consequence getting an instance being created.
Param Annotation to bind let method parameters be bound to a query via a named parameter.
Query Annotation to declare finder queries directly on DAO methods.
QueryHints Wrapper annotation to allow QueryHint annotations to be bound to methods.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.