Uses of Interface
org.hibernate.spi.DotIdentifierSequence
-
Packages that use DotIdentifierSequence Package Description org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.query.hql.internal org.hibernate.spi A tiny SPI for dealing with compound names. -
-
Uses of DotIdentifierSequence in org.hibernate.loader
Classes in org.hibernate.loader that implement DotIdentifierSequence Modifier and Type Class Description class
PropertyPath
Deprecated, for removal: This API element is subject to removal in a future version.UseNavigablePath
orNavigableRole
instead, depending on need. -
Uses of DotIdentifierSequence in org.hibernate.metamodel.model.domain
Classes in org.hibernate.metamodel.model.domain that implement DotIdentifierSequence Modifier and Type Class Description class
NavigableRole
Poorly named. -
Uses of DotIdentifierSequence in org.hibernate.query.hql.internal
Subinterfaces of DotIdentifierSequence in org.hibernate.query.hql.internal Modifier and Type Interface Description interface
FullyQualifiedReflectivePathSource
Classes in org.hibernate.query.hql.internal that implement DotIdentifierSequence Modifier and Type Class Description class
FullyQualifiedReflectivePath
class
FullyQualifiedReflectivePathTerminal
-
Uses of DotIdentifierSequence in org.hibernate.spi
Classes in org.hibernate.spi that implement DotIdentifierSequence Modifier and Type Class Description class
EntityIdentifierNavigablePath
Specialized NavigablePath implementation for handling special cases pertaining to entity identifiersclass
NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.class
TreatedNavigablePath
NavigablePath implementation with special handling for treated pathsMethods in org.hibernate.spi that return DotIdentifierSequence Modifier and Type Method Description DotIdentifierSequence
DotIdentifierSequence. append(String subPathName)
Add a new part to the end of this sequence, returning the new representation.DotIdentifierSequence
DotIdentifierSequence. getParent()
The parent sequence part.Methods in org.hibernate.spi with parameters of type DotIdentifierSequence Modifier and Type Method Description protected boolean
EntityIdentifierNavigablePath. localNamesMatch(DotIdentifierSequence otherPath)
protected boolean
NavigablePath. localNamesMatch(DotIdentifierSequence other)
-