Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
G
H
O
S
T
V
A
addHibernateEntity(HibernateEntity)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Add an entity to this artifact.
addSQLStatement(String)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Add a SQL statement to the telemetry.
addTable(String)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Add a referenced table to the telemetry.
afterTransactionBegin(Transaction)
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Hibernate after the begin transaction operation.
afterTransactionCompletion(Transaction)
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Hibernate when the transaction completes.
B
beforeTransactionCompletion(Transaction)
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Hibernate before the transaction begins to commit to the database.
G
getHibernateEntities()
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Return an immutable collection of entities that were involved in the Hibernate transaction.
getIdentifier()
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Get the primary key of the entity.
getManagerName()
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
Get the key used to retrieve the TelemetryContext from the Spring context.
getOperation()
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Get the operation performed upon the entity.
getSQLStatements()
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Return an immutable collection of SQL statements that were executed by Hibernate for this transaction.
getTables()
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Return an immutable set of unique table names involved in this Hibernate transaction.
getType()
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Get the name of the type of the entity.
H
HibernateEntity
- Class in
org.addsimplicity.anicetus.hibernate
A hibernate entity tracks the operation performed on a type.
HibernateEntity()
- Constructor for class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Construct an empty hibernate entity.
HibernateEntity(String, String, HibernateOperation)
- Constructor for class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Construct an entity of the specified type, instance, and operation.
HibernateOperation
- Enum in
org.addsimplicity.anicetus.hibernate
The operation enumeration captures the hibernate action taken.
HibernateTelemetry
- Class in
org.addsimplicity.anicetus.hibernate
The hibernate telemetry artifact tracks the actions performed by an application against the database through the Hibernate framework.
HibernateTelemetry()
- Constructor for class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Construct a telemetry artifact without any parent.
HibernateTelemetry(GlobalInfo)
- Constructor for class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Construct a telemetry artifact with the specified parent.
HibernateTelemetryFields
- Enum in
org.addsimplicity.anicetus.hibernate
The fields enumeration provides the distinguished names for the fields the hibernate telemetry adds.
O
onDelete(Object, Serializable, Object[], String[], Type[])
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Hibernate prior to an entity being deleted.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[])
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Hibernate prior to an entity being updated.
onLoad(Object, Serializable, Object[], String[], Type[])
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called prior to an object being loaded from the database.
onPrepareStatement(String)
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Hibernate each time a SQL statement is prepared.
onSave(Object, Serializable, Object[], String[], Type[])
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Hibernate each time an entity is being inserted.
org.addsimplicity.anicetus.hibernate
- package org.addsimplicity.anicetus.hibernate
S
setBeanFactory(BeanFactory)
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
This method is called by Spring to set the context used to create the bean.
setHibernateEntities(Collection<HibernateEntity>)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Set the entities involved in the Hibernate transaction.
setIdentifier(String)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Set the primary key of the entity.
setManagerName(String)
- Method in class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
Set the Spring key that is used to retrieve the TelemetryContext from the Spring container.
setOperation(HibernateOperation)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Set the operation performed upon the entity.
setSQLStatements(Collection<String>)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Set the collection of SQL statements involved in the Hibernate transaction.
setTables(Collection<String>)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateTelemetry
Set the collection of tables involved in the Hibernate transaction.
setType(String)
- Method in class org.addsimplicity.anicetus.hibernate.
HibernateEntity
Set the type of the entity.
T
TelemetryInterceptor
- Class in
org.addsimplicity.anicetus.hibernate
The telemetry interceptor uses the Hibernate interceptor interface to capture operations that are performed by Hibernate and create a telemetry artifact.
TelemetryInterceptor()
- Constructor for class org.addsimplicity.anicetus.hibernate.
TelemetryInterceptor
V
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.hibernate.
HibernateOperation
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.addsimplicity.anicetus.hibernate.
HibernateTelemetryFields
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.addsimplicity.anicetus.hibernate.
HibernateOperation
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.addsimplicity.anicetus.hibernate.
HibernateTelemetryFields
Returns an array containing the constants of this enum type, in the order they're declared.
A
B
G
H
O
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009 Add Simplicity. All Rights Reserved.