Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

New methods in IGenericDao #47

Open
GoogleCodeExporter opened this issue Oct 5, 2015 · 6 comments
Open

New methods in IGenericDao #47

GoogleCodeExporter opened this issue Oct 5, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

It would be nice to allow the load/get with LockMode.

For example, in BaseDaoImpl, to load and lock an entity : 

protected <T> T _load(Class<T> type, Serializable id, LockMode lock) {
   return (T) getSession().load(type, id, lock);
}

Thanks !

Original issue reported on code.google.com by mathieu....@gmail.com on 26 Aug 2009 at 12:36

@GoogleCodeExporter
Copy link
Author

Will definitely add this to the BaseDaoImpl, and potentially add it to the 
General
and Generic Daos.

Original comment by dwolvert on 3 Oct 2009 at 3:41

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 3 Oct 2009 at 3:42

  • Added labels: Milestone-Release0.5.1

@GoogleCodeExporter
Copy link
Author

This was added to the base DAOs in 0.5.1. We still need to consider whether to 
expose 
it publicly on all DAOs.

Original comment by dwolvert on 12 Mar 2010 at 4:36

  • Added labels: Milestone-Release0.5.2
  • Removed labels: Milestone-Release0.5.1

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 25 Feb 2011 at 2:02

  • Added labels: Milestone-Release1.1.0
  • Removed labels: Milestone-Release0.5.2

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 2 Oct 2011 at 12:03

  • Added labels: Milestone-Release1.2.0
  • Removed labels: Milestone-Release1.1.0

@GoogleCodeExporter
Copy link
Author

Original comment by dwolvert on 15 Feb 2013 at 1:56

  • Added labels: Milestone-Future
  • Removed labels: Milestone-Release1.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant