Uses of Interface
org.hibernate.spi.DotIdentifierSequence
-
Packages that use DotIdentifierSequence Package Description org.hibernate.loader org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.query.hql.internal org.hibernate.spi -
-
Uses of DotIdentifierSequence in org.hibernate.loader
Classes in org.hibernate.loader that implement DotIdentifierSequence Modifier and Type Class Description classPropertyPath -
Uses of DotIdentifierSequence in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type DotIdentifierSequence Modifier and Type Method Description default ModelPartQueryable. resolveSubPart(DotIdentifierSequence path) -
Uses of DotIdentifierSequence in org.hibernate.metamodel.model.domain
Classes in org.hibernate.metamodel.model.domain that implement DotIdentifierSequence Modifier and Type Class Description classNavigableRolePoorly named. -
Uses of DotIdentifierSequence in org.hibernate.query.hql.internal
Subinterfaces of DotIdentifierSequence in org.hibernate.query.hql.internal Modifier and Type Interface Description interfaceFullyQualifiedReflectivePathSourceClasses in org.hibernate.query.hql.internal that implement DotIdentifierSequence Modifier and Type Class Description classFullyQualifiedReflectivePathclassFullyQualifiedReflectivePathTerminal -
Uses of DotIdentifierSequence in org.hibernate.spi
Classes in org.hibernate.spi that implement DotIdentifierSequence Modifier and Type Class Description classEntityIdentifierNavigablePathSpecialized NavigablePath implementation for handling special cases pertaining to entity identifiersclassNavigablePathCompound-name where each path references to a domain or mapping model-part relative to a root path.classTreatedNavigablePathNavigablePath implementation with special handling for treated pathsMethods in org.hibernate.spi that return DotIdentifierSequence Modifier and Type Method Description DotIdentifierSequenceDotIdentifierSequence. append(String subPathName)Add a new part to the end of this sequence, returning the new representation.DotIdentifierSequenceDotIdentifierSequence. getParent()The parent sequence part.Methods in org.hibernate.spi with parameters of type DotIdentifierSequence Modifier and Type Method Description protected booleanEntityIdentifierNavigablePath. localNamesMatch(DotIdentifierSequence otherPath)protected booleanNavigablePath. localNamesMatch(DotIdentifierSequence other)
-