public interface AttributesMetadata
| Modifier and Type | Method and Description |
|---|---|
List<BasicAttributeMetadata> |
getBasics()
Returns the basic attributes.
|
List<ElementCollectionAttributeMetadata> |
getElementCollections()
Returns the element collection attributes.
|
List<EmbeddedIdAttributeMetadata> |
getEmbeddedIds()
Returns the embedded id attributes.
|
List<EmbeddedAttributeMetadata> |
getEmbeddeds()
Returns the embedded attributes.
|
List<IdAttributeMetadata> |
getIds()
Returns the id attributes.
|
List<ManyToManyAttributeMetadata> |
getManyToManies()
Returns the many-to-many attributes.
|
List<ManyToOneAttributeMetadata> |
getManyToOnes()
Returns the many-to-one attributes.
|
List<OneToManyAttributeMetadata> |
getOneToManies()
Returns the one-to-many attributes.
|
List<OneToOneAttributeMetadata> |
getOneToOnes()
Returns the one-to-one attributes.
|
List<TransientAttributeMetadata> |
getTransients()
Returns the transient attributes.
|
List<VersionAttributeMetadata> |
getVersions()
Returns the version attributes.
|
List<BasicAttributeMetadata> getBasics()
List<ElementCollectionAttributeMetadata> getElementCollections()
List<EmbeddedIdAttributeMetadata> getEmbeddedIds()
List<EmbeddedAttributeMetadata> getEmbeddeds()
List<IdAttributeMetadata> getIds()
List<ManyToManyAttributeMetadata> getManyToManies()
List<ManyToOneAttributeMetadata> getManyToOnes()
List<OneToManyAttributeMetadata> getOneToManies()
List<OneToOneAttributeMetadata> getOneToOnes()
List<TransientAttributeMetadata> getTransients()
List<VersionAttributeMetadata> getVersions()
Copyright © 2012-2013 Batoo. All Rights Reserved.