A C F G J N O P R S V

A

AbstractRepository - Class in org.lazydog.repository.jpa
Abstract repository implemented using the Java Persistence API.
AbstractRepository() - Constructor for class org.lazydog.repository.jpa.AbstractRepository
 
add(Criterion) - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Add a restriction criterion.
add(List<Criterion>) - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Add restriction criterions.
addJoin(Criterion) - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Add a join criterion.
addJoins(List<Criterion>) - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Add join criterions.
addOrder(Criterion) - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Add a order criterion.
addOrders(List<Criterion>) - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Add order criterions.

C

ConnectionFactory - Class in org.lazydog.repository.jpa.internal
Connection factory.
ConnectionFactory.Type - Enum in org.lazydog.repository.jpa.internal
 
CriteriaImpl<T> - Class in org.lazydog.repository.jpa.internal
Criteria implemented using the Java Persistence API.
CriteriaImpl(Class<T>) - Constructor for class org.lazydog.repository.jpa.internal.CriteriaImpl
Constructor.

F

find(Class<T>, U) - Method in class org.lazydog.repository.jpa.AbstractRepository
Find the entity.
find(Class<T>, Criteria<T>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Find the entity.
find(Class<T>, String, Map<String, Object>, Map<Object, String>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Find the entity.
findList(Class<T>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Find the list of entities.
findList(Class<T>, Criteria<T>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Find the list of entities.
findList(Class<T>, String, Map<String, Object>, Map<Object, String>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Find the list of entities.

G

getConnection() - Method in class org.lazydog.repository.jpa.AbstractRepository
Get the connection.
getConnection() - Method in class org.lazydog.repository.jpa.internal.ConnectionFactory
Get the connection.
getConnection(ConnectionFactory.Type) - Method in class org.lazydog.repository.jpa.internal.ConnectionFactory
Get the connection for the type.
getCriteria(Class<T>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Get the criteria.
getEntityManager() - Method in class org.lazydog.repository.jpa.AbstractRepository
Get the entity manager.
getEntityManagerClassName() - Method in enum org.lazydog.repository.jpa.internal.ConnectionFactory.Type
 
getQueryHints() - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Get the query hints.
getQueryLanguageString() - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Get the query language string.
getQueryParameters() - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Get the query parameters.

J

joinExists() - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Check if a join criterion exists.

N

newInstance(EntityManager) - Static method in class org.lazydog.repository.jpa.internal.ConnectionFactory
Get a new instance of the connection factory.

O

orderExists() - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Check if a order criterion exists.
org.lazydog.repository.jpa - package org.lazydog.repository.jpa
 
org.lazydog.repository.jpa.annotation - package org.lazydog.repository.jpa.annotation
 
org.lazydog.repository.jpa.internal - package org.lazydog.repository.jpa.internal
 

P

persist(T) - Method in class org.lazydog.repository.jpa.AbstractRepository
Persist the entity.
PersistenceUnitName - Annotation Type in org.lazydog.repository.jpa.annotation
Persistence unit name qualifier.
persistList(List<T>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Persist the list of entities.

R

remove(Class<T>, U) - Method in class org.lazydog.repository.jpa.AbstractRepository
Remove the entity.
removeList(Class<T>, List<U>) - Method in class org.lazydog.repository.jpa.AbstractRepository
Remove the entities by the list of IDs.
restrictionExists() - Method in class org.lazydog.repository.jpa.internal.CriteriaImpl
Check if a restriction criterion exists.

S

setEntityManager(EntityManager) - Method in class org.lazydog.repository.jpa.AbstractRepository
Set the entity manager.

V

valueOf(String) - Static method in enum org.lazydog.repository.jpa.internal.ConnectionFactory.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lazydog.repository.jpa.internal.ConnectionFactory.Type
Returns an array containing the constants of this enum type, in the order they are declared.

A C F G J N O P R S V

Copyright © 2013 Lazydog. All Rights Reserved.