Skip navigation links
C D E F G I N P R S 

C

com.daaso.jpa - package com.daaso.jpa
 
com.daaso.jpa.exception - package com.daaso.jpa.exception
 
create(E) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
Persists a new object using default parameters
create(E, EntityPersistenceProperties) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
Persists a new object

D

destroy(F) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
 
destroy(F, EntityPersistenceProperties) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
 

E

edit(E) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
Edits an existing entity
edit(E, EntityPersistenceProperties) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
Edits an existing entity
EntityJpaControllerAbstract<E,F> - Class in com.daaso.jpa
An abstract class adding to the Jpa Controller Class from Entities template in Netbeans.
EntityJpaControllerAbstract(EntityManagerFactory, Class<E>) - Constructor for class com.daaso.jpa.EntityJpaControllerAbstract
Constructor
EntityPersistenceProperties - Class in com.daaso.jpa
 
EntityPersistenceProperties() - Constructor for class com.daaso.jpa.EntityPersistenceProperties
 

F

findEntities() - Method in class com.daaso.jpa.EntityJpaControllerAbstract
 
findEntities(EntityPersistenceProperties) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
 
findEntities(int, int) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
 
findEntities(int, int, EntityPersistenceProperties) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
 
findEntity(F) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
Find the entity with the specified key.

G

getDefault() - Static method in class com.daaso.jpa.EntityPersistenceProperties
 
getEntityCount() - Method in class com.daaso.jpa.EntityJpaControllerAbstract
Get number of existing entities
getEntityManager() - Method in class com.daaso.jpa.EntityJpaControllerAbstract
 
getEntityManager() - Method in class com.daaso.jpa.EntityPersistenceProperties
 
getId(E) - Method in class com.daaso.jpa.EntityJpaControllerAbstract
Users will be required to specify the method of retrieving primary key from this entity

I

isAutoCommit() - Method in class com.daaso.jpa.EntityPersistenceProperties
 

N

NonexistentEntityException - Exception in com.daaso.jpa.exception
 
NonexistentEntityException(String, Throwable) - Constructor for exception com.daaso.jpa.exception.NonexistentEntityException
 
NonexistentEntityException(String) - Constructor for exception com.daaso.jpa.exception.NonexistentEntityException
 

P

PreexistingEntityException - Exception in com.daaso.jpa.exception
 
PreexistingEntityException(String, Throwable) - Constructor for exception com.daaso.jpa.exception.PreexistingEntityException
 
PreexistingEntityException(String) - Constructor for exception com.daaso.jpa.exception.PreexistingEntityException
 

R

RollbackFailureException - Exception in com.daaso.jpa.exception
 
RollbackFailureException(String, Throwable) - Constructor for exception com.daaso.jpa.exception.RollbackFailureException
 
RollbackFailureException(String) - Constructor for exception com.daaso.jpa.exception.RollbackFailureException
 

S

setAutoCommit(boolean) - Method in class com.daaso.jpa.EntityPersistenceProperties
 
setEntityManager(EntityManager) - Method in class com.daaso.jpa.EntityPersistenceProperties
 
C D E F G I N P R S 
Skip navigation links

Copyright © 2017. All rights reserved.