T - The entity type to returnpublic static final class BaseJpaDao.NaturalIdQuery<T> extends Object
| Constructor and Description |
|---|
BaseJpaDao.NaturalIdQuery(Class<T> type,
org.hibernate.NaturalIdLoadAccess naturalIdLoadAccess) |
| Modifier and Type | Method and Description |
|---|---|
T |
getReference() |
T |
load() |
<P> BaseJpaDao.NaturalIdQuery<T> |
using(javax.persistence.metamodel.Attribute<? super T,P> attribute,
P value)
Set a naturalId parameter using the JPA2 MetaModel API
|
BaseJpaDao.NaturalIdQuery<T> |
with(org.hibernate.LockOptions lockOptions) |
public BaseJpaDao.NaturalIdQuery<T> with(org.hibernate.LockOptions lockOptions)
NaturalIdLoadAccess.with(LockOptions)public <P> BaseJpaDao.NaturalIdQuery<T> using(javax.persistence.metamodel.Attribute<? super T,P> attribute, P value)
NaturalIdLoadAccess.using(String, Object)public T getReference()
NaturalIdLoadAccess.getReference()public T load()
NaturalIdLoadAccess.load()Copyright © 2016 Jasig. All Rights Reserved.