public class AttributesMetadataImpl extends java.lang.Object implements AttributesMetadata
AttributesMetadata.| Constructor and Description |
|---|
AttributesMetadataImpl(ManagedTypeMetadata parent,
java.lang.Class<?> clazz,
AttributesMetadata metadata) |
| 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.
|
boolean |
isMetadataComplete()
Returns if the managed type's metadata is complete.
|
java.lang.String |
toString() |
public AttributesMetadataImpl(ManagedTypeMetadata parent, java.lang.Class<?> clazz, AttributesMetadata metadata)
clazz - the entity's represented classparent - the parent managed typemetadata - the metadatapublic java.util.List<BasicAttributeMetadata> getBasics()
getBasics in interface AttributesMetadatapublic java.util.List<ElementCollectionAttributeMetadata> getElementCollections()
getElementCollections in interface AttributesMetadatapublic java.util.List<EmbeddedIdAttributeMetadata> getEmbeddedIds()
getEmbeddedIds in interface AttributesMetadatapublic java.util.List<EmbeddedAttributeMetadata> getEmbeddeds()
getEmbeddeds in interface AttributesMetadatapublic java.util.List<IdAttributeMetadata> getIds()
getIds in interface AttributesMetadatapublic java.util.List<ManyToManyAttributeMetadata> getManyToManies()
getManyToManies in interface AttributesMetadatapublic java.util.List<ManyToOneAttributeMetadata> getManyToOnes()
getManyToOnes in interface AttributesMetadatapublic java.util.List<OneToManyAttributeMetadata> getOneToManies()
getOneToManies in interface AttributesMetadatapublic java.util.List<OneToOneAttributeMetadata> getOneToOnes()
getOneToOnes in interface AttributesMetadatapublic java.util.List<TransientAttributeMetadata> getTransients()
getTransients in interface AttributesMetadatapublic java.util.List<VersionAttributeMetadata> getVersions()
getVersions in interface AttributesMetadatapublic boolean isMetadataComplete()
ManagedTypeMetadatImpl.isMetadataComplete()public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.