Java org.hibernate.boot.model.source.spi AttributePath fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.boot.model.source.spi AttributePath fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.boot.model.source.spi AttributePath.

The text is from its open source code.

Method

intgetDepth()
How many "parts" are there to this path/role?
StringgetFullPath()
Access to the full path as a String
AttributePathgetParent()
StringgetProperty()
Access to the end path part.
AttributePathparse(String path)