G I L O S
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- gatherProperties(EntityManagerFactory) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Gather configurable properties from the SessionFactory context for the given EntityManagerFactory.
- gatherProperties(EntityManagerFactory, Map<String, Object>) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Gather configurable properties from the SessionFactory context for the given EntityManagerFactory.
- gatherProperties(SessionFactory, Map<String, Object>) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Gather the Hibernate configurable SessionFactory properties from an SessionFactory instance.
I
- isInitialized(Object) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Check if the proxy or persistent collection is initialized.
- isProxy(Object) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Is this entity a proxy?
L
- logSummaryStatistics(EntityManagerFactory) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Exposes statistics for a particular
SessionFactory.
O
- org.patrodyne.jvnet.hyperjaxb.opt.hibernate - package org.patrodyne.jvnet.hyperjaxb.opt.hibernate
S
- SessionFactoryUtil - Class in org.patrodyne.jvnet.hyperjaxb.opt.hibernate
-
Utility methods for a SessionFactory.
- SessionFactoryUtil() - Constructor for class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
- sqlAction(EntityManagerFactory, String) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Execute a SQL action (insert, update, delete, etc.) using a connection provided by a JPA EntityManagerFactory.
- sqlAction(SessionFactory, String) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Execute a SQL action (insert, update, delete, etc.) using a connection provided by a Hibernate SessionFactory.
- sqlBatch(EntityManagerFactory, List<String>) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Execute a JDBC batch of SQL actions (insert, update, delete, etc.) using a connection provided by a Hibernate SessionFactory.
- sqlBatch(SessionFactory, List<String>) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Execute a JDBC batch of SQL actions (insert, update, delete, etc.) using a connection provided by a Hibernate SessionFactory.
- sqlQuery(EntityManagerFactory, String) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Execute a JDBC query using a connection provided by a JPA EntityManagerFactory.
- sqlQuery(SessionFactory, String) - Static method in class org.patrodyne.jvnet.hyperjaxb.opt.hibernate.SessionFactoryUtil
-
Execute a JDBC query using a connection provided by a Hibernate SessionFactory.
All Classes All Packages