| Package | Description |
|---|---|
| org.hibernate.persister.entity |
<p>
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| Modifier and Type | Field and Description |
|---|---|
static Queryable.Declarer |
Queryable.Declarer.CLASS |
static Queryable.Declarer |
Queryable.Declarer.SUBCLASS |
static Queryable.Declarer |
Queryable.Declarer.SUPERCLASS |
| Modifier and Type | Method and Description |
|---|---|
Queryable.Declarer |
JoinedSubclassEntityPersister.getSubclassPropertyDeclarer(String propertyPath) |
Queryable.Declarer |
AbstractEntityPersister.getSubclassPropertyDeclarer(String propertyPath) |
Queryable.Declarer |
Queryable.getSubclassPropertyDeclarer(String propertyPath)
Determine whether the given property is declared by our
mapped class, our super class, or one of our subclasses…
<p/>
Note: the method is called 'subclass property…' simply
for consistency sake (e.g.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.