public class LazyAttributeDescriptor extends Object
Modifier and Type | Method and Description |
---|---|
static LazyAttributeDescriptor |
from(Property property,
int attributeIndex,
int lazyIndex) |
int |
getAttributeIndex()
Access to the index of the attribute in terms of its position in the entity persister
|
String |
getFetchGroupName()
Access to the name of the fetch group to which the attribute belongs
|
int |
getLazyIndex()
Access to the index of the attribute in terms of its position withing the lazy attributes of the persister
|
String |
getName()
Access to the name of the attribute
|
Type |
getType()
Access to the attribute's type
|
public static LazyAttributeDescriptor from(Property property, int attributeIndex, int lazyIndex)
public int getAttributeIndex()
public int getLazyIndex()
public String getName()
public Type getType()
public String getFetchGroupName()
Copyright © 2017 JBoss by Red Hat. All rights reserved.