Java Doc for CompositeCustomType.java in  » Database-ORM » hibernate » org » hibernate » type » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database ORM » hibernate » org.hibernate.type 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.hibernate.type.AbstractType
      org.hibernate.type.CompositeCustomType

CompositeCustomType
public class CompositeCustomType extends AbstractType implements AbstractComponentType(Code)
Adapts CompositeUserType to Type interface
author:
   Gavin King



Constructor Summary
public  CompositeCustomType(Class userTypeClass, Properties parameters)
    

Method Summary
public  Objectassemble(Serializable cached, SessionImplementor session, Object owner)
    
public  ObjectdeepCopy(Object value, EntityMode entityMode, SessionFactoryImplementor factory)
    
public  Serializabledisassemble(Object value, SessionImplementor session, Object owner)
    
public  ObjectfromXMLNode(Node xml, Mapping factory)
    
public  CascadeStylegetCascadeStyle(int i)
    
public  intgetColumnSpan(Mapping mapping)
    
public  FetchModegetFetchMode(int i)
    
public  intgetHashCode(Object x, EntityMode entityMode)
    
public  StringgetName()
    
public  String[]getPropertyNames()
    
public  boolean[]getPropertyNullability()
    
public  ObjectgetPropertyValue(Object component, int i, SessionImplementor session)
    
public  ObjectgetPropertyValue(Object component, int i)
    
public  Object[]getPropertyValues(Object component, SessionImplementor session)
    
public  Object[]getPropertyValues(Object component, EntityMode entityMode)
    
public  ClassgetReturnedClass()
    
public  Type[]getSubtypes()
    
public  booleanisComponentType()
    
public  booleanisDirty(Object old, Object current, boolean[] checkable, SessionImplementor session)
    
public  booleanisEmbedded()
    
public  booleanisEqual(Object x, Object y, EntityMode entityMode)
    
public  booleanisMethodOf(Method method)
    
public  booleanisMutable()
    
public  ObjectnullSafeGet(ResultSet rs, String columnName, SessionImplementor session, Object owner)
    
public  ObjectnullSafeGet(ResultSet rs, String[] names, SessionImplementor session, Object owner)
    
public  voidnullSafeSet(PreparedStatement st, Object value, int index, SessionImplementor session)
    
public  voidnullSafeSet(PreparedStatement st, Object value, int index, boolean[] settable, SessionImplementor session)
    
public  Objectreplace(Object original, Object target, SessionImplementor session, Object owner, Map copyCache)
    
public  voidsetPropertyValues(Object component, Object[] values, EntityMode entityMode)
    
public  voidsetToXMLNode(Node node, Object value, SessionFactoryImplementor factory)
    
public  int[]sqlTypes(Mapping mapping)
    
public  boolean[]toColumnNullness(Object value, Mapping mapping)
    
public  StringtoLoggableString(Object value, SessionFactoryImplementor factory)
    


Constructor Detail
CompositeCustomType
public CompositeCustomType(Class userTypeClass, Properties parameters) throws MappingException(Code)




Method Detail
assemble
public Object assemble(Serializable cached, SessionImplementor session, Object owner) throws HibernateException(Code)



deepCopy
public Object deepCopy(Object value, EntityMode entityMode, SessionFactoryImplementor factory) throws HibernateException(Code)



disassemble
public Serializable disassemble(Object value, SessionImplementor session, Object owner) throws HibernateException(Code)



fromXMLNode
public Object fromXMLNode(Node xml, Mapping factory) throws HibernateException(Code)



getCascadeStyle
public CascadeStyle getCascadeStyle(int i)(Code)



getColumnSpan
public int getColumnSpan(Mapping mapping) throws MappingException(Code)



getFetchMode
public FetchMode getFetchMode(int i)(Code)



getHashCode
public int getHashCode(Object x, EntityMode entityMode)(Code)



getName
public String getName()(Code)



getPropertyNames
public String[] getPropertyNames()(Code)



getPropertyNullability
public boolean[] getPropertyNullability()(Code)



getPropertyValue
public Object getPropertyValue(Object component, int i, SessionImplementor session) throws HibernateException(Code)



getPropertyValue
public Object getPropertyValue(Object component, int i) throws HibernateException(Code)



getPropertyValues
public Object[] getPropertyValues(Object component, SessionImplementor session) throws HibernateException(Code)



getPropertyValues
public Object[] getPropertyValues(Object component, EntityMode entityMode) throws HibernateException(Code)



getReturnedClass
public Class getReturnedClass()(Code)



getSubtypes
public Type[] getSubtypes()(Code)



isComponentType
public boolean isComponentType()(Code)



isDirty
public boolean isDirty(Object old, Object current, boolean[] checkable, SessionImplementor session) throws HibernateException(Code)



isEmbedded
public boolean isEmbedded()(Code)



isEqual
public boolean isEqual(Object x, Object y, EntityMode entityMode) throws HibernateException(Code)



isMethodOf
public boolean isMethodOf(Method method)(Code)



isMutable
public boolean isMutable()(Code)



nullSafeGet
public Object nullSafeGet(ResultSet rs, String columnName, SessionImplementor session, Object owner) throws HibernateException, SQLException(Code)



nullSafeGet
public Object nullSafeGet(ResultSet rs, String[] names, SessionImplementor session, Object owner) throws HibernateException, SQLException(Code)



nullSafeSet
public void nullSafeSet(PreparedStatement st, Object value, int index, SessionImplementor session) throws HibernateException, SQLException(Code)



nullSafeSet
public void nullSafeSet(PreparedStatement st, Object value, int index, boolean[] settable, SessionImplementor session) throws HibernateException, SQLException(Code)



replace
public Object replace(Object original, Object target, SessionImplementor session, Object owner, Map copyCache) throws HibernateException(Code)



setPropertyValues
public void setPropertyValues(Object component, Object[] values, EntityMode entityMode) throws HibernateException(Code)



setToXMLNode
public void setToXMLNode(Node node, Object value, SessionFactoryImplementor factory) throws HibernateException(Code)



sqlTypes
public int[] sqlTypes(Mapping mapping) throws MappingException(Code)



toColumnNullness
public boolean[] toColumnNullness(Object value, Mapping mapping)(Code)



toLoggableString
public String toLoggableString(Object value, SessionFactoryImplementor factory) throws HibernateException(Code)



Methods inherited from org.hibernate.type.AbstractType
public Object assemble(Serializable cached, SessionImplementor session, Object owner) throws HibernateException(Code)(Java Doc)
public void beforeAssemble(Serializable cached, SessionImplementor session)(Code)(Java Doc)
public int compare(Object x, Object y, EntityMode entityMode)(Code)(Java Doc)
public Serializable disassemble(Object value, SessionImplementor session, Object owner) throws HibernateException(Code)(Java Doc)
public int getHashCode(Object x, EntityMode entityMode)(Code)(Java Doc)
public int getHashCode(Object x, EntityMode entityMode, SessionFactoryImplementor factory)(Code)(Java Doc)
public Type getSemiResolvedType(SessionFactoryImplementor factory)(Code)(Java Doc)
public Object hydrate(ResultSet rs, String[] names, SessionImplementor session, Object owner) throws HibernateException, SQLException(Code)(Java Doc)
public boolean isAnyType()(Code)(Java Doc)
public boolean isAssociationType()(Code)(Java Doc)
public boolean isCollectionType()(Code)(Java Doc)
public boolean isComponentType()(Code)(Java Doc)
public boolean isDirty(Object old, Object current, SessionImplementor session) throws HibernateException(Code)(Java Doc)
public boolean isEntityType()(Code)(Java Doc)
public boolean isEqual(Object x, Object y, EntityMode entityMode)(Code)(Java Doc)
public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImplementor factory)(Code)(Java Doc)
public boolean isModified(Object old, Object current, boolean[] checkable, SessionImplementor session) throws HibernateException(Code)(Java Doc)
public boolean isSame(Object x, Object y, EntityMode entityMode) throws HibernateException(Code)(Java Doc)
public boolean isXMLElement()(Code)(Java Doc)
public Object replace(Object original, Object target, SessionImplementor session, Object owner, Map copyCache, ForeignKeyDirection foreignKeyDirection) throws HibernateException(Code)(Java Doc)
protected static void replaceNode(Node container, Element value)(Code)(Java Doc)
public Object resolve(Object value, SessionImplementor session, Object owner) throws HibernateException(Code)(Java Doc)
public Object semiResolve(Object value, SessionImplementor session, Object owner) throws HibernateException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.