Package org.synyx.hades.dao

Generic DAO interfaces.

See:
          Description

Interface Summary
ExtendedGenericDao<T,PK extends Serializable> Interface for a more sophisticated DAO implementation.
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.
 

Package org.synyx.hades.dao Description

Generic DAO interfaces.



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