AOP « Database « Spring Q&A





1. Adding where clauses from database    stackoverflow.com

We are using MyBatis 3.0.3 & Spring 3.0.5 in our project. We are trying to implement data level security through a table which stores where clauses (userid < 200, active == ...

2. how can I typecast NewProxyConnection into AS400JDBCConnection    stackoverflow.com

I am new to Spring . I am using ComboPooledDataSource for connection pooling in Spring. I am using the AS400 for making the connection. My problem is that when I am using this ...

3. Adding where clauses dinamically from database with AOP and myBatis    forum.springsource.org

Adding where clauses dinamically from database with AOP and myBatis Hello, We are using MyBatis 3.0.3 & Spring 3.0.5 in our project. We are trying to implement data level security through ...

4. i18n and the database, multiLocale object, AOP proxy?    forum.springsource.org

i18n and the database, multiLocale object, AOP proxy? I am not sure if this is the right place to discuss this since it is kind of AOP related, but I'll give ...

5. 2nd-level + query cache VS. AOP Cache    forum.springsource.org

2nd-level + query cache VS. AOP Cache Hello, I would like to know what are the pros/cons of this two approaches. They're not mutually exclusive, but they do overlap in functionality. ...

6. AOP with JDBC    forum.springsource.org

AOP with JDBC Hallo, I'm new to spring, I have to use it for a simple rich-client application for the university... The idea is a rich-client, which is directly connected to ...

7. aop for connection    forum.springsource.org

aop for connection Hi, We want to use AOP feature in our project. So my intention is, we have one queryhelper class and different methods which is executed fetching the different ...