Package | Description |
---|---|
org.hibernate.persister.entity |
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 |
Queryable.getSubclassPropertyDeclarer(String propertyPath)
Determine whether the given property is declared by our
mapped class, our super class, or one of our subclasses...
|
Queryable.Declarer |
JoinedSubclassEntityPersister.getSubclassPropertyDeclarer(String propertyPath) |
Queryable.Declarer |
AbstractEntityPersister.getSubclassPropertyDeclarer(String propertyPath) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.