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