Abstract aspect class that supports for collecting performance information and
sending these information to agent server which is provided by infrared solutions
This aspect is to modify Infrared's AbstractAspects for applying Spring AOP
This is a Wrapper class in order to use with the
IQueryService API easily The approproaching logic
for the data is handled by inheritting this class in
each of the DAO class.
Provides interfaces that IPropertiesService is an
interface for enabling applications to approach the value of singular key
Containig the pairs of key-value internally.
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets And also provides exception class that is thrown when there
is any problem executing the query
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets under developing the presentation layer using
RIA product.
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets under developing the presentation layer using
Gauce component which is the X-Internet solution of the
Shift Software company.
Provides interface for executing SQL queries or updates, initiating iteration
over ResultSets under developing the presentation layer using
MiPlatform which is the X-Internet solution of the
TOBE Software company.
Aspect class that supports for collecting performance information of Anyframe
Java based service or application method calls and sending these information
to agent server which is provided by infrared solutions
This aspect is to modify Infrared's ApiAspect for applying Spring AOP
Issue multiple updates using JDBC 2.0 batch
updates and PreparedStatementSetters to set
values on a PreparedStatement created by this
method Execute UPDATE query, Using query
statement directly without being defined in
mapping xml files.
Execute the INSERT query statement using the
targetObject including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
createId(default='create').
Execute the INSERT query statement by targetMap
including the inputted value, after finding the
appropriate queryId in combining the inputted
table name and defined
createId(default='create').
After finding the appropriate queryId by
combining the inputted table name and defined
createId(default='create'), execute the INSERT
query statement using the two targetObject
including the inputted value.
Execute the INSERT query statement using the
targetList including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
createId(default='create').
Execute the INSERT query statement using the
Object array including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
createId(default='create')
Execute the SELECT query statement for unitary
query using the targetObject including the
inputted value, after finding the queryId, the
inputted table name and defined
findPrefix(default='find').
Execute the SELECT query statement for unitary
query using the targetMap including the inputted
value, after finding the appropriate queryId in
combining the findByPkPostfix(default='ByPk').
Execute the SELECT query statement for unitary
query using the targetList including the
inputted value, after finding the queryId and
the inputted table name and defined
findPrefix(default='find').
Execute the SELECT query statement for unitary
query using the Object array including the
variable value, after finding the appropriate
queryId in combining the inputted the table name
and defined findPrefix(default='find').
Execute the SELECT query statement using the
targetObject including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
findListPostfix(default='List').
Exeucte the SELECT query statement using the
targetMap including the input value, after
finding the appropriate queryId in combining the
inputted table name and
findPrefix(default='find').
Execute the SELECT query statement using the
targetList including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
findPrefix(default='find').
Execute the SELECT query statement using the
Object array including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
findPrefix(default='find').
Execute the SELECT query statement using
pageIndex and pageSize containing the paging
info and targetObject including the inputted
value, after finding the appropriate queryId in
combining the inputted table name and defined
findPrefix(default'find').
Execute the SELECT query statement using the
pageIndex and pageSize containing the paging
info and targetMap including the inputted value,
after finding the appropriate queryId in
combining the inputted table name and defined
findPrefix(default='find').
Execute the SELECT query statement using the
pageIndex and pageSize containin the paging info
and targetList including the inputted value,
after findding the appropriate queryId in
combining the inputted table name,
findPrefix(default='find') and
findListPostfix(default-'List').
Execute the SELECT query statement using the
pageIndex and pageSize including the paging info
and targetObject including the inputted value,
after finding the appropriate queryId in
combining the inputted table name, defined
findPrefix(default='find') and
findListPostfix(default='List').
Execute the SELECT query statement using the
pageIndex, pageSize and pageUnit containing the
paging info and targObject including the
inputted value, after finding the appropriate
queryId in combining the inputted table name,
findPrefix(default='find') and
findListPostfix(default='List').
Execute the SELECT query statement using the
pageIndex and pageSize containing the paging
info and targetMap including the inputted value,
after finding the appropriate queryId in
combining the table name, defined
findPrefix(default='find') and
findListPostfix(default="List').
Execute the SELECT query statement using the
pageIndex, pageSize and pageUnit including the
paging info, and targetMap including the
inputted value, after finding the appropriate
queryId in combining the tablename, defined
findPrefix(default='find') and
findListPostfix(default='List').
Execute the SELECT query statement using the
pageIndex, pageSize and targetList including the
inputted value, after finding the appropriate
queryId in combining the inputted table name,
defined findPrefix(default='find') and
findListPostfix(default='List').
Execute the SELECT query statement using the
pageIndex and pageSize including the paging
info, targetList including the inputted value,
after finding the appropriate queryId in
combining the inputted table name defined in
findPrefix (default='find') and
findListPostfix(default="List').
Execute the SELECT query statement using the
pageIndex and pageSize including the paging info
and Object array including the inputted value,
after finding the appropriate queryId in
combining the inputted table name, defined
findPrefix(default='find') and
findListPostfix(default='List').
Execute the SELECT query statement using the
pageIndex and pageSize including the paging info
and Object order including the variable name,
after finding the appropriate queryId in
combining the inputted table name, defined
findPrefix(default='find') and
findListPostfix(default='List').
Based on the arbitrary mapping info, trasmits by
creating the DELETE query statement including
hte Named Parameter based on the arbitrary
mapping info (Named Parameter is "anyframe." +
"related class's property name")
When mapping in the defined class or Map for the appropriate query's
execution results, check mapping style (must be one of CamelCase,
LowerCase, UpperCase)
Tranmits by creating the UPDATE query statement
including the Named Paremter based on the
arbitrary table mapping info (Named Parameter is
"anyframe." + "related class's property name")
By integrating Hibernate and Velocity, this services helps in dynamically
generating the appropriate HQL (Hibernate Query Language) according to the
input conditions.
This is the interface used for manipulating database
in developing the presentation layer using Gauce
component which is the X-Internet solution of the
Shift Software company.
This is the interface used for manipulating database in developing the
presentation layer using MiPlatform which is the X-Internet solution of the
TOBE Software company.
JaxRsServer makes server implementation simplified
when you implement RESTful web services using a
JAX-RS APIs which are supported by Apache CXF
framework.
Aspect class that supports for collecting performance information of Anyframe
Java based service or application's JDBC related jobs and sending these
information to agent server which is provided by infrared solutions
This aspect is modified from Infrared's JdbcAspect for applying Spring AOP
Execute the DELETE query statement using the
targetObject including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and
(removeId(default='remove');
Execute the DELETE query statement using the
targetMap including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
removeId(default='remove').
Execute the DELETE query statement using the two
targetObject including the input value, after
finding the appropriate queryId in combining the
inputted table name and defined
updateId(default='remove').'
Execute the DELETE query statement using the
targetList including the input value, after
finding the appropriate queryId in combining the
the input table name and defined
removeId(default='remove').
Execute the DELETE query statement using the
Object array including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
removeId(default='remove')
Execute the UPDATE query statement using the
targetObject including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
updateId(default='update')
Execute the UPDATE query statement using the
targetMap including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
updateId(default='create').
Execute the UPDATE query statement using the
targetList including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and defined
updateId(default='update').
Execute the UPDATE query statement using the two
targetObject including the input value, after
finding the appropriate queryId in combining the
inputted table name and defined
updateId(default='update').'
Execute the UPDATE query statement using the
object array including the inputted value, after
finding the appropriate queryId in combining the
inputted table name and the defined
updateId(default='update')