genericdao | Automatically exported from code.google.com/p/genericdao
kandi X-RAY | genericdao Summary
kandi X-RAY | genericdao Summary
genericdao is a Java library. genericdao has no bugs, it has no vulnerabilities, it has build file available and it has low support. However genericdao has a Non-SPDX License. You can download it from GitHub, Maven.
This is the generic dao written by Aaron Zeckoski (aaronz@vt.edu). It is designed to make it easier and faster for developers to write their DAOs without having to rewrite the same old boring save/delete/etc... functions over and over for each persistent type but also not having to have dependencies in their DAO interfaces. It also allows for good control over which persistent objects are usable within the DAO and is easy to extend so you can add your own DAO methods. Usage may seem complex at first but it is actually not too bad and is highly configurable. This is not meant to be FULL ORM but it is much more predictable and simply removes as much busywork from persisting data as possible without getting in your way. Building this project and putting it in your repository: Maven1: Simply run "maven jar:install" from the root source directory of this project Maven2: run "mvn clean install" from the root source directory of this project. There are 3 ways to use the GenericDao depending on your needs. See the javadoc overview.html file for more details. More detailed instructions in the Sakai programmers cafe here:
This is the generic dao written by Aaron Zeckoski (aaronz@vt.edu). It is designed to make it easier and faster for developers to write their DAOs without having to rewrite the same old boring save/delete/etc... functions over and over for each persistent type but also not having to have dependencies in their DAO interfaces. It also allows for good control over which persistent objects are usable within the DAO and is easy to extend so you can add your own DAO methods. Usage may seem complex at first but it is actually not too bad and is highly configurable. This is not meant to be FULL ORM but it is much more predictable and simply removes as much busywork from persisting data as possible without getting in your way. Building this project and putting it in your repository: Maven1: Simply run "maven jar:install" from the root source directory of this project Maven2: run "mvn clean install" from the root source directory of this project. There are 3 ways to use the GenericDao depending on your needs. See the javadoc overview.html file for more details. More detailed instructions in the Sakai programmers cafe here:
Support
Quality
Security
License
Reuse
Support
genericdao has a low active ecosystem.
It has 4 star(s) with 5 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 0 have been closed. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of genericdao is current.
Quality
genericdao has no bugs reported.
Security
genericdao has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
genericdao has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
genericdao releases are not available. You will need to build from source code and install.
Deployable package is available in Maven.
Build file is available. You can build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed genericdao and discovered the below as its top functions. This is intended to give you an instant insight into genericdao implemented functionality, and help decide if they suit your requirements.
- Sets the required settings for this DAO
- Sets the database type
- Set the DataSource to be used as Spring Controls
- Sets the data mappers for this DAO
- Create proxy
- Override this method to implement the interceptor
- Resolve interceptor names
- Generate a LIMIT SELECT query
- Returns the row number
- Returns the first restriction value that matches any of the given properties
- Execute a DDL script
- Creates a LIMIT query to query rows from the given range of rows
- Clear the table associated with the given class
- Executes a HQL query with parameters
- Returns the first search restriction
- Finds an entity by its search
- Drops the table associated with a persistent type
- Sets the properties used for this DataMapper
- Make a string from an input stream
- Resolves a list of resources
- Sets the list of persistent classes for this DAO
- Convenience method to generate a map of DDL types
- Counts the number of instances of the specified type
- Finds a persistent object
- Converts a database name to camel case
- Returns an array of InputStreams to the current classloader
Get all kandi verified functions for this library.
genericdao Key Features
No Key Features are available at this moment for genericdao.
genericdao Examples and Code Snippets
No Code Snippets are available at this moment for genericdao.
Community Discussions
No Community Discussions are available at this moment for genericdao.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install genericdao
You can download it from GitHub, Maven.
You can use genericdao like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the genericdao component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use genericdao like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the genericdao component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page