| Package | Description |
|---|---|
| com.impetus.kundera.persistence |
| Modifier and Type | Field and Description |
|---|---|
private DefaultPath.PathType |
DefaultPath.pathType |
| Modifier and Type | Method and Description |
|---|---|
static DefaultPath.PathType |
DefaultPath.PathType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultPath.PathType[] |
DefaultPath.PathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultPath(DefaultPath.PathType pathType,
javax.persistence.metamodel.ManagedType<X> managedType,
javax.persistence.metamodel.Attribute<X,?> attribute,
javax.persistence.metamodel.EntityType<X> entityType,
javax.persistence.metamodel.Attribute embeddedAttribute) |
Copyright © 2015. All Rights Reserved.