MCPcopy Create free account

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 8 callersMethodgetAttributeOverrides
Returns the attributeOverrides of the entity. @return the attributeOverrides of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:62
↓ 8 callersMethodgetCallbacks
Returns the list of callbacks. @return the list of callbacks @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/EntityListenerMetadata.java:81
↓ 8 callersMethodgetColumns
Specifies the result set mapping to scalar values @return ColumnResultMetadata @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/SqlResultSetMappingMetadata.java:37
↓ 8 callersMethodgetDescription
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Item.java:63
↓ 8 callersMethodgetDiscriminatorColumn
Returns the discriminator column definition of the entity. @return the discriminator column definition of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:80
↓ 8 callersMethodgetExpression
Return the expression that is used for ordering. @return expression used for ordering
persistence-api/src/main/java/javax/persistence/criteria/Order.java:13
↓ 8 callersMethodgetExpression
Constructs and returns the expression. @param cb the criteria builder @param exprDef the definition of the expression @return t
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:868
↓ 8 callersMethodgetFieldAlias
@param tableAlias the alias of the table @param column the column @return the field alias @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:102
↓ 8 callersMethodgetFoos
Returns the foos. @return the foos @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/joined/Bar.java:54
↓ 8 callersMethodgetImages
Returns the images of the Foo2. @return the images of the Foo2 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo2.java:60
↓ 8 callersMethodgetJavaMember
Returns the java member of the mapping. @return the java member of the mapping @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:58
↓ 8 callersMethodgetKey
Returns the key of the Foo2. @return the key of the Foo2 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo4.java:64
↓ 8 callersMethodgetListeners
Returns the entity listeners of the identifiable type. @return the entity listeners of the identifiable type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/IdentifiableTypeMetadata.java:77
↓ 8 callersMethodgetName
Returns the name. @return the name @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Person.java:104
↓ 8 callersMethodgetName
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/BasicColumn.java:120
↓ 8 callersMethodgetParameter
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/QueryImpl.java:642
↓ 8 callersMethodgetPhoneNumbers
Returns the phoneNumbers. @return the phoneNumbers @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manytomany/Customer.java:123
↓ 8 callersMethodgetPhones
Returns the phones of the Person. @return the phones of the Person @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Person.java:142
↓ 8 callersMethodgetReferencedColumn
Returns the referenced column of the join column. @return the referenced column of the join column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:256
↓ 8 callersMethodgetReferencedColumnName
Returns the name of the referenced column of the join column. @return the name of the referenced column of the join column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/JoinColumnMetadata.java:36
↓ 8 callersMethodgetSession
Returns the session. @return the session @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:580
↓ 8 callersMethodgetSqlRestrictionFragments
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CaseImpl.java:119
↓ 8 callersMethodgetSupertype
Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass. @return s
persistence-api/src/main/java/javax/persistence/metamodel/IdentifiableType.java:73
↓ 8 callersMethodisActive
Indicate whether a resource transaction is in progress. @return boolean indicating whether transaction is in progress @throws PersistenceException
persistence-api/src/main/java/javax/persistence/EntityTransaction.java:42
↓ 8 callersMethodisDebugEnabled
Returns if the logger instance enabled for the DEBUG level. @return if the logger instance enabled for the DEBUG level
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:233
↓ 8 callersMethodisUpdatable
Returns the updatable of the column. @return the updatable of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:212
↓ 8 callersMethodisVersion
Returns if the column is a version column. @return <code>true</code> if the column is a version column, <code>false</code> otherwise @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/BasicMapping.java:92
↓ 8 callersMethodlastIndexOf
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/common/collections/FastLinkedList.java:388
↓ 8 callersMethodmW
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:1088
↓ 8 callersMethodnewFoo
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/simple/SimpleTest.java:46
↓ 8 callersMethodnewInstance
Constructs the object. @param args the arguments @return the object constructor @exception IllegalAccessException if this
batoo-jpa/src/main/java/org/batoo/common/reflect/ConstructorAccessor.java:57
↓ 8 callersMethodput
(K key, List<V> value)
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:152
↓ 8 callersMethodputAdaptor
(Map<String, JdbcAdaptor> adaptors, JdbcAdaptor adaptor)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/AbstractJdbcAdaptor.java:81
↓ 8 callersMethodsetColumnProperties
(AbstractColumn referencedColumn)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinColumn.java:390
↓ 8 callersMethodsetName
Sets the name of the Manager. @param name the name to set for Manager @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Manager.java:157
↓ 8 callersMethodstring_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:12716
↓ 8 callersMethodsubquery
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:17542
↓ 7 callersMethodaddAttribute
Adds the attribute into attributes. @param attribute the declared attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/ManagedTypeImpl.java:99
↓ 7 callersMethodcreateCallback
(final Method method, final EntityListenerType type)
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/EntityListenerMetadataImpl.java:126
↓ 7 callersMethodcreateNativeQuery
Create an instance of Query for executing a native SQL statement, e.g., for update or delete. If the query is not an update or delete query, query exe
persistence-api/src/main/java/javax/persistence/EntityManager.java:79
↓ 7 callersMethodfunction_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:5562
↓ 7 callersMethodgetAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/ordercolumn/Person.java:78
↓ 7 callersMethodgetAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/orderby/Person.java:81
↓ 7 callersMethodgetAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/order/Person.java:76
↓ 7 callersMethodgetAliased
(Object q, String alias)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:822
↓ 7 callersMethodgetAnnotationsParsed
Returns the set of annotations parsed. @return the set of annotations parsed @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/metadata/type/ManagedTypeMetadatImpl.java:124
↓ 7 callersMethodgetCollectionTable
Returns the collection table definition. @return the collection table definition @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/ElementCollectionAttributeMetadata.java:43
↓ 7 callersMethodgetDiscriminatorValue
Returns the discriminator value for the entity. @return the discriminator value for the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:89
↓ 7 callersMethodgetEnumType
Returns the enumType of the basic attribute. @return the enumType of the basic attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/BasicAttributeMetadata.java:51
↓ 7 callersMethodgetId
Returns the id. @return the id @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manage/Person.java:86
↓ 7 callersMethodgetIdMappings
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1141
↓ 7 callersMethodgetIdType
Returns the id type of the mapping. @return the id type of the mapping or <code>null</code> @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/SingularMapping.java:43
↓ 7 callersMethodgetInitialValue
Returns the initial value of the generator. @return the initial Value of the generator @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/GeneratorMetadata.java:54
↓ 7 callersMethodgetMappingsPlural
Retuns the element collection mappings. @return the element collection mappings @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1345
↓ 7 callersMethodgetOrderBy
Returns the order by. @return the order by @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PluralAttributeMetadata.java:98
↓ 7 callersMethodgetPosition
Return the parameter position, or null if the parameter is not a positional parameter. @return position of parameter
persistence-api/src/main/java/javax/persistence/Parameter.java:34
↓ 7 callersMethodgetQualified
Returns the qualified of the Aliased. @return the qualified of the Aliased @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/Aliased.java:72
↓ 7 callersMethodgetRoots
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:374
↓ 7 callersMethodgetSegments
Returns the segments of the Qualified. @return the segments of the Qualified @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/Qualified.java:63
↓ 7 callersMethodgetSequenceGenerator
Returns the sequence Generator of the entity. @return the sequence Generator of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:143
↓ 7 callersMethodgetTableGenerator
Returns the table generator of the entity. @return the table Generator of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:170
↓ 7 callersMethodgetTableMetadata
(DataSource datasource, AbstractTable table)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:963
↓ 7 callersMethodgetTemporalType
Returns the temporal type of the singular attribute. @return the temporal type of the singular attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/PhysicalAttributeMetadata.java:49
↓ 7 callersMethodhasNext
()
batoo-jpa/src/main/java/org/batoo/common/util/CollectionUtils.java:59
↓ 7 callersMethodisEager
Returns if the association should be eagerly fetched. @return true if the association should be eagerly fetched @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:142
↓ 7 callersMethodnewFoo
@return new Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/mappedsuperclass/MappedSuperClassTest.java:51
↓ 7 callersMethodprint
(List<?> result)
community/src/test/java/org/batoo/jpa/community/test/t8/Test8.java:39
↓ 7 callersMethodremovesOrphans
Returns if the orphaned entities of the association attribute is removed. @return true if the orphaned entities of the association attribute is remov
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/OrphanableAssociationAttributeMetadata.java:36
↓ 7 callersMethodsetFetchSize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/PreparedStatementProxy.java:893
↓ 7 callersMethodsetId
Sets the column as id column. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:220
↓ 7 callersMethodsetStatus
Sets the status. @param status the status to set @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:1039
↓ 7 callersMethodsnapshot
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedSet.java:458
↓ 7 callersMethodsubquery
Create a subquery of the query. @param type the subquery result type @param <U> The type of the represented object @return subq
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:201
↓ 7 callersMethodsynpred13_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19327
↓ 7 callersMethodupdate
(Object instance, String string)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/FooListener.java:122
↓ 6 callersMethod__enhanced__$$__isInitialized
Returns if the instance has been initialized. @return true if the instance has been initialized @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/EnhancedInstance.java:50
↓ 6 callersMethodaddColumn
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/EntityTable.java:80
↓ 6 callersMethodarithmetic_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:12515
↓ 6 callersMethodcase_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:4590
↓ 6 callersMethodconstructSubquery
@param cb the crtieria builder @param q the critieria query @param subQueryDef the sub query definition @return the s
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:658
↓ 6 callersMethodcreateSourceJoin
Creates the join for source foreign keys. @param joinType the type of the join @param parentAlias the alias of the parent table
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:254
↓ 6 callersMethodequal
Create a predicate for testing the arguments for equality. @param x expression @param y expression @return equality predicate
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:536
↓ 6 callersMethodequals
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/orm/attribute/AttributeElement.java:58
↓ 6 callersMethodgenerateJpql
Generates the JPQL for the query. @return the generated JPQL @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/BaseQuery.java:49
↓ 6 callersMethodgetAddress
Returns the address. @return the address @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/Customer.java:56
↓ 6 callersMethodgetAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/manage/Person.java:76
↓ 6 callersMethodgetAddresses
Returns the addresses. @return the addresses @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Person.java:113
↓ 6 callersMethodgetAddresses2
Returns the addresses2 of the Person. @return the addresses2 of the Person @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/map/Person.java:111
↓ 6 callersMethodgetAlias
Returns the alias of the Aliased. @return the alias of the Aliased @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/Aliased.java:61
↓ 6 callersMethodgetAssociationOverrides
Returns the associationOverrides of the entity. @return the associationOverrides of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:53
↓ 6 callersMethodgetAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/EmbeddedMappingImpl.java:154
↓ 6 callersMethodgetAttributeId
Returns the ordinal id of the attribute. @return the ordinal id of the attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/attribute/AttributeImpl.java:126
↓ 6 callersMethodgetAttributes
Returns the attributes of the entity. @return the attributes of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/ManagedTypeMetadata.java:50
↓ 6 callersMethodgetBars
Returns the bars of the Foo. @return the bars of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/Foo.java:61
↓ 6 callersMethodgetCode
Returns the code of the Country. @return the code of the Country @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Country.java:76
↓ 6 callersMethodgetCounts
Returns the counts @return counts @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/remove/RemoveTest.java:78
↓ 6 callersMethodgetCounts1
Returns the counts @return counts @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/MergeTest.java:96
↓ 6 callersMethodgetCounts2
Returns the counts @return counts @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/MergeTest.java:121
↓ 6 callersMethodgetEntity
(String entityName)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/jpql/JpqlQuery.java:847
↓ 6 callersMethodgetId
Returns the id of the Foo1. @return the id of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/simple/Foo.java:48
← previousnext →301–400 of 6,989, ranked by callers