|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
restriction
to constrain the results to be retrieved.
ordering
to the result set.
WHERE
-clause criterion.
WHERE
-clause criterion.
BasicDataSource
that allows easy configuration from a
properties file, whose format looks like that (properties' names should be exactly the
way they are below, values will change, of course, depending on your case):
HibernateJpaVendorAdapter
that allows adding more configuration
properties.process()
method.
GenericCriteria
should return distinct results
or not.
Criteria
and
DetachedCriteria
.HibernateDaoSupport.getSession()
to avoid
running out of connections.
null
, returns null
.
PropertyMapping
object used by Hibernate to map object
properties to database fields.
OneToOne
or OneToMany
annotation.
Searchable
entity that contains it.
import.sql
on the classpath into a Hibernate-adapted JPA session
factory context.Searchable
object.SearchQuery
object to a Hibernate GenericCriteria
object.ScrollableResults
ScrollableResults
based on the given
scroll mode.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |