- AbstractDao - Class in org.wisepersist
-
- AbstractDao() - Constructor for class org.wisepersist.AbstractDao
-
- areEqual(Object, Object) - Method in class org.wisepersist.BaseEntity
-
Utility method for equals() methods.
- areEqual(String, String, boolean) - Method in class org.wisepersist.BaseEntity
-
Utility method for equals() methods.
- areEqual(Date, Date) - Method in class org.wisepersist.BaseEntity
-
Utility method for equals() methods.
- areEqual(float, float) - Method in class org.wisepersist.BaseEntity
-
Utility method for equals() methods.
- AutoCloseableEntityManager - Class in org.wisepersist
-
Wrapper to allow try with resources connected with EntityManager.
- AutoCloseableEntityManager(EntityManager) - Constructor for class org.wisepersist.AutoCloseableEntityManager
-
- AutoCloseableEntityManagerProvider - Class in org.wisepersist
-
An injectable provider of an EntManager object, which implements AutoCloseable to
allow it's usage under try-with-resources Java lang feature.
- AutoCloseableEntityManagerProvider(EntityManagerFactory) - Constructor for class org.wisepersist.AutoCloseableEntityManagerProvider
-